Table of Contents

Class XFontMetrics

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Collects information of a physical font face.

public sealed class XFontMetrics
Inheritance
XFontMetrics
Inherited Members

Properties

Ascent

Gets the ascent value.

public int Ascent { get; }

Property Value

int

AverageWidth

Gets the average width.

public int AverageWidth { get; }

Property Value

int

CapHeight

Gets the height of capital letters.

public int CapHeight { get; }

Property Value

int

Descent

Gets the descent value.

public int Descent { get; }

Property Value

int

Leading

Gets the leading value.

public int Leading { get; }

Property Value

int

LineSpacing

Gets the line spacing value.

public int LineSpacing { get; }

Property Value

int

MaxWidth

Gets the maximum width of a character.

public int MaxWidth { get; }

Property Value

int

Name

Gets the font name.

public string Name { get; }

Property Value

string

StemH

Gets an internal value.

public int StemH { get; }

Property Value

int

StemV

Gets an internal value.

public int StemV { get; }

Property Value

int

StrikethroughPosition

Gets the strikethrough position.

public int StrikethroughPosition { get; }

Property Value

int

StrikethroughThickness

Gets the strikethrough thickness.

public int StrikethroughThickness { get; }

Property Value

int

UnderlinePosition

Gets the underline position.

public int UnderlinePosition { get; }

Property Value

int

UnderlineThickness

Gets the underline thickness.

public int UnderlineThickness { get; }

Property Value

int

UnitsPerEm

Gets the ascent value.

public int UnitsPerEm { get; }

Property Value

int

XHeight

Gets the height of a lower-case character.

public int XHeight { get; }

Property Value

int