[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.CffTable.CharString

Class CffTable.CharString

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

Describes the charstring for one glyph.

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

Properties

Bytes

Gets the binary data of the charstring.

public byte[] Bytes { get; }

Property Value

byte[]

XMax

Maximum x for coordinate data.

public float XMax { get; }

Property Value

float

XMin

Minimum x for coordinate data.

public float XMin { get; }

Property Value

float

YMax

Gets maximum Y for coordinate data.

public float YMax { get; }

Property Value

float

YMin

Minimum y for coordinate data.

public float YMin { get; }

Property Value

float