nn::font::ResFont::SetResource Member Function
bool SetResource(
void * bfnt
);
| Name | Description | |
|---|---|---|
| inout | bfnt | Pointer to the BFNT to associate with ResFont. Must be aligned on a 128-byte boundary. |
true if this is successfully associated with a resource and false otherwise. This function fails if bfnt is an invalid resource. Enables the use of a font by associating it with a font resource.
CONFIDENTIAL