Constructor ShapedGlyphBuffer
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
capacityintThe initial capacity; must be positive.
Exceptions
- ArgumentOutOfRangeException
capacityis not positive.