共用方式為


PrivateFontCollection::AddMemoryFont 方法 (gdiplusheaders.h)

PrivateFontCollection::AddMemoryFont 方法會將系統記憶體中包含的字型新增至 Windows GDI+ 字型集合。

語法

Status AddMemoryFont(
  [in] const VOID *memory,
  [in] INT        length
);

參數

[in] memory

類型: const VOID*

記憶體中所含字型的指標。

[in] length

類型: INT

整數,指定字型中的數據位元組數目。

傳回值

類型: 狀態

如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。

如果方法失敗,它會傳回 Status 列舉的其中一個其他元素。

備註

當您使用 GDI+ API 時,絕對不能允許應用程式從不受信任的來源下載任意字型。 操作系統需要提高的許可權,以確保所有已安裝的字型都受到信任。

規格需求

需求
最低支援的用戶端 Windows XP、Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 gdiplusheaders.h (包含 Gdiplus.h)
程式庫 Gdiplus.lib
Dll Gdiplus.dll

另請參閱

建立私人字型集合

PrivateFontCollection

PrivateFontCollection::AddFontFile

使用文字和字型