pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
BitmapDrawer.drawText
PixelPerfectEngine
graphics
draw
BitmapDrawer
Draws text to the given point.
void
drawText
(int x, int y, wstring text, Bitmap8Bit[wchar] fontSet, int style)
void
drawText
(int x, int y, dstring text, Fontset!(Bitmap8Bit) fontset, uint style)
class
BitmapDrawer
void
drawText
(
int
x
,
int
y
,
dstring
text
,
Fontset
!(
Bitmap8Bit
)
fontset
,
uint
style
= 0
)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
draw
BitmapDrawer
constructors
this
functions
drawColorText
drawFilledRectangle
drawLine
drawRectangle
drawText
insertBitmap
insertBitmapSlice
insertColorLetter
patternFill
variables
brushTransparency
output
Draws text to the given point.