Fontset.getName

Returns the name of the font

class Fontset(T)
@nogc @safe nothrow pure @property const
string
getName
()
if (
T.stringof == Bitmap8Bit.stringof ||
T.stringof == Bitmap16Bit.stringof
||
T.stringof == Bitmap32Bit.stringof
)

Meta