Mercurial > mplayer.hg
view TOOLS/subfont-c/runme @ 21619:b4b51eb2904f
Keep reselected fonts in an array, adding new ones to the end. Glyph
lookup prefers earlier opened fonts.
This way glyph lookup is stable, which means that:
- cache cleanup is never required after font reselecting;
- a single unrecognized char won't change the appearance of all the others.
author | eugeni |
---|---|
date | Sat, 16 Dec 2006 19:34:00 +0000 |
parents | ffcac0e6a5f4 |
children |
line wrap: on
line source
#!/bin/bash #unicode="--unicode" #font=arial.ttf #font=mints-mild.pcf #font=/home/alex/artwiz-mints-mild-latin2.hex font=$1 #font=verdana.ttf encoding=iso-8859-2 fontsize=$2 symbolssize=$3 blur=2 outline=1.5 make || exit ./subfont $unicode --blur $blur --outline $outline "$encoding" $fontsize "$font" || exit ./subfont --append --blur $blur --outline $outline encodings/osd-mplayer $symbolssize osd/osd.pfb || exit #cp font.desc *.raw ~/.mplayer/font/ exit # display *.raw files SIZE=`awk '/bitmap size:/ {print $NF; exit}' font.desc`+800 display -size $SIZE gray:$encoding-a.raw & display -size $SIZE gray:$encoding-b.raw & #convert -size $SIZE gray:$encoding-a.raw $encoding-a.png #convert -size $SIZE gray:$encoding-b.raw $encoding-b.png