pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
TextTempl.removeChar
pixelperfectengine
graphics
text
TextTempl
Removes a range of characters described by the begin and end position.
dchar
removeChar
(size_t pos)
void
removeChar
(size_t begin, size_t end)
class
TextTempl
(BitmapType = Bitmap8Bit)
@
safe
pure
void
removeChar
(
size_t
begin
,
size_t
end
)
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
Removes a range of characters described by the begin and end position.