XFINIUM.PDF Documentation
GetGlyphOutline Method



Xfinium.Pdf.Graphics Namespace > PdfTrueTypeFont Class : GetGlyphOutline Method
The Unicode code point of the character for which the glyph outline should be retrieved
Gets the outline of the specified character, given as a Unicode code point.
Syntax
'Declaration
 
Public Function GetGlyphOutline( _
   ByVal codePoint As Integer _
) As PdfPath
'Usage
 
Dim instance As PdfTrueTypeFont
Dim codePoint As Integer
Dim value As PdfPath
 
value = instance.GetGlyphOutline(codePoint)
public PdfPath GetGlyphOutline( 
   int codePoint
)
public:
PdfPath^ GetGlyphOutline( 
   int codePoint
) 

Parameters

codePoint
The Unicode code point of the character for which the glyph outline should be retrieved

Return Value

The glyph outline as a PdfPath object
Requirements

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

See Also

Reference

PdfTrueTypeFont Class
PdfTrueTypeFont Members