pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
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
functions
font
getBlockWidth
getChar
getWidth
insertChar
offsetAmount
opIndex
overwriteChar
removeChar
toDString
properties
charLength
text
variables
_text
formatting
frontTab
icon
iconOffsetX
iconOffsetY
iconSpacing
next
Removes a range of characters described by the begin and end position.