XFontGetHeight Method (XGraphics)Terminal Works - PDF Printing.Net Library

Note: This API is now obsolete.

Returns the line spacing, in the current unit of a specified Graphics object, of this font. The line spacing is the vertical distance between the base lines of two consecutive lines of text. Thus, the line spacing includes the blank space between lines along with the height of

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

[ObsoleteAttribute("Use GetHeight() without parameter.")]
public double GetHeight(
	XGraphics graphics
)

Parameters

graphics
Type: PdfEdit.DrawingXGraphics

Return Value

Type: Double
See Also

Reference