Fix emojis when rendering with the system ui font (#10491)
Release Notes: - N/A
This commit is contained in:
parent
ad8dd1771a
commit
ba9c5929af
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ impl MacTextSystemState {
|
||||||
self.postscript_names_by_font_id
|
self.postscript_names_by_font_id
|
||||||
.get(&font_id)
|
.get(&font_id)
|
||||||
.map_or(false, |postscript_name| {
|
.map_or(false, |postscript_name| {
|
||||||
postscript_name == "AppleColorEmoji"
|
postscript_name == "AppleColorEmoji" || postscript_name == ".AppleColorEmojiUI"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue