Fontset.chars

Returns the character info if present, or a substitute from either a fallback font if it found in them or the default substitute character (0xFFFD)

class Fontset(T)
@nogc @trusted nothrow pure
Font.Char
chars
(
dchar c
)
if (
T.stringof == Bitmap8Bit.stringof ||
T.stringof == Bitmap16Bit.stringof
||
T.stringof == Bitmap32Bit.stringof
)

Meta