Method Shape
Shape(in ShapeRequest, ShapedGlyphBuffer)
Shapes text through the ITextShaper seam using the provided FontFace implementation.
public void Shape(in ShapeRequest request, ShapedGlyphBuffer output)
Parameters
requestShapeRequestThe shaping request.
outputShapedGlyphBufferThe destination glyph buffer (appended to, not cleared).
Exceptions
- ArgumentNullException
outputis null.- ArgumentException
requestuses a font face not created by this package.