nw::font::ArchiveFontBase::IsValidResource Member Function

Syntax

protected:
static bool IsValidResource(
     const void* brfnt,
     u32 dataSize
);

Arguments

Name Description
in brfnt Pointer to the binary data to assess.
in dataSize The size of the data passed by brfnt.

Return Values

Returns true if brfnt is a compressed font resource containing the entire GLGR block.

Description

Determines whether the given binary data includes data up through the GLGR block of the compressed font resource.


CONFIDENTIAL