nn::font::ArchiveFontBase::IsValidResource Member Function
protected:
static bool IsValidResource(
const void* brfnt,
u32 dataSize
);
| Name | Description | |
|---|---|---|
| in | brfnt | A pointer to the binary data to check. |
| in | dataSize | The data size passed in by brfnt. |
true if brfnt is a compressed font resource that contains a complete GLGR block; otherwise, returns false. Determines whether the given binary data contains a compressed font resource up to the GLGR block.
CONFIDENTIAL