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

  1. this class extends from MarshalByRefObject class: MarshalByRefObject
  2. use by property member FontFamily: FontFamily
  3. use by property member GdiCharSet: Byte
  4. use by property member Style: FontStyle
  5. use by property member Unit: GraphicsUnit

[Package {$package} version {$version} Index]