ass_set_selective_style_override method
\brief Set style for selective style override. See ass_set_selective_style_override_enabled(). \param style style settings to use if override is enabled. Applications should initialize it with {0} before setting fields. Strings will be copied by the function.
Implementation
void ass_set_selective_style_override(
ffi.Pointer<ASS_Renderer> priv,
ffi.Pointer<ASS_Style> style,
) {
return _ass_set_selective_style_override(
priv,
style,
);
}