[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EmbeddedFont

Class EmbeddedFont

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents an embedded font and its binary data.

public class EmbeddedFont
Inheritance
EmbeddedFont
Inherited Members

Properties

Data

Gets the font's binary data (read-only).

public IReadOnlyCollection<byte> Data { get; }

Property Value

IReadOnlyCollection<byte>

DataType

Gets the type of the font data.

public FontDataType DataType { get; }

Property Value

FontDataType

Document

Gets the document that contains this font.

public DocumentBase Document { get; }

Property Value

DocumentBase

IsReadOnly

Gets a value indicating whether the containing document is in reading mode.

public bool IsReadOnly { get; }

Property Value

bool

Subsetted

Gets or sets a value indicating whether this font is a subset.

public bool Subsetted { get; set; }

Property Value

bool

Type

Gets the type of the embedded font (regular, bold, italic, bold italic).

public EmbeddedFontType Type { get; }

Property Value

EmbeddedFontType