bindbc-raylib ~master (2021-10-15T13:02:18Z)
Dub
Repo
pGetCodepointsCount
bindbc
raylib
bind
text
Get total number of characters (codepoints) in a UTF8 encoded string
version(!BindRaylib_Static)
extern (
C
) @
nogc
nothrow
alias
pGetCodepointsCount
=
int
function
(
const
(
char
)*
text
)
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
Get total number of characters (codepoints) in a UTF8 encoded string