Enum tcod::console::FontLayout
[−]
[src]
#[repr(C)]pub enum FontLayout { AsciiInCol, AsciiInRow, Tcod, }
All the possible font layouts that can be used for custom bitmap fonts
Variants
AsciiInCol
AsciiInRow
Tcod
Trait Implementations
impl Copy for FontLayout
[src]
impl Clone for FontLayout
[src]
fn clone(&self) -> FontLayout
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more