TextShaperShapeText(String, TextShaperOptions) Method
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- text String
-
- options TextShaperOptions (Optional)
-
ShapedBuffer