[][src]Struct skryn::gui::font::Paragraphs

pub struct Paragraphs { /* fields omitted */ }

Methods

impl Paragraphs[src]

pub fn new() -> Paragraphs[src]

pub fn get_extent(&mut self) -> Extent[src]

pub fn from_chars(text: &Vec<char>) -> Paragraphs[src]

pub fn shape<'a>(
    &'a mut self,
    x: f32,
    y: f32,
    w: f32,
    h: f32,
    size: f32,
    baseline: f32,
    family: &str,
    text_align: &Align
)
[src]

pub fn get_char_at_pos(&self, _p: &Position, _val: &Vec<char>) -> Option<Char>[src]

pub fn glyphs(&self) -> Vec<GlyphInstance>[src]

Trait Implementations

impl Clone for Paragraphs[src]

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

Performs copy-assignment from source. Read more

impl Debug for Paragraphs[src]

Auto Trait Implementations

impl Send for Paragraphs

impl Sync for Paragraphs

Blanket Implementations

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

type Owned = T

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> Erased for T

impl<T> Same for T

type Output = T

Should always be Self