Skip to main content

IFont

Trait IFont 

Source
pub trait IFont: IObject_2 {
    // Provided methods
    fn m_font_texture_rebuild_callback(self) -> Font_FontTextureRebuildCallback { ... }
    fn set_m_font_texture_rebuild_callback(
        self,
        value: Font_FontTextureRebuildCallback,
    ) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§