Method | Description | |
---|---|---|
LoadFontFile ( string path ) : |
TTFファイルなどのフォントファイルを読み込みます。 読み込んだフォントが使えるようになります。 .NETの |
|
LoadFontFromMemory ( byte fontImage ) : |
TTFファイルなどのフォントファイルを読み込みます。 読み込んだフォントが使えるようになります。 .NETの |
|
UnloadAllLoadedFontFiles ( ) : void |
読み込んだすべてのフォントを解放します。
|
|
UnloadFontFile ( IntPtr fontHandle ) : void |
読み込んだフォントファイルを解放します。
|
public static LoadFontFile ( string path ) : |
||
path | string | ファイル名 |
return |
public static LoadFontFromMemory ( byte fontImage ) : |
||
fontImage | byte | フォントファイルの内容を格納したメモリ |
return |
public static UnloadAllLoadedFontFiles ( ) : void | ||
return | void |
public static UnloadFontFile ( IntPtr fontHandle ) : void | ||
fontHandle | IntPtr | |
return | void |