pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
BitmapDrawer.drawText
PixelPerfectEngine
graphics
draw
BitmapDrawer
Draws text to the given point. DEPRECATED!
class
BitmapDrawer
pure
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
bitBLT
bitBLTPattern
drawBox
drawColorText
drawFilledBox
drawFilledRectangle
drawLine
drawLinePattern
drawMultiLineText
drawRectangle
drawSingleLineText
drawText
insertBitmap
insertBitmapSlice
insertColorLetter
xorBitBLT
variables
brushTransparency
output
Draws text to the given point. DEPRECATED!