PrivateFontCollection.AddMemoryFont
PrivateFontCollection.AddMemoryFont method
Adds a font contained in system memory to this PrivateFontCollection.
public void AddMemoryFont(IntPtr memory, int length)
Parameter | Type | Description |
---|---|---|
memory | IntPtr | The memory address of the font to add. |
length | Int32 | The memory length of the font to add. |
See Also
- class PrivateFontCollection
- namespace System.Drawing.Text
- assembly Aspose.Drawing