pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
BitmapDrawer.drawText
PixelPerfectEngine
graphics
draw
BitmapDrawer
Draws texts. (deprecated, will be removed after Version 1.0.0)
void
drawText
(int x, int y, wstring text, Bitmap16Bit[wchar] fontSet, int style)
class
BitmapDrawer
deprecated
void
drawText
(
int
x
,
int
y
,
wstring
text
,
Bitmap16Bit
[
wchar
]
fontSet
,
int
style
= 0
)
void
drawText
(int x, int y, wstring text, Fontset!(Bitmap16Bit) fontset, int style)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
draw
BitmapDrawer
constructors
this
functions
drawColorText
drawFilledRectangle
drawLine
drawRectangle
drawText
insertBitmap
insertBitmapSlice
insertColorLetter
patternFill
static variables
transparencytester4
transparencytester8
variables
brushTransparency
output
Draws texts. (deprecated, will be removed after Version 1.0.0)