Initializes a graphics font with the typeface name and size.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsGraphicsFont InitializeWithNameSize( string Name, int Size ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsGraphicsFont^ InitializeWithNameSize( String __gc ^ Name, int Size ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsGraphicsFont initializeWithNameSize( String Name, Integer Size ); |
[Python - STK API ] |
|---|
def InitializeWithNameSize(self, Name:str, Size:int) -> "IAgStkGraphicsGraphicsFont": |
- Name
- The typeface name of the font.
- Size
- The size of the font.






