plot icon indicating copy to clipboard operation
plot copied to clipboard

vg/vgpdf: support for non-ASCII text

Open sbinet opened this issue 8 years ago • 0 comments

this is a follow-up of gonum/plot#208.

currently, vg/vgpdf uses a PDF backend that doesn't support non-ASCII text. either:

  • contribute support to upstream (bitbucket.org/zombiezen/gopdf/pdf). this project is in maintainance mode, quite dormant.
  • switch to github.com/llcode/draw2d/draw2dpdf. this project (or its sibling, draw2d/draw2dimg) record wrt backward compatibility and API stability is somewhat checkered.
  • switch to github.com/jung-kurt/gofpdf.

(just listing options at this point)

sbinet avatar Apr 26 '17 08:04 sbinet