Mudanças entre as edições de "Fontes"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(13 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
 +
== fontes no google ==
 +
baixando
 +
<source lang="bash">
 +
apt-get install -y mercurial
 +
hg clone https://googlefontdirectory.googlecode.com/hg/ googlefontdirectory;
 +
mkdir fontes-google/
 +
find googlefontdirectory/ -name *.ttf -exec cp {} fontes-google/ \;
 +
find googlefontdirectory/ -name *.otf -exec cp {} fontes-google/ \;
 +
7z a googlefontdirectory.tz googlefontdirectory
 +
</source>
 +
 +
ou http://pub.nkosi.org/fontes-google.zip
 +
 +
* http://code.google.com/p/googlefontdirectory/
 +
* http://fortawesome.github.io/Font-Awesome/
 +
 +
== [http://starrhorne.com/posts/font_name_from_ttf_file/ informações de um fonte ttf] ==
 +
necessário instalar o fonttools
 +
<source lang="bash">
 +
yum install fonttools
 +
</source>
 +
 +
informação de uma fonte
 +
<source lang="bash">
 +
ttf_name impact.ttf
 +
</source>
 +
 +
várias fontes
 +
<source lang="bash">
 +
find . -iname "*.ttf" -exec ttf_name {} \;
 +
</source>
 +
 +
fontes livres para uso comercial
 +
* http://www.fontsquirrel.com/
 +
 +
fontes livres
 
* http://groups.google.com/group/bpg-fonts/web/gpl-gnu-license
 
* http://groups.google.com/group/bpg-fonts/web/gpl-gnu-license
 
* http://www.marca.unb.br/fontesunb.php
 
* http://www.marca.unb.br/fontesunb.php
Linha 6: Linha 42:
 
* [http://www.dicas-l.com.br/print/19991014.html Conversor de Fontes True Type para Postscript Type 1]
 
* [http://www.dicas-l.com.br/print/19991014.html Conversor de Fontes True Type para Postscript Type 1]
 
* [http://www.myfonts.com/Article1391.html In-Depth: Font Installation under Unix/Linux]
 
* [http://www.myfonts.com/Article1391.html In-Depth: Font Installation under Unix/Linux]
 
+
* http://www.linuxlibertine.org/index.php?id=87&L=1
 +
* [http://kottke.org/plus/type/silkscreen/index.html Silkscreen font]
 +
* http://embraceubuntu.com/2007/05/21/300-easily-installed-free-fonts-for-ubuntu/
 +
* http://www.netfontes.com.br/
 +
* http://openfontlibrary.org/
 +
* http://duffy.fedorapeople.org/fonts/
 +
* http://openfontlibrary.org/
 +
* http://mairin.wordpress.com/tag/fonts/
  
 
== formatos e locais ==
 
== formatos e locais ==

Edição atual tal como às 16h30min de 24 de agosto de 2013

fontes no google

baixando

apt-get install -y mercurial
hg clone https://googlefontdirectory.googlecode.com/hg/ googlefontdirectory;
mkdir fontes-google/
find googlefontdirectory/ -name *.ttf -exec cp {} fontes-google/ \;
find googlefontdirectory/ -name *.otf -exec cp {} fontes-google/ \;
7z a googlefontdirectory.tz googlefontdirectory

ou http://pub.nkosi.org/fontes-google.zip

informações de um fonte ttf

necessário instalar o fonttools

yum install fonttools

informação de uma fonte

ttf_name impact.ttf

várias fontes

find . -iname "*.ttf" -exec ttf_name {} \;

fontes livres para uso comercial

fontes livres

formatos e locais

.pfa .pfb .pfa, .pfb, .afm, .pfm.
/usr/share/fonts/type1 (padrão debian)
/usr/X11R6/lib/X11/fonts/Type1/
.ttf
/usr/share/fonts/truetype (padrão debian)
/usr/share/fonts/default/TrueType/