Ben de Groot wrote: > I propose that we prefer installing just OpenType. But this should > be user configurable, so in those cases I propose we do: > > IUSE="+opentype" > if use opentype; then > FONT_SUFFIX="otf" > else > FONT_SUFFIX="ttf" > fi
So if I first USE=-opentype and later USE=opentype the filenames would change even though the fonts are actually the same. Do you know that no software packages will get horribly confused by that, and end up doing silly things such as listing each font twice? //Peter