DVUI

textHeight

Parameters

#
self:Font
Font

Source

Implementation

#
pub fn textHeight(self: Font) f32 {
    return self.sizeM(1, 1).h;
}