Working FontManager and Label implementation (WIP)
This commit is contained in:
parent
3b2be83590
commit
af6967151e
15 changed files with 608 additions and 61 deletions
9
.ccls
Normal file
9
.ccls
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
clang++
|
||||
-std=c++17
|
||||
-DDEBUG
|
||||
-Iinclude
|
||||
-I/usr/include/freetype2
|
||||
-I/usr/include/libpng16
|
||||
-I/usr/include/harfbuzz
|
||||
-I/usr/include/glib-2.0
|
||||
-I/usr/lib/glib-2.0/include
|
||||
Loading…
Add table
Add a link
Reference in a new issue