Package org.lwjgl.util.harfbuzz
Class hb_draw_move_to_func_t
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.harfbuzz.hb_draw_move_to_func_t
- All Implemented Interfaces:
AutoCloseable,CallbackI,NativeResource,Pointer,hb_draw_move_to_func_tI
Callback function:
hb_draw_move_to_func_t-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.util.harfbuzz.hb_draw_move_to_func_tI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic hb_draw_move_to_func_tcreate(long functionPointer) Creates ahb_draw_move_to_func_tinstance from the specified function pointer.static hb_draw_move_to_func_tcreate(hb_draw_move_to_func_tI instance) Creates ahb_draw_move_to_func_tinstance that delegates to the specifiedhb_draw_move_to_func_tIinstance.static @Nullable hb_draw_move_to_func_tcreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.util.harfbuzz.hb_draw_move_to_func_tI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates ahb_draw_move_to_func_tinstance from the specified function pointer.- Returns:
- the new
hb_draw_move_to_func_t
-
createSafe
-
create
Creates ahb_draw_move_to_func_tinstance that delegates to the specifiedhb_draw_move_to_func_tIinstance.
-