VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFontWithFallback Class / GetOutputTextSequence(String) Method
Syntax Requirements SeeAlso
In This Topic
GetOutputTextSequence(String) Method (DrawingFontWithFallback)
In This Topic
Returns a list that contains texts and information about fonts, which should be used to output the texts.
Syntax
'Declaration

Public Function GetOutputTextSequence( _
ByVal text
The text that should be output.
As System.String _
) As System.Collections.Generic.IEnumerable(Of KeyValuePair,IDrawingFont))
public System.Collections.Generic.IEnumerable<KeyValuePair,IDrawingFont>> GetOutputTextSequence(
System.String text
)

Parameters

text
The text that should be output.

Return Value

A list that contains texts and information about fonts, which should be used to output the texts.
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