Struct kas_text::fonts::ScaledFaceRef [−][src]
pub struct ScaledFaceRef(_, _);
Expand description
Handle to a loaded font face
Implementations
Horizontal advancement after this glyph, without shaping or kerning
Horizontal side bearing
If unspecified by the font this resolves to 0.
Metrics for underline
Metrics for strikethrough
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScaledFaceRefimpl Send for ScaledFaceRefimpl Sync for ScaledFaceRefimpl Unpin for ScaledFaceRefimpl UnwindSafe for ScaledFaceRefBlanket Implementations
Mutably borrows from an owned value. Read more
Cast to integer, truncating Read more
Cast to the nearest integer Read more
Cast the floor to an integer Read more
Try converting to integer with truncation Read more
Try converting to the nearest integer Read more
Try converting the floor to an integer Read more
Try convert the ceiling to an integer Read more