AGI STK Graphics 11Send comments on this topic.
InitializeWithNameSize Method (IAgStkGraphicsGraphicsFontFactory)
See Also 
Name
The typeface name of the font.
Size
The size of the font.
Windows






Windows & Linux

Description

Initializes a graphics font with the typeface name and size.

Syntax

[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
);
[Java]
public IAgStkGraphicsGraphicsFont initializeWithNameSize(
   String Name,
   ppInteger Size
);
[Unmanaged C++]
public: HRESULT InitializeWithNameSize(
   BSTR Name,
   int Size,
   IAgStkGraphicsGraphicsFont ** ReturnValue
);

Parameters

Name
The typeface name of the font.
Size
The size of the font.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.