[okular] [Bug 409176] Some characters not rendered in PDF using Okular

Yuri Chornoivan bugzilla_noreply at kde.org
Tue Jun 25 17:33:56 BST 2019


https://bugs.kde.org/show_bug.cgi?id=409176

Yuri Chornoivan <yurchor at ukr.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yurchor at ukr.net

--- Comment #15 from Yuri Chornoivan <yurchor at ukr.net> ---
Looks like a fontconfig issue. For me, blacklisting all the fonts before
"Symbol" "Regular" in the output of

fc-match -s Symbol

like this (should be put in the <fontconfig> section of
~/.config/fontconfig/fonts.conf):

<selectfont>
    <rejectfont>
        <glob>/usr/share/fonts/drakfont/tmp/tmp/*</glob>
    </rejectfont>
    <rejectfont>
        <pattern>
            <patelt name="family" >
                <string>Standard Symbols PS</string>
            </patelt>
        </pattern>
    </rejectfont>
</selectfont>

solves the rendering problem (symbol.ttf should be installed for sure).

Anyway, it is a good practice to embed or subset all the non-standard fonts in
PDF (cf. the other embedded part of Symbol in this slide).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list