Initializes a graphics font with the typeface name and size.
[Visual Basic .NET] |
---|
Public Function InitializeWithNameSize( _ ByVal Name As String, _ ByVal Size As Integer _ ) As IAgStkGraphicsGraphicsFont |
[C#] |
---|
public IAgStkGraphicsGraphicsFont InitializeWithNameSize( string Name, int Size ); |
[Managed C++] |
---|
public: IAgStkGraphicsGraphicsFont^ InitializeWithNameSize( String __gc ^ Name, int Size ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithNameSize( BSTR Name, int Size, IAgStkGraphicsGraphicsFont ** ppRetVal ); |
[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.