Table of Contents

Method Shape

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

Shape(in ShapeRequest, ShapedGlyphBuffer)

Shapes text through the ITextShaper seam using the provided FontFace implementation.

public void Shape(in ShapeRequest request, ShapedGlyphBuffer output)

Parameters

request ShapeRequest

The shaping request.

output ShapedGlyphBuffer

The destination glyph buffer (appended to, not cleared).

Exceptions

ArgumentNullException

output is null.

ArgumentException

request uses a font face not created by this package.