ShapeText(String, TextShaperOptions) Method
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ShapedBuffer ShapeText(
string text,
TextShaperOptions options = default
)
Public Function ShapeText (
text As String,
Optional options As TextShaperOptions = Nothing
) As ShapedBuffer
member ShapeText :
text : string *
?options : TextShaperOptions
(* Defaults:
let _options = defaultArg options new TextShaperOptions()
*)
-> ShapedBuffer
Parameters
- String
- TextShaperOptions (Optional)
Return Value
ShapedBufferSee Also
Reference
TextShaper Class
ShapeText Overload
Avalonia.Media.TextFormatting Namespace