public abstract class NkTextWidthCallback extends org.lwjgl.system.Callback implements NkTextWidthCallbackI
NkUserFont struct.
float (*) (
nk_handle handle,
float h,
char const *text,
int len
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static NkTextWidthCallback |
create(long functionPointer)
Creates a
NkTextWidthCallback instance from the specified function pointer. |
static NkTextWidthCallback |
create(NkTextWidthCallbackI instance)
Creates a
NkTextWidthCallback instance that delegates to the specified NkTextWidthCallbackI instance. |
static NkTextWidthCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static NkTextWidthCallback create(long functionPointer)
NkTextWidthCallback instance from the specified function pointer.NkTextWidthCallback@Nullable public static NkTextWidthCallback createSafe(long functionPointer)
public static NkTextWidthCallback create(NkTextWidthCallbackI instance)
NkTextWidthCallback instance that delegates to the specified NkTextWidthCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.