[][src]Struct bear_lib_terminal::terminal::config::font::TrueType

pub struct TrueType { /* fields omitted */ }

A TrueType font override segment repr, constructed with true_type().

Refer to the official documentation.

Methods

impl TrueType[src]

For all functions consult the corresponding attributes in the official docs.

pub fn size_reference(self, size_reference: char) -> Self[src]

Character used for size probing.

Default: '@'.

pub fn mode(self, mode: RasterizationMode) -> Self[src]

Rasterization mode. Note: RasterizationMode::Lcd forces opaque black background.

Default: RasterizationMode::Normal.

pub fn codepage(self, codepage: String) -> Self[src]

Reverse codepage for loading symbols.

pub fn align(self, align: Align) -> Self[src]

How tiles are to be aligned.

Default: Align::Center.

pub fn spacing(self, spacing: Size) -> Self[src]

Tile alignment area [cells].

Default: 1x1.

Trait Implementations

impl ConfigPart for TrueType[src]

impl Clone for TrueType[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Eq for TrueType[src]

impl PartialEq<TrueType> for TrueType[src]

impl Debug for TrueType[src]

impl Hash for TrueType[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for TrueType

impl Sync for TrueType

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]