GetRequireBufferSize

nn::font::PackedFont::GetRequireBufferSize Member Function

Syntax

static u32 GetRequireBufferSize(
     const void * bfnt,
     int numSheetCache
);

static u32 GetRequireBufferSize(
     const void * bfnt,
     const char * glyphGroups,
     int numSheetCache
);

static u32 GetRequireBufferSize(
     const void * bfnt,
     f32 rateSheetCache
);

static u32 GetRequireBufferSize(
     const void * bfnt,
     const char * glyphGroups,
     f32 rateSheetCache
);

List of Overloaded Member Functions

GetRequireBufferSize ( const void *, int ) Calculates the buffer size required to construct the font.
GetRequireBufferSize ( const void *, const char *, int ) Calculates the buffer size required to construct the font.
GetRequireBufferSize ( const void *, f32 ) Calculates the buffer size required to construct the font.
GetRequireBufferSize ( const void *, const char *, f32 ) Calculates the buffer size required to construct the font.

Description of GetRequireBufferSize(const void *, int)

Calculates the buffer size required to construct the font.

Description of GetRequireBufferSize(const void *, const char *, int)

Calculates the buffer size required to construct the font.

Description of GetRequireBufferSize(const void *, f32)

Calculates the buffer size required to construct the font.

Description of GetRequireBufferSize(const void *, const char *, f32)

Calculates the buffer size required to construct the font.


CONFIDENTIAL