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:
5
scripts/code-format.py
Executable file
5
scripts/code-format.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
|
||||
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')
|
||||
@@ -1 +0,0 @@
|
||||
astyle --options=code-format.cfg "../src/*.c,*.h"
|
||||
Reference in New Issue
Block a user