This commit is contained in:
SandPoot
2023-07-18 15:22:24 -03:00
parent 654e5dad9d
commit 217e23fc7f
19 changed files with 1223 additions and 92 deletions
+7
View File
@@ -0,0 +1,7 @@
// Font metrics bitfield
/// Include leading A width and trailing C width in GetWidth() or in DrawText()
#define INCLUDE_AC (1<<0)
DEFINE_BITFIELD(font_flags, list(
"INCLUDE_AC" = INCLUDE_AC,
))