Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public TextBatchPrimitive(
	GraphicsFont font
)

Parameters

font
Type: AGI.Foundation.GraphicsGraphicsFont
The font used to render text in the text batch.
Remarks
See TextBatchPrimitive(GraphicsFont, SetHint) for a full discussion.
See Also