ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Font8x8
ae
utils
graphics
fonts
font8x8
Font
interface for
font8x8_basic
.
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
;
maxGlyph
enum
maxGlyph
;
maxWidth
enum
maxWidth
;
Structs
Glyph
struct
Glyph
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
fonts
font8x8
structs
Font8x8
variables
font8x8
font8x8_basic
Font interface for font8x8_basic.