TextBatchPrimitive Constructor | 
| Name | Description | |
|---|---|---|
| TextBatchPrimitive(GraphicsFont) | 
Initializes a marker batch primitive with the specified font.
This is equivalent to constructing a text batch with the
specified font and
a SetHint of Frequent.
  | |
| TextBatchPrimitive(GraphicsFont, SetHint) | 
Initializes a marker batch primitive with the specified font
and setHint.
  | |
| TextBatchPrimitive(GraphicsFont, SetHint, Boolean) | 
Initializes a text batch primitive with the specified font
and setHint, optimized for 2d screen space rendering.
  |