Method Shape
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
requestShapeRequestThe run to shape.
outputShapedGlyphBufferThe buffer that receives the shaped glyphs.