Mudanças entre as edições de "Fontes"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 2: | Linha 2: | ||
baixando | baixando | ||
<source lang="bash"> | <source lang="bash"> | ||
+ | apt-get install -y mercurial | ||
hg clone https://googlefontdirectory.googlecode.com/hg/ googlefontdirectory; | hg clone https://googlefontdirectory.googlecode.com/hg/ googlefontdirectory; | ||
mkdir fontes-google/ | mkdir fontes-google/ | ||
Linha 8: | Linha 9: | ||
7z a googlefontdirectory.tz googlefontdirectory | 7z a googlefontdirectory.tz googlefontdirectory | ||
</source> | </source> | ||
+ | |||
+ | ou | ||
== [http://starrhorne.com/posts/font_name_from_ttf_file/ informações de um fonte ttf] == | == [http://starrhorne.com/posts/font_name_from_ttf_file/ informações de um fonte ttf] == |
Edição das 17h01min de 3 de novembro de 2011
webfonts em googlefontdirectory
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
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
- ttf2pt1 - um conversor de fonte TrueType para PostScript Type 1 ( apt-get install ttf2pt1)
- Qual é a diferença entre fontes TrueType, PostScript e OpenType?
- Conversor de Fontes True Type para Postscript Type 1
- In-Depth: Font Installation under Unix/Linux
- http://www.linuxlibertine.org/index.php?id=87&L=1
- 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/
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/