[][src]Struct vxdraw::text::LayerOptions

pub struct LayerOptions { /* fields omitted */ }

Options for this text layer

Methods

impl LayerOptions[src]

pub fn new() -> Self[src]

Create a new options structure

pub fn filter(self, filter: Filter) -> Self[src]

Set the sampling filter mode for the texture

pub fn blend(self, blend_setter: impl Fn(Blender) -> Blender) -> Self[src]

Set the blender of this layer (see blender)

Trait Implementations

impl Default for LayerOptions[src]

Auto Trait Implementations

Blanket Implementations

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

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

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]

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

impl<T> SetParameter for T

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,