pub fn load_bidi_auxiliary_properties_with_buffer_provider(
    provider: &impl BufferProvider
) -> Result<BidiAuxiliaryProperties, PropertiesError>
Expand description

Enabled with the "serde" feature.

Creates a new instance using a BufferProvider.

For details on the behavior of this function, see: load_bidi_auxiliary_properties_unstable

📚 Help choosing a constructor