Class hb_aat_layout_feature_selector_info_t

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<hb_aat_layout_feature_selector_info_t>
org.lwjgl.util.harfbuzz.hb_aat_layout_feature_selector_info_t
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class hb_aat_layout_feature_selector_info_t extends org.lwjgl.system.Struct<hb_aat_layout_feature_selector_info_t> implements org.lwjgl.system.NativeResource
Structure representing a setting for an hb_aat_layout_feature_type_t.

Layout


 struct hb_aat_layout_feature_selector_info_t {
     hb_ot_name_id_t name_id();
     hb_aat_layout_feature_selector_t enable();
     hb_aat_layout_feature_selector_t disable();
     unsigned int reserved;
 }