Class hb_aat_layout_feature_selector_info_t

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class hb_aat_layout_feature_selector_info_t extends Struct<hb_aat_layout_feature_selector_info_t> implements NativeResource
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;
}