[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontLink

Class FontLink

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Describes a reference to Font used as fallback or EUDC font for a specific base font.

public class FontLink
Inheritance
object
FontLink
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Gets a Font used as linked fallback or EUDC font.

public Font Font { get; }

Property Value

Font

Gets a value specifying the scale factor applied to size of the base font when the linked font is used instead.

public float? ScaleFactor { get; }

Property Value

float?