octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49216] Some fontname/size/weight combinations


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49216] Some fontname/size/weight combinations are rendered jagged/blurry in OpenGL
Date: Wed, 15 Nov 2023 02:20:25 -0500 (EST)

Follow-up Comment #62, bug #49216 (project octave):

@wpeaton: Does the proposed fix from comment #60 work for you?
In summary, the fonts.conf file should look like


<match target="font" >
    <edit name="embeddedbitmap" mode="assign">
        <bool>false</bool>
    </edit>
</match>


Since I don't know where fontconfig will look for config files on windows I
assume you can put it anywhere, e.g. in "c:\where\you\like\fonts.conf" and
then


setenv ("FONTCONFIG_PATH_EXTRA", 'c:\where\you\like')
system ("fc-cache -fv")


This will take some time since fontconfig will rebuild all the font cache.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?49216>

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]