Renders glyph using independent glyph path. RenderGlyph function family changes glyph path on rendering. It then leads to necessity reload this glyph again. This function uses copy of glyph path and doesnt changes original glyph path so the same glyph could be reused multiple times. This version of function is intended for use with cache of glyphs....RenderIndependentGly ( IFont font , GlyphId glyphId , Glyph glyph...Parameter Type Description font IFont The font that contains the glyph...