/[Apache-SVN]
ViewVC logotype

Revision 1876136


Jump to revision: Previous Next
Author: kiwiwings
Date: Sun Apr 5 00:42:08 2020 UTC (4 years, 1 month ago)
Changed paths: 10
Log Message:
Bug 60656 - Emf image support in slideshows
- fixed WmfExtTextOut dx handling for variable text spacing
- fixed WmfExtTextOut text position for (0,0) references based on the current/last path location
- fixed WmfExtTextOut handling of symbol/wingdings charset (move ascii to unicode private area, because Java font loader maps the glyphs there) - and use existing workaround if the fonts aren't installed, i.e. use corresponding unicode characters of the logcial font then
- provide option in PPTX2PNG to use given file input type, if the file magic is unknown
- provide option in PPTX2PNG to render text as shapes in SVG, as dx handling (above) implemented via TextAttribute.TRACKING is not supported by batik 

source of the sample.wmf, which I've used:
https://stackoverflow.com/questions/58726194/svg-rendering-with-batik-produce-broken-image

Changed paths

Path Details
Directorypoi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml modified , text changed
Directorypoi/trunk/src/java/org/apache/poi/sl/draw/DrawFontManager.java modified , text changed
Directorypoi/trunk/src/java/org/apache/poi/sl/draw/DrawFontManagerDefault.java modified , text changed
Directorypoi/trunk/src/java/org/apache/poi/util/StringUtil.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xslf/draw/SVGPOIGraphics2D.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xslf/util/OutputFormat.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java modified , text changed
Directorypoi/trunk/src/scratchpad/src/org/apache/poi/hwmf/draw/HwmfGraphics.java modified , text changed
Directorypoi/trunk/src/scratchpad/src/org/apache/poi/hwmf/record/HwmfText.java modified , text changed
Directorypoi/trunk/src/scratchpad/testcases/org/apache/poi/hemf/usermodel/TestHemfPicture.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26