GraphicsFont Class |
Namespace: AGI.Foundation.Graphics
The GraphicsFont type exposes the following members.
Name | Description | |
---|---|---|
![]() | GraphicsFont(Font) |
Initializes a graphics font using a Font object.
|
![]() | GraphicsFont(Font, Boolean) |
Initializes a graphics font using a Font object.
|
![]() | GraphicsFont(String, Int32) |
Initializes a graphics font with the typeface name and size.
|
![]() | GraphicsFont(String, Int32, FontStyle, Boolean) |
Initializes a graphics font with the given arguments.
|
Name | Description | |
---|---|---|
![]() | Antialias |
Gets a value that indicates whether this font is antialiased.
|
![]() | Bold |
Gets a value that indicates whether this font is bold.
|
![]() | Italic |
Gets a value that indicates whether this font is italic.
|
![]() | Name |
Gets the typeface name of the font.
|
![]() | Outline |
Gets a value that indicates whether this font has an outline around its characters.
|
![]() | Size |
Gets the size of the font.
|
![]() | Strikeout |
Gets a value that indicates whether this font has a horizontal line through its characters.
|
![]() | Style | |
![]() | Underline |
Gets a value that indicates whether this font is underlined.
|
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |