pixelperfectengine v0.9.4-beta3 (2019-10-18T18:09:33Z)
Dub
Repo
Text.this
PixelPerfectEngine
concrete
text
Text
Creates a unit of formatted text from the supplied data.
this
(dstring text, CharacterFormattingInfo!BitmapType formatting, Text next, int frontTab, BitmapType icon)
class
Text
(BitmapType = Bitmap8Bit)
@
safe
pure @
nogc
nothrow
this
(
dstring
text
,
CharacterFormattingInfo
!
BitmapType
formatting
,
Text
next
= null
,
int
frontTab
= 0
,
BitmapType
icon
= null
)
this
(ubyte[] stream, Fontset!BitmapType[uint] fonts)
Meta
Source
See Implementation
PixelPerfectEngine
concrete
text
Text
constructors
this
functions
toDString
variables
formatting
frontTab
icon
iconOffsetX
iconOffsetY
next
text
Creates a unit of formatted text from the supplied data.