#include <UiTextComponent.h>
Public Member Functions | |
void | Clear () |
Clears the batch lines list and releases any Font Family references. | |
A collection of batch lines used for multi-line rendering of DrawBatch objects. A single line of text contains a list of batches, and multi-line rendering requires a list of multiple lines of draw batches.
Since different Font Familys can be referenced batch-to-batch, we hold a strong reference (shared_ptr) for each Font Family that's referenced. Once this struct goes out of scope, or is cleared, the references are freed.