Contents Index Topic Contents | ||
Previous Topic: SOLOGBRUSH Next Topic: SOLOGPEN |
SOLOGFONT
Contains information that defines a logical font for use with vector graphics output.
Syntax
typedef struct SOLOGFONTtag { INT lfHeight; INT lfWidth; INT lfEscapement; INT lfOrientation; INT lfWeight; BYTE lfItalic; BYTE lfUnderline; BYTE lfStrikeOut; BYTE lfCharSet; BYTE lfOutputPrecision; BYTE lfClipPrecision; BYTE lfQuality; BYTE lfPitchAndFamily; BYTE lfFaceName[SOLF_FACESIZE]; } SOLOGFONT, VWPTR *PSOLOGFONT;Remarks
For a description of the members, see the LOGFONT structure.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.