Fix display of some emoji on Windows (#1933)

This commit is contained in:
Herb Caudill 2020-07-19 21:14:45 +02:00 committed by GitHub
parent e2640edb79
commit 29f803e25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -70,6 +70,8 @@ export const FONT_FAMILY = {
3: "Cascadia",
} as const;
export const WINDOWS_EMOJI_FALLBACK_FONT = "Segoe UI Emoji";
export const DEFAULT_FONT_SIZE = 20;
export const DEFAULT_FONT_FAMILY: FontFamily = 1;
export const DEFAULT_TEXT_ALIGN = "left";