sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Font
sbylib
wrapper
freetype
font
Undocumented in source.
class
Font {
this
(FT_Face face, int size, FontType fontType);
Character
getLetterInfo
(dchar c);
}
Constructors
this
this
(FT_Face face, int size, FontType fontType)
Undocumented in source.
Members
Functions
getLetterInfo
Character
getLetterInfo
(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sbylib
wrapper
freetype
font
classes
Font