FONTMGRPARM: Difference between revisions
Appearance
Created page with "GreEscape DEVESC_DBE_FONTMANAGEMENT data structure. ==Type== union FONTMGRPARM { DBE_FDI_PARAMETERS fdi; VIOFONTATTRIBUTE vioa; } FONTMGRPARM; Category:Data ..." |
m →Type |
||
Line 1: | Line 1: | ||
GreEscape DEVESC_DBE_FONTMANAGEMENT data structure. | GreEscape DEVESC_DBE_FONTMANAGEMENT data structure. | ||
==Type== | ==Type== | ||
union FONTMGRPARM { | union FONTMGRPARM { | ||
DBE_FDI_PARAMETERS fdi; | DBE_FDI_PARAMETERS fdi; | ||
VIOFONTATTRIBUTE vioa; | VIOFONTATTRIBUTE vioa; | ||
} FONTMGRPARM; | } FONTMGRPARM; | ||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 11:34, 11 July 2022
GreEscape DEVESC_DBE_FONTMANAGEMENT data structure.
Type
union FONTMGRPARM { DBE_FDI_PARAMETERS fdi; VIOFONTATTRIBUTE vioa; } FONTMGRPARM;