EmfPlusFont Class
Contents
[
Hide
]Summary: The EmfPlusFont object specifies properties that determine the appearance of text, including
typeface, size, and style.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusFont
Inheritance: EmfPlusGraphicsObjectType
Constructors
Name | Description |
---|---|
EmfPlusFont() | Initializes a new instance of the EmfPlusFont class |
Properties
Name | Type | Access | Description |
---|---|---|---|
em_size | float | r/w | Gets or sets a 32-bit floating-point value that specifies the em size of the font in units specified by the SizeUnit field. |
family_name | string | r/w | Gets or sets a string of Length Unicode characters that contains the name of the font family |
font_style_flags | EmfPlusFontStyleFlags | r/w | Gets or sets a 32-bit signed integer that specifies attributes of the character glyphs that affect the appearance of the font, such as bold and italic. This value MUST be composed of FontStyle flags (section 2.1.2.4). |
size_unit | EmfPlusUnitType | r/w | Gets or sets a 32-bit unsigned integer that specifies the units used for the EmSize field. These are typically the units that were employed when designing the font. The value MUST be in the UnitType enumeration (section 2.1.1.33). |
version | EmfPlusGraphicsVersion | r/w | Gets or sets the version. |
Constructor: EmfPlusFont()
EmfPlusFont()
Initializes a new instance of the EmfPlusFont class