Table of Contents

Method Shape

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

Shape(in ShapeRequest, ShapedGlyphBuffer)

Shapes the requested run, appending glyphs to the output buffer. The buffer is not cleared first: callers own buffer lifecycle so one pooled buffer can collect multiple runs.

void Shape(in ShapeRequest request, ShapedGlyphBuffer output)

Parameters

request ShapeRequest

The run to shape.

output ShapedGlyphBuffer

The buffer that receives the shaped glyphs.