DVUI

fontGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn fontGet(self: *const Options) Font {
    return self.font orelse self.themeGet().font_body;
}