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: 25.1.421.0 (25.1.421.0)
Syntaxpublic TextBatchPrimitive(
	GraphicsFont font
)
Public Sub New ( 
	font As GraphicsFont
)
public:
TextBatchPrimitive(
	GraphicsFont^ font
)
new : 
        font : GraphicsFont -> TextBatchPrimitiveParameters
- font
 - Type: AGI.Foundation.GraphicsGraphicsFont
The font used to render text in the text batch. 
Remarks
See Also