Table of Contents

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)

public AdobeFontMetricsCharacterSize(double x, double y)

Parameters

x double
y double

Properties

X

The horizontal width.

public double X { get; }

Property Value

double

Y

The vertical width.

public double Y { get; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string