FontCatalog used to retrieve all glyphs in glyphDataArray
.
Target TextGeometry where arranged glyphs will be stored.
Global bounding box for all glyphs added in this call of arrangeGlyphs
.
Array of all GlyphData to be placed.
Individual bounding boxes for each glyph added in this call of arrangeGlyphs
.
Screen-space position where to start arranging glyphs.
Array of booleans containing information regarding if a glyph is emulating the smallCaps
feature (which modifies its scale during typesetting).
TextLayoutStyle to be applied when arranging glyphs.
TextRenderStyle to be applied when arranging glyphs.
Target Float32Array
where arranged glyphs will be stored. Overrides geometry
parameter.
Generated using TypeDoc
Parameters passed when placing glyphs using Typesetter's
arrangeGlyphs
function.