feat(freetype): support bold and italic (#2824)

* feat(freetype):support bold and italic

* fix(format): replace code-format.sh with code-format.py

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
guoweilkd
2021-11-25 03:19:09 +08:00
committed by GitHub
parent 6791522588
commit 81f7d50c45
9 changed files with 227 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ jobs:
sudo apt-get update -y -qq
sudo apt-get install astyle
- name: Format code
run: ./code-format.sh
run: python code-format.py
working-directory: scripts
- name: Check that repository is clean
run: git diff --exit-code || (echo "Please apply the preceding diff to your code or run scripts/code-format.sh"; false)