Table of Contents

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

x double
y double

Properties

X

The x component of the vector.

public readonly double X { get; }

Property Value

double

Y

The y component of the vector.

public readonly double Y { get; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string