VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextSymbol Class / GetOutline() Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetOutline() Method (TextSymbol)
In This Topic
Returns an outline of text symbol.
Syntax
'Declaration

Public Overridable Function GetOutline() As Vintasoft.Imaging.Fonts.FontSymbolOutline

public virtual Vintasoft.Imaging.Fonts.FontSymbolOutline GetOutline()

Return Value

An outline of text symbol.
Remarks

Method returns graphics path of symbol defined in font coordinate space ((1/72 inch)*1000).

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also