Static Public メソッド | |
static native Version | compiledVersion () |
Get version of compiled library. | |
static native Version | linkedVersion () |
Get version of linked library . | |
static native void | init () |
Initialize TTF subsystem. | |
static native boolean | wasInit () |
Check TTF subsystem was already initialized. | |
static native void | quit () |
Finalize TTF subsystem. | |
Protected 変数 | |
gnu.gcj.RawData | implementation = null |
|
Get version of compiled library.
|
|
Initialize TTF subsystem. If the TTF subsystem was initialized, SDLException occur. |
|
Get version of linked library .
|
|
Finalize TTF subsystem.
|
|
Check TTF subsystem was already initialized.
|
|
|