Class AdobeFontMetricsCharacterSize
- Namespace
- UglyToad.PdfPig.Fonts.AdobeFontMetrics
- Assembly
- UglyToad.PdfPig.Fonts.dll
The x and y components of the width vector of the font's characters. Presence implies that IsFixedPitch is true.
public class AdobeFontMetricsCharacterSize
- Inheritance
-
AdobeFontMetricsCharacterSize
- Inherited Members
Constructors
AdobeFontMetricsCharacterSize(double, double)
Create a new AdobeFontMetricsCharacterSize.
public AdobeFontMetricsCharacterSize(double x, double y)
Parameters
Properties
X
The horizontal width.
public double X { get; }
Property Value
Y
The vertical width.
public double Y { get; }
Property Value
Methods
ToString()
public override string ToString()