ReactOS 0.4.15-dev-7918-g2a2556c
tagEXTLOGFONTW Struct Reference

#include <wingdi.h>

Collaboration diagram for tagEXTLOGFONTW:

Public Attributes

LOGFONTW elfLogFont
 
WCHAR elfFullName [LF_FULLFACESIZE]
 
WCHAR elfStyle [LF_FACESIZE]
 
DWORD elfVersion
 
DWORD elfStyleSize
 
DWORD elfMatch
 
DWORD elfReserved
 
BYTE elfVendorId [ELF_VENDOR_SIZE]
 
DWORD elfCulture
 
PANOSE elfPanose
 

Detailed Description

Definition at line 1924 of file wingdi.h.

Member Data Documentation

◆ elfCulture

DWORD tagEXTLOGFONTW::elfCulture

Definition at line 1933 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfFullName

WCHAR tagEXTLOGFONTW::elfFullName[LF_FULLFACESIZE]

Definition at line 1926 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfLogFont

LOGFONTW tagEXTLOGFONTW::elfLogFont

Definition at line 1925 of file wingdi.h.

Referenced by emfdc_create_font(), EMFDRV_CreateFontIndirect(), and PlayEnhMetaFileRecord().

◆ elfMatch

DWORD tagEXTLOGFONTW::elfMatch

Definition at line 1930 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfPanose

PANOSE tagEXTLOGFONTW::elfPanose

Definition at line 1934 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfReserved

DWORD tagEXTLOGFONTW::elfReserved

Definition at line 1931 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfStyle

WCHAR tagEXTLOGFONTW::elfStyle[LF_FACESIZE]

Definition at line 1927 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfStyleSize

DWORD tagEXTLOGFONTW::elfStyleSize

Definition at line 1929 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfVendorId

BYTE tagEXTLOGFONTW::elfVendorId[ELF_VENDOR_SIZE]

Definition at line 1932 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().

◆ elfVersion

DWORD tagEXTLOGFONTW::elfVersion

Definition at line 1928 of file wingdi.h.

Referenced by emfdc_create_font(), and EMFDRV_CreateFontIndirect().


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