Package org.freedesktop.harfbuzz
Class FontFuncs
java.lang.Object
org.javagi.base.ProxyInstance
org.freedesktop.harfbuzz.FontFuncs
- All Implemented Interfaces:
Proxy
Data type containing a set of virtual methods used for
working on
hb_font_t font objects.
HarfBuzz provides a lightweight default function for each of
the methods in hb_font_funcs_t. Client programs can implement
their own replacements for the individual font functions, as
needed, and replace the default by calling the setter for a
method.
-
Constructor Summary
ConstructorsConstructorDescriptionFontFuncs(MemorySegment address) Create a FontFuncs proxy instance for the provided memory address. -
Method Summary
Methods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
FontFuncs
Create a FontFuncs proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getType
-