PdfSharp-WPF  1.31.7289
PdfSharp.Drawing.XFontMetrics Class Reference

Collects information of a font. More...

Properties

string Name [get]
 Gets the font name. More...
 
int UnitsPerEm [get]
 Gets the ascent value. More...
 
int Ascent [get]
 Gets the ascent value. More...
 
int Descent [get]
 Gets the descent value. More...
 
int AverageWidth [get]
 Gets the average width. More...
 
int CapHeight [get]
 Gets the height of capital letters. More...
 
int Leading [get]
 Gets the leading value. More...
 
int MaxWidth [get]
 Gets the maximum width of a character. More...
 
int StemH [get]
 Gets an internal value. More...
 
int StemV [get]
 Gets an internal value. More...
 
int XHeight [get]
 Gets the height of a character. More...
 

Detailed Description

Collects information of a font.

Property Documentation

◆ Ascent

int PdfSharp.Drawing.XFontMetrics.Ascent
get

Gets the ascent value.

◆ AverageWidth

int PdfSharp.Drawing.XFontMetrics.AverageWidth
get

Gets the average width.

The average width.

◆ CapHeight

int PdfSharp.Drawing.XFontMetrics.CapHeight
get

Gets the height of capital letters.

◆ Descent

int PdfSharp.Drawing.XFontMetrics.Descent
get

Gets the descent value.

◆ Leading

int PdfSharp.Drawing.XFontMetrics.Leading
get

Gets the leading value.

◆ MaxWidth

int PdfSharp.Drawing.XFontMetrics.MaxWidth
get

Gets the maximum width of a character.

◆ Name

string PdfSharp.Drawing.XFontMetrics.Name
get

Gets the font name.

◆ StemH

int PdfSharp.Drawing.XFontMetrics.StemH
get

Gets an internal value.

◆ StemV

int PdfSharp.Drawing.XFontMetrics.StemV
get

Gets an internal value.

◆ UnitsPerEm

int PdfSharp.Drawing.XFontMetrics.UnitsPerEm
get

Gets the ascent value.

◆ XHeight

int PdfSharp.Drawing.XFontMetrics.XHeight
get

Gets the height of a character.


The documentation for this class was generated from the following file: