[]
Represents an embedded font and its binary data.
public class EmbeddedFont
Gets the font's binary data (read-only).
public IReadOnlyCollection<byte> Data { get; }
Gets the type of the font data.
public FontDataType DataType { get; }
Gets the document that contains this font.
public DocumentBase Document { get; }
Gets a value indicating whether the containing document is in reading mode.
public bool IsReadOnly { get; }
Gets or sets a value indicating whether this font is a subset.
public bool Subsetted { get; set; }
Gets the type of the embedded font (regular, bold, italic, bold italic).
public EmbeddedFontType Type { get; }