BFont: allow skipping fallbacks in GetHasGlyphs

Change-Id: I5a68008d25cce34596fb5ce6fb07259ae56c3a3d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7829
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
This commit is contained in:
Máximo Castañeda
2024-07-06 13:12:21 +00:00
committed by Jérôme Duval
parent 36087e77db
commit b8a45b3a2d
6 changed files with 51 additions and 11 deletions
+2
View File
@@ -275,6 +275,8 @@ public:
void GetHasGlyphs(const char charArray[],
int32 numChars,
bool hasArray[]) const;
void GetHasGlyphs(const char charArray[], int32 numChars,
bool hasArray[], bool useFallbacks) const;
BFont& operator=(const BFont& font);
bool operator==(const BFont& font) const;