DVUI

familyName

Parameters

#
self:*const Font
*const Font

Source

Implementation

#
pub fn familyName(self: *const Font) []const u8 {
    return string(&self.family);
}