andref_designer
(usa Ubuntu)
Enviado em 28/01/2006 - 23:58h
Crie o diretório onde vai copiar suas fontes true type:
$ sudo mkdir /usr/lib/X11/fonts/TrueType
$ sudo mkdir /usr/share/fonts/ttf-truetype
2. Copie suas fontes do diretório de origem para a pasta
/usr/lib/X11/fonts/TrueType/
3. Crie as seguintes ligações simbólicas:
$ sudo ln -s /usr/lib/X11/fonts/TrueType/ /usr/share/fonts/truetype/
4. Abra o arquivo /etc/X11/xorg.conf, localize a sessão "Files" e inclua o caminho para suas fontes TrueType:
Exemplo:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/usr/lib/X11/fonts/TrueType" # Caminho das fontes truetype <--
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
5. Configure as fontes com esse comando:
$ sudo defoma-reconfigure
6. Feche os seus aplicativos e reinicie o Ubuntu.
Pronto!
Depois disso, qdo quiser adicionar mais fontes, é só copiar elas para o diretório
/usr/lib/X11/fonts/TrueType
Espero que ajude. Abraços!