[−][src]Trait embedded_text::rendering::space_config::SpaceConfig
Retrieves size of space characters.
Associated Types
Loading content...Required methods
pub fn peek_next_width(&self, n: u32) -> u32[src]
Look at the size of next n spaces, without advancing.
pub fn consume(&mut self, n: u32) -> u32[src]
Advance the internal state
Implementors
impl<F> SpaceConfig for UniformSpaceConfig<F> where
F: Font + Copy, [src]
F: Font + Copy,