Class AdobeFontMetricsLigature
- Namespace
- UglyToad.PdfPig.Fonts.AdobeFontMetrics
- Assembly
- UglyToad.PdfPig.Fonts.dll
A ligature in an Adobe Font Metrics individual character.
public class AdobeFontMetricsLigature
- Inheritance
-
AdobeFontMetricsLigature
- Inherited Members
Constructors
AdobeFontMetricsLigature(string, string)
Create a new AdobeFontMetricsLigature.
public AdobeFontMetricsLigature(string successor, string value)
Parameters
Properties
Successor
The character to join with to form a ligature.
public string Successor { get; }
Property Value
Value
The current character.
public string Value { get; }
Property Value
Methods
ToString()
public override string ToString()