[]
        
(Showing Draft Content)

C1.WPF.Word.Font

Font Class

Defines a format for text, including font face, size, and style attributes.

Inheritance
Font
Namespace: C1.WPF.Word
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class Font

Constructors

Name Description
Font(RtfFontStyle, double, byte[])

Initializes a new instance of a Font object.

Font(RtfFontStyle, double, string)

Initializes a new instance of a Font object.

Font(string, double)

Initializes a new instance of a Font object.

Font(string, double, RtfFontStyle)

Initializes a new instance of a Font object.

Properties

Name Description
Bold

Gets a value that determines whether this font is bold.

FontFamily

Gets the font family.

GdiCharSet

Gets or sets charset code for this font.

GdiVerticalFont

Gets or sets vertical font flag for this font.

Italic

Gets a value that determines whether this font is italic.

Name

Gets the font name.

Size

Gets the font size in points.

Strikeout

Gets a value that determines whether this font has a horizontal line through it.

Style

Gets the font style attributes.

Underline

Gets a value that determines whether this font is underlined.