glyph-exists? in dc<%>
Returns #t if the given character has a corresponding glyph
for this drawing context, #f otherwise.
Due to automatic font substitution when drawing or measuring text, the
result of this method does not depend on the given font, which merely
provides a hint for the glyph search. If the font is #f, the
drawing context's current font is used. The result depends on the
type of the drawing context, but the result for canvas%
dc<%> instances and bitmap-dc% instances is always
the same for a given platform and a given set of installed fonts.
See also
screen-glyph-exists? .
(-> booleansenda-dcglyph-exists?cfont)
c: char
font=#f:font%object or#f