lib/fonts/README
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 Copyright statements and the source of the qpf fonts are located in ../../src/3rdparty/fonts
       
     2 
       
     3 The fonts here are in various formats:
       
     4 
       
     5     *.ttf - TrueType fonts, requires QT_FEATURE_TRUETYPE
       
     6     *.pfa - PostScript fonts, used as source material for some QPF fonts
       
     7     *.qpf - Qt prerendered fonts (QPF format) rendered from above fonts.
       
     8 
       
     9 QPF is the portable, endian-independent format used by Qt/Embedded 2.x and 3.x.
       
    10 
       
    11 The prerendered fonts are generated from various sources:
       
    12 
       
    13     fixed*        - Fixed font.
       
    14     helvetica*    - Helvetica BDF format font distributed with X11
       
    15                     - Latin-1 characters (about 250 characters).
       
    16     japanese*     - Helvetica BDF format font distributed with X11
       
    17                     - ISO 10646-1 encoding.
       
    18     micro*        - Micro font (see micro.bdf).
       
    19     unifont*      - Unifont (see unifont.bdf)
       
    20                     - full unicode range (about 50000 characters).
       
    21