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!

PrivateFontCollection.AddFontFile

[To be supplied.]

[Visual Basic]
Public Sub AddFontFile( _
   ByVal filename As String _
)
[C#]
public void AddFontFile(
   string filename
);
[C++]
public: void AddFontFile(
   String* filename
);
[JScript]
public function AddFontFile(
   filename : String
);

Parameters

filename
[To be supplied.]

See Also

PrivateFontCollection Class | PrivateFontCollection Members | System.Drawing.Text Namespace