Do you know to add custom font to XSLFTextRun? For example, I have font file with extension '.ttf'.
Currently, I did like this:
XSLFTextParagraph p =...
XSLFTextRun r = p.addNewTextRun();
r.setFontFamily("input/myfont.ttf");
Please advise?
--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
