km-engine ~master (2022-05-09T12:27:43.0681511)
Dub
Repo
Font.draw
engine
render
texture
font
Font
Basic string draw function
void
draw
(dstring text, vec2 position, vec4 color)
class
Font
void
draw
(
dstring
text
,
vec2
position
,
vec4
color
=
vec4
(1)
)
void
draw
(dchar c, vec2 position, vec2 origin, float rotation, vec4 color)
Meta
Source
See Implementation
engine
render
texture
font
Font
constructors
this
destructors
~this
functions
advance
changeSize
draw
flush
getMetrics
measure
Basic string draw function