- Timestamp:
- Mar 25, 2011, 4:59:41 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/changelog
r476 r478 9 9 - WPI: installing the right readme, if translated 10 10 - saved some settings from print dialog (ticket #225) 11 - added a font hack to show japanese fonts (ticket #226) 11 12 12 13 -
trunk/Lucide/readme
r440 r478 39 39 - http://hobbes.nmsu.edu/cgi-bin/h-search?key=UClip 40 40 41 Optional: to have japanese fonts working you need poppler-data pack. 42 43 - extract the 4 directories from the package found on http://poppler.freedesktop.org 44 to your %unixroot%/usr/local/share/poppler 45 - take care that the "Times New Roman WT J" font is installed. This font is used 46 as a fallback 41 47 42 48 PostScript printing requires PostScript-capable printer (pscript.drv). -
trunk/poppler/fc-emulate-os2/fontconfig/fontconfig.cpp
r477 r478 556 556 pat->filename = newstrdup( (*fontmap)[ key ].c_str() ); 557 557 558 printf( "fontfamily: %s --> MATCHED STYLE: %s, FILENAME: %s\n", pat->family, key.c_str(), pat->filename );559 printf("SLANT: %d, WEIGHT:%d, WIDTH:%d, SPACING:%d, LANG:%s\n", pat->slant, pat->weight, pat->width, pat->spacing, pat->lang);558 // printf( "fontfamily: %s --> MATCHED STYLE: %s, FILENAME: %s\n", pat->family, key.c_str(), pat->filename ); 559 // printf("SLANT: %d, WEIGHT:%d, WIDTH:%d, SPACING:%d, LANG:%s\n", pat->slant, pat->weight, pat->width, pat->spacing, pat->lang); 560 560 561 561 FcFontSet *fs = new FcFontSet;
Note: See TracChangeset
for help on using the changeset viewer.