Table of Contents

Method EnsureCapacity

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

EnsureCapacity(int)

Ensures the buffer can hold at least the given number of glyphs without growing.

public void EnsureCapacity(int capacity)

Parameters

capacity int

The required capacity.