nn::font::PackedFont::GetRequireBufferSize Member Function
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
);
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. |
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.
CONFIDENTIAL