Table of Contents

Constructor ShapedGlyphBuffer

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

ShapedGlyphBuffer()

Initializes a buffer with the default initial capacity (64 glyphs).

public ShapedGlyphBuffer()

ShapedGlyphBuffer(int)

Initializes a buffer with an explicit initial capacity.

public ShapedGlyphBuffer(int capacity)

Parameters

capacity int

The initial capacity; must be positive.

Exceptions

ArgumentOutOfRangeException

capacity is not positive.