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();