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