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

Function grfont_GetTracking

grtext/grfont.cpp:736–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736int grfont_GetTracking(int font) {
737 ASSERT(font >= 0 && font < MAX_FONTS);
738 // if (Fonts[font].font.flags & FT_FFI2) {
739 return (int)Fonts[font].font.ffi2.tracking;
740 // }
741
742 // return 0;
743}
744
745// render a character
746int grfont_BltChar(int font, tCharBlt *cbi) {

Callers 1

grtext_SetFontFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected