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

[To be supplied.]

[Visual Basic]
Public Sub AddMemoryFont( _
   ByVal memory As Integer, _
   ByVal length As Integer _
)
[C#]
public void AddMemoryFont(
   int memory,
   int length
);
[C++]
public: void AddMemoryFont(
   int memory,
   int length
);
[JScript]
public function AddMemoryFont(
   memory : int,
   length : int
);

Parameters

memory
[To be supplied.]
length
[To be supplied.]

See Also

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