mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibGfx: Add support for fonts that include the Hebrew Unicode Block
This commit is contained in:
parent
8d490aba76
commit
f461ee7d01
2 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@ enum FontTypes {
|
|||
Default = 0,
|
||||
LatinExtendedA,
|
||||
Cyrillic,
|
||||
Hebrew,
|
||||
__Count
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue