Windows API Guide: DestroyWindow Function


Type ENUMLOGFONT   elfLogFont As LOGFONT   elfFullName As String * 64   elfStyle As String * 64 End Type

Description & Usage

The ENUMLOGFONT 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.

Used By

EnumFontFamProc

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


Last Modified: October 29, 1999
This page is copyright © 1999 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/enumlogfont.html



Windows API Guide
Windows API Guide - Reference - Volume 1: Version 3.0 For the MS-DOS and PC-DOS Operating Systems
ISBN: B001V0KQIY
EAN: N/A
Year: 1998
Pages: 610

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net