1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

LibGfx: Add support for fonts that include the Hebrew Unicode Block

This commit is contained in:
Idan Horowitz 2021-04-18 14:20:03 +03:00 committed by Linus Groh
parent 8d490aba76
commit f461ee7d01
2 changed files with 9 additions and 0 deletions

View file

@ -42,6 +42,7 @@ enum FontTypes {
Default = 0,
LatinExtendedA,
Cyrillic,
Hebrew,
__Count
};