Package org.lwjgl.nuklear
Class NkQueryFontGlyphCallback
- java.lang.Object
-
- org.lwjgl.system.Callback
-
- org.lwjgl.nuklear.NkQueryFontGlyphCallback
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,NkQueryFontGlyphCallbackI
,CallbackI
,CallbackI.V
,NativeResource
,Pointer
public abstract class NkQueryFontGlyphCallback extends Callback implements NkQueryFontGlyphCallbackI
Instances of this class may be set to theNkUserFont
struct.Type
void (*) ( nk_handle handle, float font_height, struct nk_user_font_glyph *glyph, nk_rune codepoint, nk_rune next_codepoint )
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.CallbackI
CallbackI.B, CallbackI.D, CallbackI.F, CallbackI.I, CallbackI.J, CallbackI.P, CallbackI.S, CallbackI.V, CallbackI.Z
-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.nuklear.NkQueryFontGlyphCallbackI
SIGNATURE
-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, POINTER_SHIFT, POINTER_SIZE
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NkQueryFontGlyphCallback
create(long functionPointer)
Creates aNkQueryFontGlyphCallback
instance from the specified function pointer.static NkQueryFontGlyphCallback
create(NkQueryFontGlyphCallbackI instance)
Creates aNkQueryFontGlyphCallback
instance that delegates to the specifiedNkQueryFontGlyphCallbackI
instance.static NkQueryFontGlyphCallback
createSafe(long functionPointer)
-
Methods inherited from class org.lwjgl.system.Callback
__stdcall, address, equals, free, free, get, getSafe, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Methods inherited from interface org.lwjgl.nuklear.NkQueryFontGlyphCallbackI
callback, getSignature, invoke
-
-
-
-
Method Detail
-
create
public static NkQueryFontGlyphCallback create(long functionPointer)
Creates aNkQueryFontGlyphCallback
instance from the specified function pointer.- Returns:
- the new
NkQueryFontGlyphCallback
-
createSafe
@Nullable public static NkQueryFontGlyphCallback createSafe(long functionPointer)
-
create
public static NkQueryFontGlyphCallback create(NkQueryFontGlyphCallbackI instance)
Creates aNkQueryFontGlyphCallback
instance that delegates to the specifiedNkQueryFontGlyphCallbackI
instance.
-
-