Font {System.Drawing} |
.NET clr documentation |
Font
Description
Declare
# namespace System.Drawing
export class Font extends MarshalByRefObject {
Bold: boolean;
FontFamily: FontFamily;
GdiCharSet: Byte;
GdiVerticalFont: boolean;
Height: integer;
IsSystemFont: boolean;
Italic: boolean;
Name: string;
OriginalFontName: string;
Size: double;
SizeInPoints: double;
Strikeout: boolean;
Style: FontStyle;
SystemFontName: string;
Underline: boolean;
Unit: GraphicsUnit;
}
.NET clr type reference tree
- this class extends from MarshalByRefObject class: MarshalByRefObject
- use by property member
FontFamily
: FontFamily
- use by property member
GdiCharSet
: Byte
- use by property member
Style
: FontStyle
- use by property member
Unit
: GraphicsUnit
[Package
{$package} version {$version}
Index]