ENUMLOGFONTEX Structure

Type ENUMLOGFONTEX
  elfLogFont As LOGFONT
  elfFullName As String * 64
  elfStyle As String * 32
  elfScript As String * 32
End Type

Description & Usage

The ENUMLOGFONTEX structure holds information about a logical font which has been enumerated. The structure not only idenifies the regular logical font information but also some additional information as well. Windows 95, 98: If the font is not a TrueType font, the elfLogFont member must be used to get all of the font's information. The other data members of this structure will not contain any useful data.

Visual Basic-Specific Issues

None.

Data Members

elfLogFont
Logical font information about the enumerated font.
elfFullName
A null-terminated string identifying the full name of the enumerated font. Windows 95, 98: If the font is not a TrueType font, this string does not contain any useful information.
elfStyle
A null-terminated string identifying the style attributes of the enumerated font. Windows 95, 98: If the font is not a TrueType font, this string does not contain any useful information.
elfScript
A null-terminated string identifying the character set of the enumerated font. Windows 95, 98: If the font is not a TrueType font, this string does not contain any useful information.

Used By

EnumFontFamExProc

Go back to the alphabetical Structure listing.
Go back to the Reference section index.


Last Modified: October 29, 2000
This page is copyright © 2000 Paul Kuliniewicz. Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/e/enumlogfontex.html