Struct AdobeFontMetricsVector
- Namespace
- UglyToad.PdfPig.Fonts.AdobeFontMetrics
- Assembly
- UglyToad.PdfPig.Fonts.dll
A vector in the Adobe Font Metrics.
public struct AdobeFontMetricsVector
- Inherited Members
Constructors
AdobeFontMetricsVector(double, double)
Create a new AdobeFontMetricsVector.
public AdobeFontMetricsVector(double x, double y)
Parameters
Properties
X
The x component of the vector.
public readonly double X { get; }
Property Value
Y
The y component of the vector.
public readonly double Y { get; }
Property Value
Methods
ToString()
public override string ToString()