Package org.lwjgl.util.harfbuzz
Class hb_paint_image_func_t
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.harfbuzz.hb_paint_image_func_t
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,NativeResource
,Pointer
,hb_paint_image_func_tI
Callback function:
hb_paint_image_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_paint_image_func_tI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic hb_paint_image_func_t
create
(long functionPointer) Creates ahb_paint_image_func_t
instance from the specified function pointer.static hb_paint_image_func_t
create
(hb_paint_image_func_tI instance) Creates ahb_paint_image_func_t
instance that delegates to the specifiedhb_paint_image_func_tI
instance.static @Nullable hb_paint_image_func_t
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.util.harfbuzz.hb_paint_image_func_tI
callback, getCallInterface, invoke
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates ahb_paint_image_func_t
instance from the specified function pointer.- Returns:
- the new
hb_paint_image_func_t
-
createSafe
-
create
Creates ahb_paint_image_func_t
instance that delegates to the specifiedhb_paint_image_func_tI
instance.
-