ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
Dub
Repo
Font8x8
ae
utils
graphics
fonts
font8x8
Undocumented in source.
struct
Font8x8 {
struct
Glyph
;
static
enum
height
;
static
enum
maxWidth
;
static
enum
maxGlyph
;
static
bool
hasGlyph
(dchar c);
static
Glyph
getGlyph
(dchar c);
}
Members
Static functions
getGlyph
Glyph
getGlyph
(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
hasGlyph
bool
hasGlyph
(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
height
enum
height
;
Undocumented in source.
maxGlyph
enum
maxGlyph
;
Undocumented in source.
maxWidth
enum
maxWidth
;
Undocumented in source.
Structs
Glyph
struct
Glyph
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
fonts
font8x8
structs
Font8x8
variables
font8x8
font8x8_basic