pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
BitmapDrawer.drawColorText
pixelperfectengine
graphics
draw
BitmapDrawer
Draws colored text from monocromatic font.
class
BitmapDrawer
public pure
void
drawColorText
(
int
x
,
int
y
,
dstring
text
,
Fontset
!(
Bitmap8Bit
)
fontset
,
ubyte
color
,
uint
style
= 0
)
Meta
Source
See Implementation
pixelperfectengine
graphics
draw
BitmapDrawer
constructors
this
functions
bitBLT
bitBLTPattern
drawBox
drawColorText
drawFilledBox
drawLine
drawLinePattern
drawMultiLineText
drawSingleLineText
drawText
floodFill
insertBitmap
insertBitmapSlice
insertColorLetter
xorBitBLT
variables
brushTransparency
output
Draws colored text from monocromatic font.