Method function IGDIPlus.IGPPrivateFontCollection.AddMemoryFont(Pointer;Integer) : TGPPrivateFontCollection

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPPrivateFontCollection

Contents

Syntax

Delphi:

function AddMemoryFont( memory : Pointer, length : Integer ) : TGPPrivateFontCollection;

C++ Builder:

TGPPrivateFontCollection __fastcall AddMemoryFont( Pointer memory, int length );

Visual C++ (MFC):

AddMemoryFont(  memory,  length );

Summary

Adds a font that is contained in system memory to a Microsoft Windows GDI+ font collection.

Description

Call this method to add a font that is contained in system memory to a Microsoft Windows GDI+ font collection.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox