razorfont ~master (2026-07-04T12:11:28.1014824)
Dub
Repo
RazorFontData
razor_font
A simple struct to get the font data for the shader
struct
RazorFontData {
double
[]
vertexPositions
;
double
[]
textureCoordinates
;
int
[]
indices
;
double
[]
colors
;
}
Members
Variables
colors
double
[]
colors
;
Undocumented in source.
indices
int
[]
indices
;
Undocumented in source.
textureCoordinates
double
[]
textureCoordinates
;
Undocumented in source.
vertexPositions
double
[]
vertexPositions
;
Undocumented in source.
Meta
Source
See Implementation
razor_font
functions
createFont
disableShadowColoring
enableShadows
flush
getCurrentCharacterIndex
getCurrentFontTextureFileLocation
getMaxChars
getTextRenderableCharsLength
getTextRenderableCharsLengthWithShadows
getTextSize
moveChar
render
renderToCanvas
rotateChar
selectFont
setCanvasSize
setColorChar
setColorPoints
setColorRange
setRenderFunc
setRenderTargetAPICallRAW
setRenderTargetAPICallString
setShadowOffset
switchColors
switchShadowColor
structs
RazorFontData
RazorTextSize
A simple struct to get the font data for the shader