nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Font.Info
nudsfml
graphics
font
Font
Holds various information about a font.
class
Font
struct
Info {
const
(
char
)[]
family
;
}
Members
Variables
family
const
(
char
)[]
family
;
The font family.
Meta
Source
See Implementation
nudsfml
graphics
font
Font
constructors
this
destructors
~this
functions
getGlyph
getInfo
getKerning
getLineSpacing
getTexture
getUnderlinePosition
getUnderlineThickness
loadFromFile
loadFromMemory
properties
dup
structs
Info
variables
sfPtr
Holds various information about a font.