Initializes a marker batch primitive with the specified font. This is equivalent to constructing a text batch with the specified font and a Set Hint of
Frequent.| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsTextBatchPrimitive InitializeWithGraphicsFont( IAgStkGraphicsGraphicsFont Font ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextBatchPrimitive^ InitializeWithGraphicsFont( IAgStkGraphicsGraphicsFont ^ Font ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTextBatchPrimitive initializeWithGraphicsFont( IAgStkGraphicsGraphicsFont Font ); |
[Python - STK API ] |
|---|
def InitializeWithGraphicsFont(self, Font:"IAgStkGraphicsGraphicsFont") -> "IAgStkGraphicsTextBatchPrimitive": |
- Font
- The font used to render text in the text batch.






