NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontFamily.GetName

Retuns the name of this FontFamily in the specified language.

[Visual Basic]
Public Function GetName( _
   ByVal language As Integer _
) As String
[C#]
public string GetName(
   int language
);
[C++]
public: String* GetName(
   int language
);
[JScript]
public function GetName(
   language : int
) : String;

Parameters

language
The language in which the name is returned.

Return Value

A String that represents the name of this FontFamily in the specified language.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace