MPlayer font pack 3    by A'rpi/ESP-team
===================

Fonts:
  Arial 12 and 16 pixel height
  Arial-Bold 12 and 16 pixel height

Changing font: just remove font.desc and make new symlink (ln -s) to the
right one!

Note for contributors:
  You can make your local version of this font by editing .desc files
  (for example, unicode 32-255 mapping doesn't apply for hungarian map,
  it has bad O" and U")
  Just find the wrong and the right char pair in the .desc file, and swap
  their code (first hex number).

Method of making this font:
1. get arial.ttf and arialbd.ttf (the unicode ones, from win9x)
2. get mpfc, and made some changes:
 - removed korean charset, added central-europe map unicode 32-511
 - it makes 2x upscaled font image
 - character width increased by 1
3. generated font images (.png files)
4. downscaled (half size) images to get better anti-aliasing
  (GIMP: Image->Mode->Grayscale, Image->Scale->50%, File->Save)
5. made alphamap images with GIMP:
   Select->By color->click to background
   Select->Invert
   Select->grow->by 1
   Fill selection with white
   Select->None
   Filters->Blur->Gaussian RLE->2x2 (3x3 for 16 height fonts)
   Save As
6. tested, fixed .desc by hand (char height, char spacing)

Thanks to: Chass for developing font format
Thanks to: Sunjin Yang for his great mplayer font creator program (mpfc)
