Property | Type | Description | |
---|---|---|---|
fLogFont |
Method | Description | |
---|---|---|
GDIFont ( string faceName, int lfHeight ) : System | ||
GDIFont ( string faceName, int lfHeight, System.Guid aGuid ) : System | ||
GDIFont ( string lfFaceName, int lfHeight, byte lfPitchAndFamily, byte lfCharSet, FontQuality lfQuality, FontWeight lfWeight, bool lfItalic, bool lfStrikeOut, bool lfUnderline, byte lfClipPrecision, byte lfOutPrecision, int lfEscapement, int lfOrientation, int lfWidth, System.Guid aGuid ) : System | ||
MeasureString ( string aString ) : System.Drawing.Size |
This is the way to measure a string.
|
public GDIFont ( string faceName, int lfHeight ) : System | ||
faceName | string | |
lfHeight | int | |
return | System |
public GDIFont ( string faceName, int lfHeight, System.Guid aGuid ) : System | ||
faceName | string | |
lfHeight | int | |
aGuid | System.Guid | |
return | System |
public GDIFont ( string lfFaceName, int lfHeight, byte lfPitchAndFamily, byte lfCharSet, FontQuality lfQuality, FontWeight lfWeight, bool lfItalic, bool lfStrikeOut, bool lfUnderline, byte lfClipPrecision, byte lfOutPrecision, int lfEscapement, int lfOrientation, int lfWidth, System.Guid aGuid ) : System | ||
lfFaceName | string | |
lfHeight | int | |
lfPitchAndFamily | byte | |
lfCharSet | byte | |
lfQuality | FontQuality | |
lfWeight | FontWeight | |
lfItalic | bool | |
lfStrikeOut | bool | |
lfUnderline | bool | |
lfClipPrecision | byte | |
lfOutPrecision | byte | |
lfEscapement | int | |
lfOrientation | int | |
lfWidth | int | |
aGuid | System.Guid | |
return | System |
public MeasureString ( string aString ) : System.Drawing.Size | ||
aString | string | |
return | System.Drawing.Size |