|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
EXTLOGFONT
The EXTLOGFONT structure defines the attributes of a font.
typedef struct tagEXTLOGFONT { LOGFONT elfLogFont; BCHAR elfFullName[LF_FULLFACESIZE]; BCHAR elfStyle[LF_FACESIZE]; DWORD elfVersion; DWORD elfStyleSize; DWORD elfMatch; DWORD elfReserved; BYTE elfVendorId[ELF_VENDOR_SIZE]; DWORD elfCulture; PANOSE elfPanose; } EXTLOGFONT;
Members
elfLogFont
Specifies some of the attributes of the given font. This member is a LOGFONT structure.
elfFullName
Specifies a unique name for the font (for example, ABCD Font Company TrueType Bold Italic Sans Serif).
elfStyle
Specifies the style of the font (for example, Bold Italic).
elfVersion
Reserved. Must be zero.
elfStyleSize
This member only has meaning for hinted fonts. It specifies the point size at which the font is hinted. If set to zero, which is its default value, the font is hinted at the point size corresponding to the lfHeight member of the LOGFONT structure specified by elfLogFont.
elfMatch
A unique identifier for an enumerated font. This will be filled in by the graphics device interface (GDI) upon font enumeration.
elfReserved
Reserved; must be zero.
elfVendorId
A 4-byte identifier of the font vendor.
elfCulture
Reserved; must be zero.
elfPanose
A PANOSE structure that specifies the shape of the font. If all members of this structure are set to zero, the elfPanose member is ignored by the font mapper.
See Also
LOGFONT, PANOSE
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
EXTLOGFONT
Структура EXTLOGFONT определяет атрибуты шрифта.
typedef struct tagEXTLOGFONT { LOGFONT elfLogFont; BCHAR elfFullName[LF_FULLFACESIZE]; BCHAR elfStyle[LF_FACESIZE]; DWORD elfVersion; DWORD elfStyleSize; DWORD elfMatch; DWORD elfReserved; БАЙТ elfVendorId[ELF_VENDOR_SIZE]; elfCulture DWORD; PANOSE elfPanose; } EXTLOGFONT;
Участники
elfLogFont
Определяет некоторые атрибуты данного шрифта. Этот член является структурой LOGFONT.
elfFullName
Определяет уникальный называть в честь шрифта (например, Смелый Курсив ABCD Font Company TrueType Засечки Sans).
elfStyle
Определяет стиль шрифта (например, Смелый Курсив).
elfVersion
Зарезервированное. Должно - нулевым.
elfStyleSize
Этот член только имеет означая для hinted шрифтов. Это определяет размер точки в котором шрифт - hinted. Если установлено в нуль, который - значение по умолчанию, шрифт - hinted на данном этапе размер, соответствуемый на член lfHeight структуры LOGFONT определенной elfLogFont.
elfMatch
Уникальный идентификатор для перечисленного шрифта. Это будет заполнен графическим интерфейсом устройства (GDI) в шрифтовом перечислении.
elfReserved
Зарезервированное; должно - нулевым.
elfVendorId
4- Байтовый идентификатор шрифтового поставщика.
elfCulture
Зарезервированное; должно - нулевым.
elfPanose
Структура PANOSE, которая определяет форму шрифта. Если все участники этой структуры установлены в нуль, elfPanose член проигнорирован шрифтовым mapper.
Смотри Также
LOGFONT, PANOSE
|
|
|
|
| |