Initializes a graphics font with the given arguments.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsGraphicsFont InitializeWithNameSizeFontStyleOutline( string Name, int Size, AgEStkGraphicsFontStyle FontStyle, bool Outline ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsGraphicsFont^ InitializeWithNameSizeFontStyleOutline( String __gc ^ Name, int Size, AgEStkGraphicsFontStyle FontStyle, bool Outline ); |
| [Java] |
|---|
public IAgStkGraphicsGraphicsFont initializeWithNameSizeFontStyleOutline( String Name, Integer Size, AgEStkGraphicsFontStyle FontStyle, bool Outline ); |
| [Unmanaged C++] |
|---|
|
- Name
- The typeface name of the font.
- Size
- The size of the font.
- FontStyle
- The style of the font. Font Style enumeration values can be logically
ored together to apply more than one style. - Outline
trueif the font should be created with an outline around its characters; otherwise,false.





