pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
TextTempl.this
pixelperfectengine
graphics
text
TextTempl
Creates a unit of formatted text from the supplied data.
this
(dstring text, CharacterFormattingInfo!BitmapType formatting, TextTempl!BitmapType next, int frontTab, BitmapType icon)
class
TextTempl
(BitmapType = Bitmap8Bit)
@
safe
pure nothrow
this
(
dstring
text
,
CharacterFormattingInfo
!
BitmapType
formatting
,
TextTempl
!
BitmapType
next
= null
,
int
frontTab
= 0
,
BitmapType
icon
= null
)
this
(TextTempl!BitmapType orig)
Meta
Source
See Implementation
pixelperfectengine
graphics
text
TextTempl
constructors
this
enums
Flags
functions
addToEnd
breakTextIntoMultipleLines
font
getBlockWidth
getChar
getHeight
getWidth
insertChar
offsetAmount
opIndex
overwriteChar
removeChar
toDString
properties
charLength
text
variables
_text
flags
formatting
frontTab
icon
iconOffsetX
iconOffsetY
iconSpacing
next
Creates a unit of formatted text from the supplied data.