PdfFont.FontDesignToUserUnits Method

PDF File Writer

PdfFontFontDesignToUserUnits Method

Font units to user units

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double FontDesignToUserUnits(
	double FontSize,
	int Value
)

Parameters

FontSize
Type: SystemDouble
Font size
Value
Type: SystemInt32
Design value

Return Value

Type: Double
Design value in user units
See Also