mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Use font.name-list.emoji preference for emoji presenration.
This commit is contained in:
parent
33a4b11c98
commit
0022f326a5
6 changed files with 88 additions and 19 deletions
|
|
@ -917,7 +917,8 @@ public:
|
|||
|
||||
protected:
|
||||
// search through pref fonts for a character, return nullptr if no matching pref font
|
||||
already_AddRefed<gfxFont> WhichPrefFontSupportsChar(uint32_t aCh);
|
||||
already_AddRefed<gfxFont> WhichPrefFontSupportsChar(uint32_t aCh,
|
||||
uint32_t aNextCh);
|
||||
|
||||
already_AddRefed<gfxFont>
|
||||
WhichSystemFontSupportsChar(uint32_t aCh, uint32_t aNextCh,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue