Contains information that defines a logical font for use with vector graphics output. The lfHeight and lfWidth members must be in the same logical units as all of the other drawing commands. For a description of the members, see the LOGFONT structure.
typedef struct SOLOGFONTtag {
INT lfHeight; // font height INT lfWidth; // font width INT lfEscapement; // angle of text line INT lfOrientation; // angle of character baseline INT lfWeight; // font weight BYTE lfItalic; // italics BYTE lfUnderline; // underline BYTE lfStrikeOut; // strikeout BYTE lfCharSet; // character set BYTE lfOutputPrecision; // output precision BYTE lfClipPrecision; // clipping precision BYTE lfQuality; // output quality BYTE lfPitchAndFamily; // pitch and family of font BYTE lfFaceName[SOLF_FACESIZE]; // typeface name of font } SOLOGFONT, VWPTR *PSOLOGFONT;
file: /Techref/os/win/api/win32/struc/src/str20_16.htm, 1KB, , updated: 2000/4/6 17:38, local time: 2024/11/16 02:32,
3.129.70.162:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/struc/src/str20_16.htm"> SOLOGFONT</A> |
Did you find what you needed? |