Merge pull request #15989 from SandPoot/screentip-update
Update screentips
This commit is contained in:
@@ -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,
|
||||
))
|
||||
Reference in New Issue
Block a user