tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
TypeChar
tida
text
Determining the type of character depending on the type of the string.
template
TypeChar (
T
) {
alias
TypeChar
=
char
;
alias
TypeChar
=
wchar
;
alias
Typechar
=
dchar
;
}
Members
Aliases
TypeChar
alias
TypeChar
=
char
Undocumented in source.
TypeChar
alias
TypeChar
=
wchar
Undocumented in source.
Typechar
alias
Typechar
=
dchar
Undocumented in source.
Meta
Source
See Implementation
tida
text
classes
Font
Symbol
SymbolRender
Text
functions
cutFormat
initFontLibrary
widthSymbols
widthText
static variables
_FTLibrary
templates
TypeChar
Determining the type of character depending on the type of the string.