Gets the width of the given character when drawn with this font object.
'Declaration
Public Overrides Function GetCharWidth( _
ByVal As Char _
) As Double
'Usage
Dim instance As PdfType1Font
Dim charCode As Char
Dim value As Double
value = instance.GetCharWidth(charCode)
public override double GetCharWidth(
char
)
public:
double GetCharWidth(
char
) override
Parameters
- charCode
- the char to get its width
Return Value
This method returns a float value that represents the width, in
unscaled glyph units, of the given character.
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard
Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2