|
libnx
|
pl:u service IPC wrapper. More...
#include "../types.h"Go to the source code of this file.
Data Structures | |
| struct | PlFontData |
Enumerations | |
| enum | PlSharedFontType { PlSharedFontType_Standard = 0, PlSharedFontType_ChineseSimplified = 1, PlSharedFontType_ExtChineseSimplified = 2, PlSharedFontType_ChineseTraditional = 3, PlSharedFontType_KO = 4, PlSharedFontType_NintendoExt = 5, PlSharedFontType_Total } |
Functions | |
| Result | plInitialize (void) |
| void | plExit (void) |
| void * | plGetSharedmemAddr (void) |
| Gets a specific shared-font via SharedFontType, see PlSharedFontType. | |
| Result | plGetSharedFontByType (PlFontData *font, u32 SharedFontType) |
| Gets shared font(s). | |
| Result | plGetSharedFont (u64 LanguageCode, PlFontData *fonts, size_t max_fonts, size_t *total_fonts) |
pl:u service IPC wrapper.
| enum PlSharedFontType |
1.8.11