azul_core::traits

Trait GetTextLayout

Source
pub trait GetTextLayout {
    // Required method
    fn get_text_layout(
        &mut self,
        text_layout_options: &ResolvedTextLayoutOptions,
    ) -> InlineTextLayout;
}

Required Methods§

Source

fn get_text_layout( &mut self, text_layout_options: &ResolvedTextLayoutOptions, ) -> InlineTextLayout

Implementors§