FNT Function List

Functions

FNTGetDataSize Gets the font data buffer size required to use the font.
FNTConstruct Expands the font resource data loaded into memory.
FNTInitStreamingConstruct Performs initialization to expand fonts while loading font resources successively.
FNTStreamingConstruct Reads the font resource in order and expands the data.
FNTGetTexture Gets the font texture information of the first text character in the specified string.
FNTGetTextureFormat Gets the format of the texture image sheet.
FNTGetWidth Gets the texel width of the first text character in the specified string.
FNTGetMetrics Gets font size information.
FNTGetEncoding Gets the current character encoding method.
FNTSetEncoding Sets the character encoding method.

Types and Structures

FNTHeader This structure stores font data information.
FNTTexture This structure stores texture information used to draw a single character using the font.
FNTMetrics This structure stores size information for fonts.
FNTConstructResult This enumerator is used to define the progress status of the font expansion process.
FNTEncoding This enumerator is used to define the character encoding method of the font.

CONFIDENTIAL