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

Function CHAR_SPACING

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

Source from the content-addressed store, hash-verified

235static inline int CHAR_HEIGHT(int font) { return (int)(grfont_GetHeight(font) * Grtext_scale); }
236
237static inline int CHAR_SPACING(int font, int ch1, int ch2) { return (int)(grfont_GetKernedSpacing(font, ch1, ch2)); }
238
239// macro to get character width
240static inline int CHAR_WIDTH_TEMP(const tFontTemplate *ft, int ch) {

Callers 3

grtext_GetTextLineWidthFunction · 0.85
grtext_DrawTextLineClipFunction · 0.85
grtext_DrawTextLineFunction · 0.85

Calls 1

grfont_GetKernedSpacingFunction · 0.85

Tested by

no test coverage detected