Package org.freedesktop.harfbuzz
Class UnicodeFuncs
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.harfbuzz.UnicodeFuncs
- All Implemented Interfaces:
Proxy
Data type containing a set of virtual methods used for
accessing various Unicode character properties.
HarfBuzz provides a default function for each of the
methods in hb_unicode_funcs_t
. Client programs can implement
their own replacements for the individual Unicode functions, as
needed, and replace the default by calling the setter for a
method.
-
Constructor Summary
ConstructorDescriptionUnicodeFuncs
(MemorySegment address) Create a UnicodeFuncs proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
UnicodeFuncs
Create a UnicodeFuncs proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-