From afbccd3132607b75b4e4fc774a75c32a5ea3aa5b Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 25 Nov 2008 19:52:52 +0000 Subject: [PATCH] update comment --- panda/src/text/textFont.cxx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/panda/src/text/textFont.cxx b/panda/src/text/textFont.cxx index 98b6ea4af3..a3f0136cc0 100644 --- a/panda/src/text/textFont.cxx +++ b/panda/src/text/textFont.cxx @@ -59,8 +59,17 @@ write(ostream &out, int indent_level) const { //////////////////////////////////////////////////////////////////// // Function: TextFont::get_invalid_glyph // Access: Public -// Description: Returns a special glyph that should be used as a -// placeholder for any character not in the font. +// Description: Returns a special glyph that can be used as a +// placeholder for any character not in the font. Note +// that it is not guaranteed that a font will return +// this particular glyph for a missing character (it may +// return a glyph of its own devising instead). +// +// Also note that even if a particular accented letter +// is missing from the font, Panda may still be able to +// render a suitable replacement by composing different +// glyphs together to simulate accent marks; this +// happens automatically behind the scenes. //////////////////////////////////////////////////////////////////// TextGlyph *TextFont:: get_invalid_glyph() {