pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
Fontset.this
pixelperfectengine
graphics
fontsets
Fontset
Loads a fontset from disk.
this
()
this
(std.stdio.File file, string basepath)
class
Fontset
(T)
this
(
std.stdio.File
file
,
string
basepath
= ""
)
if
(
T.stringof
==
Bitmap8Bit.stringof
||
T.stringof
==
Bitmap16Bit.stringof
||
T.stringof
==
Bitmap32Bit.stringof
)
Meta
Source
See Implementation
pixelperfectengine
graphics
fontsets
Fontset
aliases
CharMap
KerningMap
constructors
this
functions
breakTextIntoMultipleLines
chars
getKerning
getName
getTextLength
size
structs
KerningInfo
variables
_chars
_kerning
pages
Loads a fontset from disk.