On 30 déc, 15:15, Tony Mechelynck <[email protected]>
wrote:
> On 30/12/08 14:49, KLEIN Stéphane wrote:
> [...]
>
> > This my vim configuration :
> > $ gvim --version
> > VIM - Vi IMproved 7.1 (2007 May 12, compiled Jul 21 2008 13:37:54)
> > Patches inclus : 1-314
> > Compilé par [email protected]
> > Énorme version avec interface graphique GTK2.
> [...]
>
> > libfreetype - version: 2.3.7-2ubuntu1
> > fontconfig - version : 2.6.0-1ubuntu4
>
> > I've also tested ProggyTiny 12 in ttf version.
>
> > Regards,
> > Stephane
>
> You may want to compile your own 7.2.075, 
> seehttp://users.skynet.be/antoine.mechelynck/vim/compunix.htm
>
> Note that patch 7.2.072 will not apply cleanly as published, you can
> replace it by the attached version. It concerns only the sniff interface
> anyway.
>
> I'm not saying that upgrading your Vim version will necessarily cure
> your problems with the Proggy font, but even if it doesn't, it will fix
> other known bugs.

Now, I've vim version 7.2.072 but it don't solve my issue.

However, I found a solution.

I need to put this contain in ~/.fonts.conf

<fontconfig>
  <match target="font">
    <test name="family">
      <string>ProggyTinyTT</string>
    </test>
    <edit name="pixelsize">
       <double>16</double>
    </edit>
    <edit name="antialias">
       <bool>false</bool>
    </edit>
    <edit name="hinting">
       <bool>false</bool>
    </edit>
  </match>
</fontconfig>

Now, if I select ProggyTinyTT font in size 8, all work perfectly.

Regards,
Stephane
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to