#include <revolution/fnt.h> void FNTGetMetrics( const FNTHeader* font, FNTMetrics* metrics );
| font | Pointer to the font data buffer. Initialization using FNTConstruct or FNTStreamingConstruct is required. |
|---|---|
| metrics | Pointer to a structure that stores the size information for fonts. |
None.
Gets font size information.
Font height, ascent, descent, line spacing, etc. are stored as font size information.
2006/10/01 Initial version.
CONFIDENTIAL