dplug ~master (2024-12-12T14:21:32Z)
Home
Dub
Repo
Font
dplug
graphics
font
Undocumented in source.
final
class
Font {
this
(ubyte[] fontData);
~this
();
float
getAscent
(float fontSizePx);
float
getDescent
(float fontSizePx);
float
getHeightOfx
(float fontSizePx);
box2i
measureText
(const(char)[] s, float fontSizePx, float letterSpacingPx);
}
Constructors
this
this
(ubyte[] fontData)
Loads a TTF file. fontData should be the content of that file.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
getAscent
float
getAscent
(float fontSizePx)
getDescent
float
getDescent
(float fontSizePx)
getHeightOfx
float
getHeightOfx
(float fontSizePx)
measureText
box2i
measureText
(const(char)[] s, float fontSizePx, float letterSpacingPx)
Meta
Source
See Implementation
dplug
graphics
font
classes
Font
enums
HorizontalAlignment
VerticalAlignment
functions
fillText