Class FontStyles
Provides predefined FontStyle values for common slants used in text layout.
Inheritance
Inherited Members
Namespace: Telerik.Documents.Core.Fonts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class FontStyles
Properties
Italic
Gets the true italic style designed with dedicated glyph shapes.
Declaration
public static FontStyle Italic { get; }
Property Value
|
FontStyle
|
Normal
Gets the upright, non‑slanted style used by default in most fonts.
Declaration
public static FontStyle Normal { get; }
Property Value
|
FontStyle
|
Oblique
Gets the artificially slanted style typically synthesized from the regular face.
Declaration
public static FontStyle Oblique { get; }
Property Value
|
FontStyle
|