Inkscape
Vector Graphics Editor
|
For U_EMREXTCREATEFONTINDIRECTW elfw field. More...
#include <uemf.h>
Public Attributes | |
U_LOGFONT | elfLogFont |
Basic font attributes. | |
uint16_t | elfFullName [U_LF_FULLFACESIZE] |
Font full name. | |
uint16_t | elfStyle [U_LF_FACESIZE] |
Font style (if <U_LF_FACESIZE characters, null terminate string) | |
uint32_t | elfVersion |
Ignore. | |
uint32_t | elfStyleSize |
Font hinting starting at this point size, if 0, starts at Height. | |
uint32_t | elfMatch |
Ignore. | |
uint32_t | elfReserved |
Must be 0, Ignore. | |
uint8_t | elfVendorId [U_ELF_VENDOR_SIZE] |
Ignore. | |
uint32_t | elfCulture |
Must be 0, Ignore. | |
U_PANOSE | elfPanose |
Panose Object. If all zero, it is ignored. | |
uint16_t | elfPadding |
Ignore. | |
For U_EMREXTCREATEFONTINDIRECTW elfw field.
EMF manual 2.2.16, Microsoft name: LogFontPanose Object
uint16_t U_LOGFONT_PANOSE::elfFullName[U_LF_FULLFACESIZE] |
U_LOGFONT U_LOGFONT_PANOSE::elfLogFont |
Basic font attributes.
Definition at line 1877 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::select_font().
U_PANOSE U_LOGFONT_PANOSE::elfPanose |
uint16_t U_LOGFONT_PANOSE::elfStyle[U_LF_FACESIZE] |
uint32_t U_LOGFONT_PANOSE::elfStyleSize |
uint8_t U_LOGFONT_PANOSE::elfVendorId[U_ELF_VENDOR_SIZE] |