PdfFont.DescentPlusLeading Method

PDF File Writer

PdfFontDescentPlusLeading Method

Font descent in user units

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double DescentPlusLeading(
	double FontSize
)

Parameters

FontSize
Type: SystemDouble
Font size

Return Value

Type: Double
Font descent plus half of internal leading.
See Also