sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
GlyphStore
sbylib
graphics
glyph
glyphstore
Undocumented in source.
class
GlyphStore {
this
(string font, int height);
~this
();
GlyphTexture
texture
();
Glyph
getGlyph
(dchar c);
}
Constructors
this
this
(string font, int height)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
getGlyph
Glyph
getGlyph
(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
texture
GlyphTexture
texture
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sbylib
graphics
glyph
glyphstore
classes
GlyphStore