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.GetFamilies

Returns an array that contains all of the FontFamily objects associated with the specified graphics context.

[Visual Basic]
Public Shared Function GetFamilies( _
   ByVal graphics As Graphics _
) As FontFamily ()
[C#]
public static FontFamily[] GetFamilies(
   Graphics graphics
);
[C++]
public: static FontFamily* GetFamilies(
   Graphics* graphics
) [];
[JScript]
public static function GetFamilies(
   graphics : Graphics
) : FontFamily[];

Parameters

graphics
The Graphics from which to return FontFamily objects.

Return Value

An array of FontFamily objects associated with the specified Graphics.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace