システム メモリに格納されているフォントを、この PrivateFontCollection オブジェクトに追加します。
Public Sub AddMemoryFont( _
ByVal memory As IntPtr, _ ByVal length As Integer _)
[C#]
public void AddMemoryFont(IntPtrmemory,intlength);
[C++]
public: void AddMemoryFont(IntPtrmemory,intlength);
[JScript]
public function AddMemoryFont(
memory : IntPtr,length : int);
パラメータ
- memory
追加するフォントのメモリ アドレス。 - length
追加するフォントのメモリ長。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PrivateFontCollection クラス | PrivateFontCollection メンバ | System.Drawing.Text 名前空間