Property | Type | Description | |
---|---|---|---|
fCharSet | byte | ||
fClipPrecision | byte | ||
fEscapement | int | ||
fFaceName | string | ||
fHeight | int | ||
fItalic | byte | ||
fOrientation | int | ||
fOutPrecision | byte | ||
fPitchAndFamily | byte | ||
fQuality | Font.Quality | ||
fStrikeOut | byte | ||
fUnderline | byte | ||
fWeight | Font.FontWeight | ||
fWidth | int |
Method | Description | |
---|---|---|
CreateFont ( string typeface, int height ) : |
Create a font object given a typeface and size.
|
|
LogicalFont ( string typeface, int height ) : System |
public static CreateFont ( string typeface, int height ) : |
||
typeface | string | |
height | int | |
return |
public LogicalFont ( string typeface, int height ) : System | ||
typeface | string | |
height | int | |
return | System |