static float SF_STDCALL GetTextureGlyphMaxHeight(const FontResource* f);
GetTextureGlyphMaxHeight returns the pixel height of text, such that the texture glyphs are sampled 1-to-1 texels-to-pixels; with the height of the glyph box, in texels.
Parameters |
Description |
const FontResource* f |
Pointer to FontResource to look up the texture glyphs of the text. |
A float value that describes the pixel height of the text.