FontPackParams::GetTextureGlyphMaxHeight

FontPackParams::GetTextureGlyphMaxHeight
static float SF_STDCALL GetTextureGlyphMaxHeight(const FontResource* f);
Description

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
Parameters 
Description 
const FontResource* f 
Pointer to FontResource to look up the texture glyphs of the text. 
Return Value

A float value that describes the pixel height of the text.