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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected float GetCharWidth(
	char c
)
Protected Function GetCharWidth ( 
	c As Char
) As Single
protected:
float GetCharWidth(
	wchar_t c
)
member GetCharWidth : 
        c : char -> float32 

Parameters

c
Char

Return Value

Single

See Also