pl namespace
#include <nn/pl.h>
Enums
- enum SharedFontType { STANDARD = 0x00, CHINESE_SIMPLIFIED = 0x01, EXT_CHINESE_SIMPLIFIED = 0x02, CHINESE_TRAD = 0x03, KOREAN = 0x04, NN_EXT = 0x05 }
- enum LoadState { LOADING, LOADED }
Functions
- auto GetSharedFontLoadState(SharedFontType) -> LoadState
- auto GetSharedFontAddress(SharedFontType) -> void*
- auto GetSharedFontSize(SharedFontType) -> u32
- void RequestSharedFontLoad(SharedFontType)