os/textandloc/textrendering/textformatting/testfont/TFONT.GD
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/textrendering/textformatting/testfont/TFONT.GD	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +#include "tfont13.gdf"
     1.5 +#include "tfont18.gdf"
     1.6 +#include "tfont41.gdf"
     1.7 +
     1.8 +
     1.9 +Typeface FormTestFont
    1.10 +    Name "FormTestFont" Proportional
    1.11 +    FontBitmaps
    1.12 +        tfont13
    1.13 +        tfont18
    1.14 +        tfont41
    1.15 +        tfont13 WidthFactor 2 HeightFactor 2
    1.16 +        tfont18 WidthFactor 2 HeightFactor 2
    1.17 +        tfont41 WidthFactor 2 HeightFactor 2
    1.18 +    EndFontBitmaps
    1.19 +EndTypeface
    1.20 +
    1.21 +FontStoreFile
    1.22 +    CollectionUid 268435510
    1.23 +    Typefaces
    1.24 +        FormTestFont
    1.25 +    EndTypefaces
    1.26 +EndFontStoreFile