Click or drag to resize

KerningPair Structure

An object to represent a "kerning pair". A "kerning pair" is comprised of a string and a kern value. The kern value represents how much spacing exists inbetween each letter.

Namespace:  Atalasoft.PdfDoc.Generating.Utilities
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public struct KerningPair

The KerningPair type exposes the following members.

Constructors
  NameDescription
Public methodKerningPair
Initializes a new instance of the KerningPair struct.
Top
Properties
  NameDescription
Public propertyKernValue
Gets or sets the kern value.
Public propertyText
Gets or sets the text.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also