VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingFontMetrics Class
In This Topic
PdfDrawingFontMetrics Class Properties
In This Topic
For a list of all properties of this type, see PdfDrawingFontMetrics.
Public Properties
 NameDescription
Public PropertyGets the font ascent.
Public PropertyGets the font descent.
Public PropertyGets the vertical distance between the base lines of two consecutive lines of text.
Public PropertyGets the font size. (Inherited from DrawingFontMetrics)
Public PropertyGets the source PdfFont of this font metrics.
Public PropertyGets the strikeout position relative to the baseline. (Inherited from DrawingFontMetrics)
Public PropertyGets the strikeout thickness. (Inherited from DrawingFontMetrics)
Public PropertyGets the height of the text line. (Inherited from DrawingFontMetrics)
Public PropertyGets the underline position relative to the baseline. (Inherited from DrawingFontMetrics)
Public PropertyGets the underline thickness. (Inherited from DrawingFontMetrics)
Public PropertyGets the units-per-em value. (Inherited from DrawingFontMetrics)
See Also