mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Select Unicode charmap
This commit is contained in:
parent
dbf5d69219
commit
fb6a1481f9
@ -38,6 +38,8 @@ namespace ft {
|
|||||||
|
|
||||||
FT_Face face = nullptr;
|
FT_Face face = nullptr;
|
||||||
FT_Error err = FT_Open_Face(m_ft, &args, 0, &face);
|
FT_Error err = FT_Open_Face(m_ft, &args, 0, &face);
|
||||||
|
if (!err)
|
||||||
|
FT_Select_Charmap(face, FT_ENCODING_UNICODE);
|
||||||
return face;
|
return face;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user