Sergey Gorbunov created FOP-2983: ------------------------------------ Summary: Font auto-detection doesn't work Key: FOP-2983 URL: https://issues.apache.org/jira/browse/FOP-2983 Project: FOP Issue Type: Bug Components: renderer/pdf Affects Versions: 2.5, trunk Environment: Apache Maven 3.6.0 Java version: 1.8.0_181, vendor: Oracle Corporation Default locale: ru_RU, platform encoding: Cp1251 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Reporter: Sergey Gorbunov Attachments: fonts-auto-detect.patch
When constructing a tree with a configuration, the node for Autodiscover is added to the wrong parent node. As a result, the flag remains with a false. Detected when trying to convert SVG to PDF with Cyrillic characters. Since the correct font was not detected automatically, incorrect characters were displayed after conversion. This error is critical for the my current project. -- This message was sent by Atlassian Jira (v8.3.4#803005)