From bbc55c14fdff2cfe509aae9980d2cb0c8f89054b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 4 Nov 2003 13:40:24 +0000 Subject: [PATCH] Added osgText::Text::getTextureGlyphQuadMap(). --- include/osgText/Text | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/osgText/Text b/include/osgText/Text index 00fbc2e5f..ecd4eea7e 100644 --- a/include/osgText/Text +++ b/include/osgText/Text @@ -276,6 +276,11 @@ public: return &itGlyphQuad->second; } + const TextureGlyphQuadMap& getTextureGlyphQuadMap() const + { + return _textureGlyphQuadMap; + } + protected: virtual ~Text();