1
0
forked from me/IronOS

Drop font selection toggle requirement

This commit is contained in:
Ben V. Brown
2022-12-03 18:35:29 +11:00
parent 32d0d003b3
commit 97651f07d7
2 changed files with 21 additions and 32 deletions

View File

@@ -989,6 +989,14 @@ NAME_CYRILLIC: Final = "cyrillic"
NAME_CJK: Final = "cjk"
NAME_GREEK: Final = "greek"
ALL_FONTS = [
NAME_ASCII_BASIC,
NAME_LATIN_EXTENDED,
NAME_CYRILLIC,
NAME_GREEK,
NAME_CJK, # CJK must come last
]
def get_font_maps_for_name(
font_name: str,