1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vlib: add a TTF font loader and render in x.ttf (#7995)

This commit is contained in:
penguindark
2021-01-10 19:14:41 +01:00
committed by GitHub
parent a0b8191a94
commit c067cc0357
12 changed files with 3021 additions and 2 deletions

View File

@@ -147,9 +147,15 @@ jobs:
- name: Build V
run: |
make CC=clang
- name: Show PWD and Environment
run: |
echo "PWD:"
pwd
echo "ENVIRONMENT"
env
- name: Test V fixed tests
run: |
v -silent test-fixed
./v -silent test-fixed
macos:
runs-on: macOS-latest