Merge pull request #15989 from SandPoot/screentip-update

Update screentips
This commit is contained in:
Lin
2023-07-19 15:53:38 -05:00
committed by GitHub
20 changed files with 1250 additions and 118 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,
))