Struct i_slint_core::graphics::BitmapGlyphs
source · #[repr(C)]pub struct BitmapGlyphs {
pub pixel_size: i16,
pub glyph_data: Slice<'static, BitmapGlyph>,
}Expand description
A set of pre-rendered bitmap glyphs at a fixed pixel size
Fields§
§pixel_size: i16The font size in pixels at which the glyphs were pre-rendered. The boundaries of glyphs may exceed this size, if the font designer has chosen so. This is only used for matching.
glyph_data: Slice<'static, BitmapGlyph>The data of the pre-rendered glyphs