Struct ttf_parser::math::KernInfo
source · pub struct KernInfo<'a> {
pub top_right: Option<Kern<'a>>,
pub top_left: Option<Kern<'a>>,
pub bottom_right: Option<Kern<'a>>,
pub bottom_left: Option<Kern<'a>>,
}Expand description
Fields§
§top_right: Option<Kern<'a>>The kerning data for the top-right corner.
top_left: Option<Kern<'a>>The kerning data for the top-left corner.
bottom_right: Option<Kern<'a>>The kerning data for the bottom-right corner.
bottom_left: Option<Kern<'a>>The kerning data for the bottom-left corner.