Struct imgui::ImFont[][src]

pub struct ImFont<'a> { /* fields omitted */ }

A handle to an imgui font.

Methods

impl<'a> ImFont<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for ImFont<'a>

impl<'a> !Sync for ImFont<'a>