Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
U_LOGFONT_PANOSE Struct Reference

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.
 

Detailed Description

For U_EMREXTCREATEFONTINDIRECTW elfw field.

EMF manual 2.2.16, Microsoft name: LogFontPanose Object

Definition at line 1876 of file uemf.h.

Member Data Documentation

◆ elfCulture

uint32_t U_LOGFONT_PANOSE::elfCulture

Must be 0, Ignore.

Definition at line 1885 of file uemf.h.

◆ elfFullName

uint16_t U_LOGFONT_PANOSE::elfFullName[U_LF_FULLFACESIZE]

Font full name.

Definition at line 1878 of file uemf.h.

◆ elfLogFont

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().

◆ elfMatch

uint32_t U_LOGFONT_PANOSE::elfMatch

Ignore.

Definition at line 1882 of file uemf.h.

◆ elfPadding

uint16_t U_LOGFONT_PANOSE::elfPadding

Ignore.

Definition at line 1887 of file uemf.h.

◆ elfPanose

U_PANOSE U_LOGFONT_PANOSE::elfPanose

Panose Object. If all zero, it is ignored.

Definition at line 1886 of file uemf.h.

◆ elfReserved

uint32_t U_LOGFONT_PANOSE::elfReserved

Must be 0, Ignore.

Definition at line 1883 of file uemf.h.

◆ elfStyle

uint16_t U_LOGFONT_PANOSE::elfStyle[U_LF_FACESIZE]

Font style (if <U_LF_FACESIZE characters, null terminate string)

Definition at line 1879 of file uemf.h.

◆ elfStyleSize

uint32_t U_LOGFONT_PANOSE::elfStyleSize

Font hinting starting at this point size, if 0, starts at Height.

Definition at line 1881 of file uemf.h.

◆ elfVendorId

uint8_t U_LOGFONT_PANOSE::elfVendorId[U_ELF_VENDOR_SIZE]

Ignore.

Definition at line 1884 of file uemf.h.

◆ elfVersion

uint32_t U_LOGFONT_PANOSE::elfVersion

Ignore.

Definition at line 1880 of file uemf.h.


The documentation for this struct was generated from the following file: