IFonts

IFonts interface

Represents fonts collection.

public interface IFonts

Properties

NameDescription
ComplexScriptFont { get; set; }Returns or sets the complex script font. Read/write IFontData.
EastAsianFont { get; set; }Returns or sets the East Asian font. Read/write IFontData.
LatinFont { get; set; }Returns or sets the Latin font. Read/write IFontData.

See Also