public GlyphCache FindGlyph(int glyph_code)
            {
                if (m_CurrentFont != null)
                {
                    return(m_CurrentFont.FindGlyph(glyph_code));
                }

                return(null);
            }