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:
committed by
Jérôme Duval
parent
36087e77db
commit
b8a45b3a2d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user