# NOTE THAT THIS FONT HAS IPA CHARS IN THE LATIN-EXT SUBSET THAT ARE
# NON-STANDARD FOR THE latin-ext RANGE

license: OFL
category: display
subsets: menu,latin,latin-ext

family: Voces

designer: Multiple Designers

approved: true
description: <p>Voces is a new graphic \
  solution for the glyphs of the \
  International Phonetic Alphabet (IPA), considering the \
  specific use-case of bilingual dictionaries. For this \
  purpose, the typeface was conceived as a sans serif with \
  gradual strokes, generous counterforms, a large "x" height, \
  and short ascenders and descenders. These features attempt \
  to solve the problems of spatial economy and print \
  fidelity that dictionary typesetting presents. Ink traps \
  were applied with consideration for the aesthetic and \
  functional requirements. Voces was selected for exhibition \
  in Tipos Latinos 2010.</p> \
  <p>Voces is designed by Ana Paula Megda and Pablo Ugerman. \
  To contribute to the project contact them at \
  <a href="mailto:info@ugrdesign.com.ar">info@ugrdesign.com.ar</a></p>

font.Voces-Regular.ttf.style: normal
font.Voces-Regular.ttf.weight: 400

# cd ~/src/font-optimizer; \
# ./subset.pl -v --licensesubst="SIL OFL 1.1" \
#  --exclude="c2sc,smcp,ordn,sups,sinf,subs,dlig,frac" \
#  --chars="Voces" \
# ~/googlefontdirectory/voces/Voces-Regular.{ttf,menu}; \
# cd ~/googlefontdirectory/voces/; \
# ~/googlefontdirectory/tools/chars/showchars.py \
#  Voces-Regular.menu; 

# cd ~/googlefontdirectory/voces/; \
# rm *.nam *.log *.latin *.latin-ext *.cyrillic+latin *.cyrillic-ext+latin *.greek+latin *.greek-ext+latin; \
# cd ~/googlefontdirectory/; \
# for family in voces; do \
#    for font in `ls -1 $family/*ttf | cut -d. -f1`; do \
#        for subset in \
#            latin latin-ext; do \
#            echo subset.py --null --nmr --roundtrip --namelist --script \
#                --subset=$subset $font.ttf $font.$subset; \
#            python tools/subset/subset.py --null --nmr --roundtrip \
#                --namelist --script --subset=$subset \
#                $font.ttf $font.$subset > $font.$subset.log; \
#        done; \
#    done; \
# done; \
# cd ~/googlefontdirectory/voces/; \
