Package org.lwjgl.util.harfbuzz
Class hb_font_paint_glyph_func_t
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.harfbuzz.hb_font_paint_glyph_func_t
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,NativeResource
,Pointer
,hb_font_paint_glyph_func_tI
public abstract class hb_font_paint_glyph_func_t
extends Callback
implements hb_font_paint_glyph_func_tI
Callback function:
hb_font_paint_glyph_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_font_paint_glyph_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_font_paint_glyph_func_t
create
(long functionPointer) Creates ahb_font_paint_glyph_func_t
instance from the specified function pointer.static hb_font_paint_glyph_func_t
create
(hb_font_paint_glyph_func_tI instance) Creates ahb_font_paint_glyph_func_t
instance that delegates to the specifiedhb_font_paint_glyph_func_tI
instance.static @Nullable hb_font_paint_glyph_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_font_paint_glyph_func_tI
callback, getCallInterface, invoke
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates ahb_font_paint_glyph_func_t
instance from the specified function pointer.- Returns:
- the new
hb_font_paint_glyph_func_t
-
createSafe
-
create
Creates ahb_font_paint_glyph_func_t
instance that delegates to the specifiedhb_font_paint_glyph_func_tI
instance.
-