bindbc-raylib ~master (2021-10-15T13:02:18Z)
Dub
Repo
pDrawTextRecEx
bindbc
raylib
bind
text
Draw text using font inside rectangle limits with support for text selection
version(!BindRaylib_Static)
extern (
C
) @
nogc
nothrow
alias
pDrawTextRecEx
=
void
function
(
Font
font
,
const
(
char
)*
text
,
Rectangle
rec
,
float
fontSize
,
float
spacing
,
bool
wordWrap
,
Color
tint
,
int
selectStart
,
int
selectLength
,
Color
selectTint
,
Color
selectBackTint
)
Meta
Source
See Implementation
bindbc
raylib
bind
text
aliases
pCodepointToUtf8
pDrawFPS
pDrawText
pDrawTextCodepoint
pDrawTextEx
pDrawTextRec
pDrawTextRecEx
pGenImageFontAtlas
pGetCodepoints
pGetCodepointsCount
pGetFontDefault
pGetGlyphIndex
pGetNextCodepoint
pLoadFont
pLoadFontData
pLoadFontEx
pLoadFontFromImage
pMeasureText
pMeasureTextEx
pTextAppend
pTextCopy
pTextFindIndex
pTextFormat
pTextInsert
pTextIsEqual
pTextJoin
pTextLength
pTextReplace
pTextSplit
pTextSubtext
pTextToInteger
pTextToLower
pTextToPascal
pTextToUpper
pTextToUtf8
pUnloadFont
static variables
CodepointToUtf8
DrawFPS
DrawText
DrawTextCodepoint
DrawTextEx
DrawTextRec
DrawTextRecEx
GenImageFontAtlas
GetCodepoints
GetCodepointsCount
GetFontDefault
GetGlyphIndex
GetNextCodepoint
LoadFont
LoadFontData
LoadFontEx
LoadFontFromImage
MeasureText
MeasureTextEx
TextAppend
TextCopy
TextFindIndex
TextFormat
TextInsert
TextIsEqual
TextJoin
TextLength
TextReplace
TextSplit
TextSubtext
TextToInteger
TextToLower
TextToPascal
TextToUpper
TextToUtf8
UnloadFont
Draw text using font inside rectangle limits with support for text selection