nw::font::ArchiveFontBase::IsValidResource Member Function
protected:
static bool IsValidResource(
const void* brfnt,
u32 dataSize
);
| Name | Description | |
|---|---|---|
| in | brfnt | Pointer to the binary data to assess. |
| in | dataSize | The size of the data passed by brfnt. |
true if brfnt is a compressed font resource containing the entire GLGR block. Determines whether the given binary data includes data up through the GLGR block of the compressed font resource.
CONFIDENTIAL