mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
Rework gfxFontUtils::MapCharToGlyphFormat4 to be more robust. DiD
This commit is contained in:
parent
4131396b59
commit
da75ad73e0
3 changed files with 57 additions and 42 deletions
|
|
@ -804,7 +804,7 @@ public:
|
|||
bool& aUnicodeFont, bool& aSymbolFont);
|
||||
|
||||
static uint32_t
|
||||
MapCharToGlyphFormat4(const uint8_t *aBuf, char16_t aCh);
|
||||
MapCharToGlyphFormat4(const uint8_t *aBuf, uint32_t aLength, char16_t aCh);
|
||||
|
||||
static uint32_t
|
||||
MapCharToGlyphFormat10(const uint8_t *aBuf, uint32_t aCh);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue