Enum noto_sans_mono_bitmap::FontWeight
source · [−]#[repr(usize)]
pub enum FontWeight {
Light,
Regular,
Bold,
}
Expand description
Supported font weights.
The available variants depend on the selected Cargo build features.
#[repr(usize)]
pub enum FontWeight {
Light,
Regular,
Bold,
}
Supported font weights.
The available variants depend on the selected Cargo build features.
Light
Regular
Bold