Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fontconfig: hinting-full.conf non installato, dove lo trovo?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
table
Apprentice
Apprentice


Joined: 17 Feb 2007
Posts: 279
Location: Gazzaniga (BG) Italy

PostPosted: Thu Jul 02, 2009 8:27 am    Post subject: fontconfig: hinting-full.conf non installato, dove lo trovo? Reply with quote

Ciao,

qualcuno sa come posso utilizzare il font hinting-full.conf?
in fontconfig (2.6.0-r2) non lo trovo e non so in quale pacchetto potrebbe trovarsi:

Code:
stealth ~ # eselect fontconfig list
Available fontconfig .conf files  ( * is enabled ):
  [1]   10-autohint.conf *
  [2]   10-no-sub-pixel.conf
  [3]   10-sub-pixel-bgr.conf
  [4]   10-sub-pixel-rgb.conf *
  [5]   10-sub-pixel-vbgr.conf
  [6]   10-sub-pixel-vrgb.conf
  [7]   10-unhinted.conf
  [8]   20-fix-globaladvance.conf
  [9]   20-unhint-small-dejavu-sans.conf
  [10]  20-unhint-small-dejavu-sans-mono.conf
  [11]  20-unhint-small-dejavu-serif.conf
  [12]  20-unhint-small-vera.conf
  [13]  25-unhint-nonlatin.conf
  [14]  30-metric-aliases.conf
  [15]  30-urw-aliases.conf
  [16]  40-nonlatin.conf
  [17]  45-latin.conf
  [18]  49-sansserif.conf *
  [19]  50-user.conf
  [20]  51-local.conf
  [21]  57-dejavu-sans.conf
  [22]  57-dejavu-sans-mono.conf
  [23]  57-dejavu-serif.conf
  [24]  60-latin.conf *
  [25]  60-liberation.conf *
  [26]  65-fonts-persian.conf
  [27]  65-khmer.conf
  [28]  65-nonlatin.conf *
  [29]  69-unifont.conf *
  [30]  70-no-bitmaps.conf *
  [31]  70-yes-bitmaps.conf
  [32]  80-delicious.conf *
  [33]  90-synthetic.conf *


ecco i font che attualmente ho installato:
Code:
stealth ~ # eix -Ic media-fonts/*
[I] media-fonts/corefonts (1-r4@13/04/2009): Microsoft's TrueType core fonts
[I] media-fonts/dejavu (2.28-r1@13/04/2009): DejaVu fonts, bitstream vera with ISO-8859-2 characters
[I] media-fonts/encodings (1.0.2@13/04/2009): X.Org font encodings
[I] media-fonts/font-adobe-100dpi (1.0.0@13/04/2009): X.Org Adobe bitmap fonts
[I] media-fonts/font-adobe-75dpi (1.0.0@13/04/2009): X.Org Adobe bitmap fonts
[I] media-fonts/font-adobe-utopia-type1 (1.0.1@13/04/2009): X.Org Adobe Utopia Type 1 fonts
[I] media-fonts/font-alias (1.0.1@13/04/2009): X.Org font aliases
[I] media-fonts/font-bh-ttf (1.0.0@13/04/2009): X.Org Bigelow & Holmes TrueType fonts
[I] media-fonts/font-bh-type1 (1.0.0@13/04/2009): X.Org Bigelow & Holmes Type 1 fonts
[I] media-fonts/font-cursor-misc (1.0.0@13/04/2009): X.Org cursor font
[I] media-fonts/font-misc-misc (1.0.0@13/04/2009): X.Org miscellaneous fonts
[I] media-fonts/font-util (1.0.1@13/04/2009): X.Org font utilities
[I] media-fonts/freefonts (0.10-r3@13/04/2009): A Collection of Free Type1 Fonts
[I] media-fonts/gnu-gs-fonts-std (8.11@13/04/2009): Ghostscript Standard Fonts
[I] media-fonts/liberation-fonts (1.03@13/04/2009): A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat
[I] media-fonts/terminus-font (4.28@06/06/2009): A clean fixed font for the console and X11
[I] media-fonts/ttf-bitstream-vera (1.10-r3@13/04/2009): Bitstream Vera font family

_________________
Pulisci l'html con:
Code:
sed 's/<[Bb][Rr][ \t]*\/*>/\n/g;s/<\/*[^>]\+\/*>//g'

skype: matteopinguino
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Thu Jul 02, 2009 8:50 am    Post subject: Reply with quote

Se ricordo bene dovresti, prima di tutto disattivare l'autohint (vedo che è attivo). Usa eselect per fare cio.

Poi usa i file ~/.fonts.conf (locale per utente) o /etc/fonts/fonts.conf (globale del sistema).

Io uso quello dell'utente(ho anche l'altro, ma le informazioni sul hinting sono solo in quello dell'utente):

Code:

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <match target="font" >
  <edit mode="assign" name="rgba" >
   <const>rgb</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintfull</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
 </match>
</fontconfig>


_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
table
Apprentice
Apprentice


Joined: 17 Feb 2007
Posts: 279
Location: Gazzaniga (BG) Italy

PostPosted: Fri Jul 03, 2009 9:14 am    Post subject: Reply with quote

Apetrini wrote:
...


ok, i caratteri sono migliorati, però "hinting-full.conf" non c'è ancora in eselect
_________________
Pulisci l'html con:
Code:
sed 's/<[Bb][Rr][ \t]*\/*>/\n/g;s/<\/*[^>]\+\/*>//g'

skype: matteopinguino
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum