ShapedBuffer Constructor
Initializes a new instance of the ShapedBuffer class
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ShapedBuffer(
ReadOnlyMemory<char> text,
int bufferLength,
IGlyphTypeface glyphTypeface,
double fontRenderingEmSize,
sbyte bidiLevel
)
Public Sub New (
text As ReadOnlyMemory(Of Char),
bufferLength As Integer,
glyphTypeface As IGlyphTypeface,
fontRenderingEmSize As Double,
bidiLevel As SByte
)
new :
text : ReadOnlyMemory<char> *
bufferLength : int *
glyphTypeface : IGlyphTypeface *
fontRenderingEmSize : float *
bidiLevel : sbyte -> ShapedBuffer