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

5
scripts/code-format.py Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
import os
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')

View File

@@ -1 +0,0 @@
astyle --options=code-format.cfg "../src/*.c,*.h"