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

Trait Implementations

impl Copy for FontLayout
[src]

impl Clone for FontLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more