ShapedTextRun Constructor
Initializes a new instance of the ShapedTextRun class
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
 - VB
 - F#
 
public ShapedTextRun(
	ShapedBuffer shapedBuffer,
	TextRunProperties properties
)
Public Sub New ( 
	shapedBuffer As ShapedBuffer,
	properties As TextRunProperties
)
new : 
        shapedBuffer : ShapedBuffer * 
        properties : TextRunProperties -> ShapedTextRun