Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vg/vgpdf: support for non-ASCII text #347

Open
sbinet opened this issue Apr 26, 2017 · 0 comments
Open

vg/vgpdf: support for non-ASCII text #347

sbinet opened this issue Apr 26, 2017 · 0 comments

Comments

@sbinet
Copy link
Member

sbinet commented Apr 26, 2017

this is a follow-up of #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 added a commit to sbinet-gonum/plot that referenced this issue Apr 11, 2018
This CL drops bitbucket/zombiezen/gopdf/pdf in favour of
github.com/jung-kurt/gofpdf.

Fixes gonum#389.
Fixes gonum#438.
Updates gonum#347.
sbinet added a commit to sbinet-gonum/plot that referenced this issue Apr 24, 2018
This CL drops bitbucket/zombiezen/gopdf/pdf in favour of
github.com/jung-kurt/gofpdf.

Fixes gonum#389.
Fixes gonum#438.
Updates gonum#347.
sbinet added a commit that referenced this issue May 14, 2018
This CL drops bitbucket/zombiezen/gopdf/pdf in favour of
github.com/jung-kurt/gofpdf.

Fixes #389.
Fixes #438.
Updates #347.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant