MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / CHAR_WIDTH

Function CHAR_WIDTH

grtext/grtext.cpp:233–233  ·  view source on GitHub ↗

macro to get character width

Source from the content-addressed store, hash-verified

231
232// macro to get character width
233static inline int CHAR_WIDTH(int font, int ch) { return (int)(grfont_GetCharWidth(font, ch) * Grtext_scale); }
234
235static inline int CHAR_HEIGHT(int font) { return (int)(grfont_GetHeight(font) * Grtext_scale); }
236

Callers 3

grtext_GetTextLineWidthFunction · 0.85
grtext_DrawTextLineClipFunction · 0.85
grtext_DrawTextLineFunction · 0.85

Calls 1

grfont_GetCharWidthFunction · 0.85

Tested by

no test coverage detected