Initializes a text batch primitive with the specified font and setHint, optimized for 2d screen space rendering.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsTextBatchPrimitive InitializeWithGraphicsFontAndSetHint2d( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint, bool RenderInScreenSpace ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextBatchPrimitive^ InitializeWithGraphicsFontAndSetHint2d( IAgStkGraphicsGraphicsFont ^ Font, AgEStkGraphicsSetHint SetHint, bool RenderInScreenSpace ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTextBatchPrimitive initializeWithGraphicsFontAndSetHint2d( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint, bool RenderInScreenSpace ); |
[Python - STK API ] |
|---|
def InitializeWithGraphicsFontAndSetHint2d(self, Font:"IAgStkGraphicsGraphicsFont", SetHint:"AgEStkGraphicsSetHint", RenderInScreenSpace:bool) -> "IAgStkGraphicsTextBatchPrimitive": |
- Font
- The font used to render text in the text batch.
- SetHint
- RenderInScreenSpace






