hb_shape_plan_create function
- @Native<Pointer<
hb_shape_plan_t> Function(Pointer<hb_face_t> , Pointer<hb_segment_properties_t> , Pointer<hb_feature_t> , UnsignedInt, Pointer<Pointer< )>(ffi.Pointer<hb_face_t>, ffi.Pointer<hb_segment_properties_t>, ffi.Pointer<hb_feature_t>, ffi.UnsignedInt, ffi.Pointer<ffi.Pointer<ffi.Char>>)>()Char> >
- Pointer<
hb_face_t> face, - Pointer<
hb_segment_properties_t> props, - Pointer<
hb_feature_t> user_features, - int num_user_features,
- Pointer<
Pointer< shaper_list,Char> >
Implementation
@ffi.Native<
ffi.Pointer<hb_shape_plan_t> Function(
ffi.Pointer<hb_face_t>,
ffi.Pointer<hb_segment_properties_t>,
ffi.Pointer<hb_feature_t>,
ffi.UnsignedInt,
ffi.Pointer<ffi.Pointer<ffi.Char>>,
)
>()
external ffi.Pointer<hb_shape_plan_t> hb_shape_plan_create(
ffi.Pointer<hb_face_t> face,
ffi.Pointer<hb_segment_properties_t> props,
ffi.Pointer<hb_feature_t> user_features,
int num_user_features,
ffi.Pointer<ffi.Pointer<ffi.Char>> shaper_list,
);