Hi,
I am using Oracle Business Intelligence 12.2.1.1.0.
I want to print my dashboard to PDF by menu "Print -> Printable PDF". But there are some Lithuanian symbols ("š", "ų", ...) and symbols like euro sign ("€") which are replaced by question marks ("?"). Printable HTML is OK.

I think there is a font issue. PDF fonts:

When I change font in Analysis from Default to "Times New Roman", PDF uses one more font - but with the same bad effect.

I tried to change default PDF using font by Oracle Support article "OBIEE 11g: Characters in PDF Export do not Display Correctly (Doc ID 1453565.1)" with no success. PDF is still using the same fonts. Although I created new "Segoe UI" font (new metrics file, edited all config files), there is no such font in PDF used.

As I understand there is no editable file "pdfstyle.fst" in 12c, maybe it is necessary to create custom skin to change font. But in this situation I changed "pdfstyle.fst" in "tmp" catalog and changes work because color of title was changed. But font-family attribute don't work:
<FoStyle name="SubTitleName" font-size="8pt" color="#993342" display-align="after" text-align="left" font-family="Segoe UI"/>
How to change PDF font or avoid question marks instead of required symbols in other ways?