struct Pixelfont::Grapheme
- Pixelfont::Grapheme
- Struct
- Value
- Object
Overview
A Bitmap for a character
.###.
#...#
#####
#...#
#...#
becomes
Bytes[0b01110_10001, 0b11111_10001, 0b10001_0000]
Defined in:
pixelfont/grapheme.crConstructors
Instance Method Summary
- #data : Bytes
- #data=(data : Bytes)
- #height : UInt16
- #height=(height : UInt16)
- #width : UInt16
- #width=(width : UInt16)