Package org.lwjgl.util.harfbuzz
Class hb_font_paint_glyph_or_fail_func_t
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.harfbuzz.hb_font_paint_glyph_or_fail_func_t
- All Implemented Interfaces:
AutoCloseable,CallbackI,NativeResource,Pointer,hb_font_paint_glyph_or_fail_func_tI
public abstract class hb_font_paint_glyph_or_fail_func_t
extends Callback
implements hb_font_paint_glyph_or_fail_func_tI
Callback function:
hb_font_paint_glyph_or_fail_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_or_fail_func_tI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates ahb_font_paint_glyph_or_fail_func_tinstance from the specified function pointer.create(hb_font_paint_glyph_or_fail_func_tI instance) Creates ahb_font_paint_glyph_or_fail_func_tinstance that delegates to the specifiedhb_font_paint_glyph_or_fail_func_tIinstance.static @Nullable hb_font_paint_glyph_or_fail_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_font_paint_glyph_or_fail_func_tI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates ahb_font_paint_glyph_or_fail_func_tinstance from the specified function pointer.- Returns:
- the new
hb_font_paint_glyph_or_fail_func_t
-
createSafe
-
create
public static hb_font_paint_glyph_or_fail_func_t create(hb_font_paint_glyph_or_fail_func_tI instance) Creates ahb_font_paint_glyph_or_fail_func_tinstance that delegates to the specifiedhb_font_paint_glyph_or_fail_func_tIinstance.
-