[Mplayer-users] Subfont renderer is ready!

Artur Zaprzala artur.zaprzala at talex.com.pl
Tue Aug 14 11:20:58 CEST 2001


> About the OSD font:
> could you change the progress bar symbols to be much narrower?
> the width of . and | symbols should be equal to it's spacing, then it look good.

This is not the font problem. That's because mplayer doesn't respect `charspace' for OSD
symbols.
With default settings subfont gives charspace==-8. That's quite a lot.
Three solutions:
  - handle this as a special case with subfont
  - modfiy mplayer to treat all characters equally (other existing progress bar sybmols
would be 3 pixels narrower)
  - extend font.desc syntax: use four numbers to describe each character:
      + character bitmap start
      + character bitmap end
      + character origin
      + character width
     Bitmap can be wider than character width because of blurs, outlines or character
shape.
     This would allow to throw away some black pixels, make *.raw files over 10% smaller
and processing faster.


Artur Zaprzala

_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-users



More information about the MPlayer-users mailing list