Edit

Share via


Font.Shape Method

Definition

Overloads

Shape(Buffer, Feature[])

Shapes the specified buffer using the current font.

public void Shape(HarfBuzzSharp.Buffer buffer, params HarfBuzzSharp.Feature[] features);

Parameters

buffer
Buffer

The buffer to shape.

features
Feature[]

The features to control the shaping process.

Applies to

Shape(Buffer, IReadOnlyList<Feature>, IReadOnlyList<String>)

public void Shape(HarfBuzzSharp.Buffer buffer, System.Collections.Generic.IReadOnlyList<HarfBuzzSharp.Feature> features, System.Collections.Generic.IReadOnlyList<string> shapers);

Parameters

buffer
Buffer

Applies to