Class MediaFont
Defines a particular format for text, including FontFamily, size, and style attributes.
public class MediaFont : ICloneable
- Inheritance
-
MediaFont
- Implements
Constructors
- MediaFont(FontFamily, double, FontStretch, FontStyle, FontWeight)
Initializes a new instance of the
MediaFont
class with specified parameters.
- MediaFont(FontFamily, double, FontStyle)
Initializes a new instance of the
MediaFont
class with specified parameters.
Properties
- Family
Gets or sets the FontFamily associated with this
MediaFont
.
- Name
Gets or sets face name of this
MediaFont
.
- Size
Gets or sets size of this
MediaFont
.
- Stretch
Gets or sets FontStretch of this
MediaFont
.
- Style
Gets or sets FontStyle of this
MediaFont
.
- Weight
Gets or sets FontWeight of this
MediaFont
.