Table of Contents

Constructor ClusterAdvanceBuffer

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

ClusterAdvanceBuffer()

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

public ClusterAdvanceBuffer()

ClusterAdvanceBuffer(int)

Initializes a buffer with an explicit initial capacity.

public ClusterAdvanceBuffer(int capacity)

Parameters

capacity int

The initial capacity; must be positive.

Exceptions

ArgumentOutOfRangeException

capacity is not positive.