Class RenderingFont

RenderingFont class

Font for rendering.

public class RenderingFont

Constructors

NameDescription
RenderingFont(string, float)Initializes a new instance of the RenderingFont

Properties

NameDescription
Bold { get; set; }Gets or sets bold for the font.
Color { get; set; }Gets or sets color for the font.
Italic { get; set; }Gets or sets italic for the font.
Name { get; }Gets name of the font.
Size { get; }Gets size of the font in points.

See Also