Click or drag to resize

PdfFontMetricsGetCharMetrics Method

Gets the metrics for a given character using the specified transform. This method is implemented by concrete instances of PdfFontMetrics. Client code will not typically create subclasses of PdfFontMetrics.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Fonts
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected abstract PdfPoint GetCharMetrics(
	char c,
	PdfTransform fontTransfrom
)

Parameters

c
Type: SystemChar
The character to measure.
fontTransfrom
Type: Atalasoft.PdfDoc.GeometryPdfTransform
The font transfrom.

Return Value

Type: PdfPoint
The advance width for the given character.
See Also