Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override float GetCharWidth(
	char charCode,
	PdfStringFormat format
)
Protected Overrides Function GetCharWidth ( 
	charCode As Char,
	format As PdfStringFormat
) As Single
protected:
virtual float GetCharWidth(
	wchar_t charCode, 
	PdfStringFormat^ format
) override
abstract GetCharWidth : 
        charCode : char * 
        format : PdfStringFormat -> float32 
override GetCharWidth : 
        charCode : char * 
        format : PdfStringFormat -> float32 

Parameters

charCode
Char
format
PdfStringFormat

Return Value

Single

See Also