Class IFontHandler.FontParams
Contains font properties.
public class IFontHandler.FontParams
- Inheritance
-
IFontHandler.FontParams
Constructors
- FontParams()
Initializes a new instance of the IFontHandler.FontParams class.
- FontParams(Font)
Initializes a new instance of the IFontHandler.FontParams class and assings its properties using the specified font.
Fields
- FamilyName
Gets or sets font family name.
- GdiCharSet
Gets or sets char set of the font.
- GenericFamily
Gets or sets GenericFontFamily of the font.
- Size
Gets or sets font size.
- Style
Gets or sets font style.
- Unit
Gets or sets GraphicsUnit of the font.