'Declaration Public Function GetOutputTextSequence( _
ByVal textThe 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
)
public: System.Collections.Generic.IEnumerable<KeyValuePair,IDrawingFont*>*>* GetOutputTextSequence(
System.String text
)
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.