fix typo
This commit is contained in:
parent
838f6872d4
commit
b90467cbc5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ bool freetype_engine::register_font(std::string const& file_name)
|
||||||
}
|
}
|
||||||
|
|
||||||
FT_Face face = 0;
|
FT_Face face = 0;
|
||||||
// fome font files have multiple fonts in a file
|
// some font files have multiple fonts in a file
|
||||||
// the count is in the 'root' face library[0]
|
// the count is in the 'root' face library[0]
|
||||||
// see the FT_FaceRec in freetype.h
|
// see the FT_FaceRec in freetype.h
|
||||||
for ( int i = 0; face == 0 || i < face->num_faces; i++ ) {
|
for ( int i = 0; face == 0 || i < face->num_faces; i++ ) {
|
||||||
|
|
Loading…
Reference in a new issue