Exemplo n.º 1
0
 public void ReadSvgContent(Glyph glyph, System.Text.StringBuilder output)
 {
     if (_svgTable != null)
     {
         _svgTable.ReadSvgContent(glyph.GlyphIndex, output);
     }
 }
Exemplo n.º 2
0
 public void ReadSvgContent(ushort glyphIndex, System.Text.StringBuilder output) => _svgTable?.ReadSvgContent(glyphIndex, output);