libnx
v4.7.0
|
pl:u service IPC wrapper. More...
Go to the source code of this file.
Data Structures | |
struct | PlFontData |
FontData. More... | |
Enumerations | |
enum | PlServiceType { PlServiceType_User = 0 , PlServiceType_System = 1 } |
enum | PlSharedFontType { PlSharedFontType_Standard = 0 , PlSharedFontType_ChineseSimplified = 1 , PlSharedFontType_ExtChineseSimplified = 2 , PlSharedFontType_ChineseTraditional = 3 , PlSharedFontType_KO = 4 , PlSharedFontType_NintendoExt = 5 , PlSharedFontType_Total } |
SharedFontType. More... | |
Functions | |
Result | plInitialize (PlServiceType service_type) |
Initialize pl. | |
void | plExit (void) |
Exit pl. | |
Service * | plGetServiceSession (void) |
Gets the Service object for the actual pl service session. | |
void * | plGetSharedmemAddr (void) |
Gets the address of the SharedMemory. More... | |
Result | plGetSharedFontByType (PlFontData *font, PlSharedFontType SharedFontType) |
Gets shared font(s). | |
Result | plGetSharedFont (u64 LanguageCode, PlFontData *fonts, s32 max_fonts, s32 *total_fonts) |
pl:u service IPC wrapper.
enum PlServiceType |
enum PlSharedFontType |
SharedFontType.
void* plGetSharedmemAddr | ( | void | ) |
Gets the address of the SharedMemory.
Gets a specific shared-font via PlSharedFontType.