AddMemoryFont

PrivateFontCollection.AddMemoryFont method

Agrega una fuente contenida en la memoria del sistema a estePrivateFontCollection .

public void AddMemoryFont(IntPtr memory, int length)
ParámetroEscribeDescripción
memoryIntPtrLa dirección de memoria de la fuente a agregar.
lengthInt32La longitud de memoria de la fuente que se va a agregar.

Ver también