PrivateFontCollection.AddMemoryFont

PrivateFontCollection.AddMemoryFont method

Adds a font contained in system memory to this PrivateFontCollection.

public void AddMemoryFont(IntPtr memory, int length)
ParameterTypeDescription
memoryIntPtrThe memory address of the font to add.
lengthInt32The memory length of the font to add.

See Also