TextBatchPrimitive Constructor (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.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TextBatchPrimitive(
GraphicsFont font
)
Public Sub New (
font As GraphicsFont
)
public:
TextBatchPrimitive(
GraphicsFont^ font
)
new :
font : GraphicsFont -> TextBatchPrimitive
Parameters
- font
- Type: AGI.Foundation.GraphicsGraphicsFont
The font used to render text in the text batch.
Remarks See Also