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 ); |
| [Java] |
|---|
public IAgStkGraphicsGraphicsFont initializeWithNameSize( String Name, Integer Size ); |
| [Unmanaged C++] |
|---|
|
- Name
- The typeface name of the font.
- Size
- The size of the font.





