lineHeight
Parameters
- self:Font
- Font
Source
Implementation
pub fn lineHeight(self: Font) f32 {
return self.textHeight() * self.line_height_factor;
}Source
pub fn lineHeight(self: Font) f32 {
return self.textHeight() * self.line_height_factor;
}