Font.providesGlyph

Wraps TTF_GlyphIsProvided to check whether the dsdl2.ttf.Font provides a glyph

  1. bool providesGlyph(wchar glyph)
    class Font
    const @trusted
    bool
    providesGlyph
    (
    wchar glyph
    )
  2. bool providesGlyph(dchar glyph)

Parameters

glyph wchar

wchar glyph to check

Return Value

Type: bool

true if the dsdl2.ttf.Font provides the glyph, otherwise false

Meta