My intention is renderer complete page into javaFX, with Text my renderer this correct, but in glyph no.
2017-08-08 13:40 GMT-03:00 Tilman Hausherr <thaush...@t-online.de>: > Am 07.08.2017 um 21:01 schrieb Tretonio Tretis: > >> I'm rendering in JavaFX, >> Is it possible to get the glyph to paint in javaFX? >> >> Javafx.scene.canvas.Canvas canvas = new javafx.scene.canvas.Canvas (); >> >> GraphicsContext2 gc = canvas.getGraphicsContext2D (); >> > > What is "the glyph"? Which one? Do you want to render whole PDF pages, or > glyphs only, i.e. create your own renderer? > > Tilman > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: users-h...@pdfbox.apache.org > >