3 1. Added zoom controls to font preview.
4 2. Made viewer application a KUniqueApplication
8 1. Enabling/disabling of fonts.
9 2. Creation of "Font Groups"
10 3. Fonts are now grouped via family name, i.e. shown as:
15 ...where the number in brackets indicates the number of styles. Clicking
16 on the expand icon (+) will then show the list of styles.
17 4. Add ability in font view part to show unicode tables.
18 5. Remove all references to Speedo fonts - haven't been supported since
20 6. Only one view - list view. However, each item now has a small preview.
21 7. Xft is now required.
22 8. Remove Fontmap creation.
23 9. Creation of fonts.dir & fonts.scale will be done via mkfontscale and
25 10. Legacy X is only configured for a folder if it already contains a fonts.dir
27 11. Font installtion is *much* faster - as config files are now updated after
28 all fonts are installed, as opposed to every 50 fonts.
29 12. Folders are no longer added to X's config files - because of 10 above.
30 The only system config file that will be altered is either
31 /etc/fonts/local.conf or /etc/fonts/conf.d/00kde.conf (dependant upon
32 your fontconfig version)
33 13. When installing font files, install into a sub folder named after the 1st
35 wibble.ttf -> ~/.fonts/w/wibble.ttf
36 14. Better unique names when creating font packages.
37 15. Use zip and not tar.gz for font packages.
38 16. Allow import of fonts/package.
39 17. Allow fonts/package to be installed via konqueror service menu.
40 18. Better TTC handling.
41 19. When installing to fonts:/, as non-root, automatically install to fonts:/Personal.
42 To install to fonts:/System need to explicity copy to fonts:/System.
43 20. Hide kfontview from KMenu - its only required by kcm, and when cliking on a font.
44 21. Renamed kcmfontinst to just fontinst.
45 22. When printing, use external kfontprint app - that way newly installed fonts can
47 23. When run as non-root, the kcontrol module will have a combo box allowing the user
48 to select Personal or System fonts.
49 24. Better bitmap font previews - list of sizes obtained via fontconfig.
50 25. Regular fonts listed as fonts:/<family>, Regular - e.g. fonts:/Times, Regular
51 26. Use a kio_font_helper app when accesing fonts:/System - much faster, as kdesu is
52 not required to be called for each action.
53 27. Add a "Find Duplicates" tool, that looks for multiple installtions of the same font.
54 i.e. different locations, or the same location but different filename case
55 (e.g. times.ttf / times.TTF)
59 1. When copying a file out of fonts sub-system, copy as filename, or <fontname>.fonts.tar.gz
60 in the case of multiple font files mapped to the same font name.
62 e.g. Times New Roman -> times.ttf
63 Helvetica, Bold Oblique-> Hevetica, Bold Oblique.fonts.tar.gz
67 100dpi_helvBO10.pcf.gz
68 100dpi_helvBO12.pcf.gz
71 2. New mimetype: fonts/package - to cater for the above.
72 3. Add settings to enable/disable configuring fonts for legacy X, and Ghostscript
73 (X defaults to true, and Ghostscript defaults to false)
74 4. Show mime-type in detailed view.
75 5. Simple font sample printing - but only of installed fonts!
76 6. Add toggle button to control display of bitmap fonts.
80 1. Font listing comes from fontconfig. This means that fonts will be grouped, i.e.
81 previously each size of a bitmap font was shown seperately, now only 1 font
82 will be displayed which represents all sizes.
83 2. Only fonts, and not folders (except System and Personal), are now shown.
84 3. Creation of afms from pfa/pfb and a pfm file.
85 4. Previews are drawn via Xft - previously FreeType was called directly.
86 5. New font preview look.
87 6. No longer dependant upon file extension.
88 7. Check for FPE of "fontconfig" -> if set, then no need to configure X core fonts.
92 1. List fonts as "Full Name" -> i.e. "Times New Roman".
93 2. Preview of bitmap fonts.
94 3. No fontname-title in thumbnails - as fonts:/ lists the fontnames!
95 4. When copying to fonts:/ (as non-root) only ask for destination if more than 5 seconds
96 since previously asked.
97 5. Add a konqueror service menu "Install"
98 6. Use FreeType2 for reading Type1 - instead of parsing the pfa/pfb header.
99 7. FamilyName is now the fonts *real* family name - no adding of style information.
100 8. Add extra style information (which was previously added to FamilyName) into the XLFD.
101 9. Consider regular weight to be medium (same as mkfontscale).
102 10. Default to width=normal, weight=medium if not set.
103 11. Allow change of preview string.
104 12. Allow zooming in/out of preview.
105 13. Waterfall font preview.
106 14. Use font preview part in the KControl module - less code duplication.
107 15. Include simple fontviwer app - basically just an application wrapper for the viewpart.
111 1. Re-designed (yet again...) to be a kio slave. As a user, starting fonts:/ will display
113 Personal Lists contents of $HOME/.fonts and $KDEHOME/share/fonts (where previous installer installed to)
114 Fonts are installed to $HOME/.fonts
116 System Lists contents of /usr/local/share/fonts, /usr/share/fonts, and /usr/X11R6/lib/X11/fonts
117 Fonts are installed to /usr/local/share/fonts (as per FHS)
119 To install fonts system wide, just drop onto "System" and root's password will be asked
122 As root, fonts:/ will show the same as fonts:/System (but without the System part...)
124 2. New kcontrol module that uses fonts:/
126 AFM creation -- only really required (TTF wise) for SO <6.0
127 StarOffice configuration (S0 6.0 / OO.o is *much* better anyway)
128 4. X font server (xfs) - if used - is refreshed by sending a SIGUSR1 instead of
129 relying on a /etc/init.d/xfs script. This is much more portable.
130 5. Simple FontView part for konqueror - this is basically a big re-sizable preview of the font.
131 6. Speed up creation of fonts.dir and fonts.scale - by reading in any existing files, and using the
132 entries from these instead of loading and testing the font (if listed).
133 7. Better font preview and thumbnails.
134 8. Only add a dir to fontpath if fonts.dir has greater than 0 entries!
135 9. Use /etc/fonts/local.conf as root fontconfig file.
136 10. Only add dirs to fontconfig if *not* a sub-dir of an existing dir.
137 11. Ensure that top-level fonts dir is always in fontpath.
138 12. A Fontmap file is created in each sub dir, which is then combined into 1 top level Fontmap file.
139 ~/.fonts/Fontmap for normal users, and /etc/fonts/Fontmap for root.
140 13. Modify <ghostscript dir><sub-dir>/Fontmap to contain:
141 (/etc/fonts/Fontmap) .runlibfile
142 ...as this is the system-wide Fontmap file created. As for the per-user, one, hmmm...
143 14. When a folder is configured, ensure fonts.dir/fonts.scale/Fontmap/.fonts-config-timestamp (SuSE
144 specific) all have the same timestamp (if they exist). Helps to discover if a folder has been
145 modified - in which case it needs to be reconfigured (and should happen automatically).
146 15. Add support for TrueType Collections (.ttc), and OpenType (.otf) fonts. Currently TTC's are only
147 configured for X - need to also configure GS to see other faces.
148 16. CID fonts are *not* handled - therefore don't list the X11 CID directory, and don't let users
150 17. Don't list "encodings" in fonts:/System - and don't allow users to create this.
151 18. Use XFree86's libfontenc (if found) to read font-encodings.
152 19. Handle 1bpp glyphs in thumbnail code.
153 20. Ensure X fontpaths *never* end in "/" - i.e. when write XF86Config, xfs/config,
154 or fontpaths remove any trailing "/"
155 21. When adding/removing an unscaled dir from X font path, ensure ":unscaled" is
157 22. Call fc-cache on top-level dir, not on each dir.
158 23. Use "~" in Xft config and user X config files -> e.g. /home/user/.fonts -> ~/.fonts
159 24. Remove top-level dir spec from top-level fontmap, e.g.
161 TimesNewRomanPSMT (/home/user/.fonts/wibble/times.ttf);
165 TimesNewRomanPSMT (wibble/times.ttf);
167 25. Add meta-data for AFM files to KFile plugin.
171 1. Re-design of UI - removed "Install From" view.
172 2. Created a KIO/thumbnail font preview class.
173 3. Fonts are installed/uninstalled on "Apply".
174 4. Settings are saved on "Apply".
175 5. Settings tab simplified - some uneccesary settings removed.
176 6. Removal of Anti-Alias tab - relevant settings moved to kcmfonts.
177 7. Add kfile-plugin to display Meta data for fonts.
178 8. Remove settings wizard.
179 9. Drop use of internal version numbering - not tagging CVS anyway, so whats the point?
181 11. Remember size of main window when run via kcmshell.
186 2. Add support for CUPS's Fontmap.
187 3. Create backups of system files.
188 4. When install symbol encoding fonts, set encoding to "glyphs-fontspecific" in XftConfig.
189 5. When install monospaced fonts, set spacing to mono in XftConfig.
190 6. When first run (as root) - checks XFree86 config file to see if a font server is being used, if
191 so then fs/config is used as the config file, and "/etc/rc.d/init.d/xfs restart" is selected as
192 as the X refresh command.
193 7. Only install fonts that are useable.
194 8. Add checkbox to enable overwriting of existing AFMs.
195 9. Remember open directories in advanced mode.
196 10. Add support for .Z compressed Bitmap fonts.
197 11. Read Type1 encodings from .afm files if listed as "array" in pfa/pfb.
201 1. Version added to KDE CVS.
202 2. Modified some keyboard shortcuts to remove conflicts.
203 3. Disable "Touch" and "Delete" folder if top-level X fonts dir is selected.
205 0.10b10->0.10b11 (Test version...)
207 1. Removed "root"/"Modify" and "Help" buttons - this gives more space to font lists, plus when using "root"/"Modify" root's
208 config files are not being saved.
209 2. "IsFixedPitch" flag in AFMs produced incorrectly - was outputing "false" for monospaced fonts!
210 3. Added rounding to AFM metric scaling.
211 4. When creating AFMs, check that each characters' BBox is within the main BBox - this is a quick fix for wingdings.afm,
212 which seems to be giving incorrect results.
213 5. StarOffice 6 / OpenOffice only need AFM files for Type1 fonts - plus no config files need to be altered. Therefore, added the ability to
214 select which font types AFMs should be created for.
215 6. Output *all* characters from a font into the AFM file.
216 7. Fixed a bug with Full/Family name in Speedo fonts.
217 8. For TrueType, Type1, and Speedo fonts - family name is obtained by using the fonts' FullName, remove FamilyName (read from file), remove
218 any weight, width, or italic designation, and re-add FamilyName. (This is because some fonts are named
219 <family><weight><italic><something else>, and <something else> was previously being lost).
220 9. When adding encodings to lists, check that they aren't alredy inserted.
222 0.10b9->0.10b10 (Test version...)
224 1. Fixed a problem with non-enabled install button in basic mode - again, thanks to Hardy Griech for spotting this.
226 0.10b8->0.10b9 (Test version...)
230 *** Please remove any Kfontinst generated StarOffice psstd.fonts and Ghostscript Fontmap output before using this version
232 1. StarOffice psstd.fonts generated output is no longer marked line-by line, instead it is marked as a section, e.g.
234 # kfontinst <user, if not root> /usr/X11R6/lib/X11/fonts/TrueType
236 # kfontinst <user, if not root> /usr/X11R6/lib/X11/fonts/TrueType
238 ...Likewise for Ghostscript's Fontmap
240 2. Limited generated StarOffice psstd.fonts lines to 126 characters, and lines longher than this will not be output. It appears
241 as if this is the max line len StarOffice will accept - thanks to Hardy Griech for discovering this.
242 3. Fixed a bug where a static pointer was not reset to NULL when module was unloaded.
243 4. When chekcing ps-fonts, I was looking for the string "%!PS-Adbobe", however the hershey fonts just has "%!FontType" - therefore
244 I've change the code to just look for "%!"
245 5. For pcf fonts, look for FAMILY as well as FAMILY_NAME
246 6. Construct name from xlfd for bitmap fonts where can't get seperate components
248 0.10b7->0.10b8 (Test version...)
252 *** Please remove any Kfontinst generated Ghostscript and/or StarOffice output before using this version
254 1. Forgot to extract foundry from bitmap fonts - however, changed bitmap Xlfd creation, see below.
255 2. Extract Xlfd from Bitmap fonts directly - not all fonts have each seperate component available. Thanks to Claudio Bandaloukas
256 for helping me discover the various bugs with Bitmap output.
257 3. When displaying bitmap details, if individual entries (family, point size, etc) can't be read, then the
258 Xlfd will be displayed.
259 4. Ghostscript & StarOffice include guards changed from "kfontinst" to "kfi" -- this will *require" removing of any previous output!
260 5. Shortened generated TrueType foundry fields - to help with StarOffice
262 0.10b6->0.10b7 (Test version...)
264 1. Fixed a bug with string-to-width conversion for Type1 and bitmap fonts
265 2. Fixed some compile bugs if no Xft.h found
266 3. Remove any fonts.alias when deleting a dir
267 4. When try to open Type1 or Speedo fonts, check magic numbers - for Speedo check char[0]=='D' or 'd', char[1]==num, char[2]=='.', and char[3]==num
269 0.10b5->0.10b6 (Test version...)
271 1. Fonts with "Normal" weight now installed as "Medium"
272 2. Added support for "Oblique" in xlfd
273 3. Check is performed to see if destination is writeable before enabling "Install" button, likewise for the "Remove" button.
275 0.10b4->0.10b5 (Test version...)
277 1. Forgot to reset the made-changes state of XftConfig when saved!
278 2. Add a validator to math & edit line-edits to disallow usage of double-quotes & tabs
279 3. Select correct default entries for field-name combos when adding an XftRule.
280 4. Removed check for number of items in match list, as these are not always required (such as for the sub-pixel hinting
282 5. When setting rgba - use symbolic name - previously always setting to 0!
283 6. Modified help a little
284 7. Reduced Advanced mode list-view treeStepSize to 10 pixels (from default of 20), this makes it easier for browsing
285 /usr/X11R6/lib/X11/fonts/etc...
286 8. Fixed bug where could not remove Xft exclude range!
287 9. Fixed a bug where uninstalled items could cause duplicates in "Install from" list.
288 10. Renamed the "Configure System" button to "Apply" - this should make the neccessity of the option more obvious.
289 11. Fixed display of uninstall folder.
290 12. Added "include" and "includeif" directives from XftConfig to editor.
292 0.10b3->0.10b4 (Test version...)
296 *** Please delete your existing ~/.kde/share/config/kfontinstrc -or- ~/.kde2/share/config/kfontinstrc file
297 *** before using this version
299 1. Added support for X font server config files.
300 2. Show "unscaled" directories in italic.
301 3. Abilty to set directories as scaled/unscaled.
302 4. Modified GUI slightly so that it works beter with Liquid style.
303 5. Added chack to make sure XftConfig file exists before trying to parse.
304 6. Advanced editing of XftConfig.
305 7. Added help on XftConfig - from Danny Tholen (obiwan@mailmij.org)
306 8. Removed some memory leaks
307 10. Default folders changed for non-root users. KFontinst will now (upon initial start-up) select the following:
309 X fonts dir: $KDEHOME/share/fonts
310 XConfig file: $KDEHOME/share/fonts/fontpaths
311 XftConfig file: $HOME/.xftconfig
312 Fontmap file: $KDEHOME/share/fonts/Fontmap
314 ...This should make it possible for users to install fonts without being root. However, problems may arrise when
315 configuring StarOffice - as this requires some other files to be modified, which won't be possible if SO has been installed
318 ...Also to accomplish this, some changes are needed to 'startkde' - see file README.startkde
320 11. Because of the above, when started as non-root, KFontinst will create Type1 and TrueType sub-folders in
321 $KDEHOME/share/fonts - if they do not already exist.
322 12. Moved XftConfig stuff from a sub-page of settings tab into its own tab.
323 13. Added question dialog if module is unloaded before system has been configured.
324 14. Added ability to "touch" a X font folder - marking it as being modified, so that a re-configure of the that folder
325 can be done in order to create AFMs, modify encoding, etc.
327 0.10b2->0.10b3 (Test version...)
329 1. When locating Ghostscript's Fontmap file, sub-directories (up to a level of 4) are searched - this allows
330 for the possiblity of users using a different version of Ghostscript.
331 2. Create a fonts.scale as well as fonts.dir - just incase another program runs mkfontdir.
332 3. Fixed an error when creating AFMs for some symbol-encoded fonts.
333 4. Re-worded SettingsWizard "Folders/Files" tab.
334 5. Added a checkbox to Ghostscript configuration.
335 6. Added support for XftConfig.
336 7. Added/fixed support of Type1 fonts with no FullName or FamilyName fields - such as the hershey fonts.
337 8. Fixed some bugs when configuring with --enable-final.
338 9. Basic html help added.
340 0.10b1->0.10b2 (Test version...)
342 1. Minor compile error (struct declared as private, but used elsewhere!)
344 0.9.2->0.10b1 (Test version...)
346 1. Almost a complete re-write,
347 2. Handles Speedo, and Bitmap fonts
348 3. fonts.dir & encodings.dir are now created internally - no need for ttmkfdir
350 5. Advanced mode where X11 folder structure is displayed and all font types may be installed - and a Basic
351 mode where the X11 folder structure is hidden, and only TrueType and Type1 fonts may be installed.
353 7. Application is now a kcontrol module.
354 8. Complete X11 fonts directory structure is now managed - no need for seperate 'Managed' directory.
355 9. X11.PS is no longer created, instead the StarOffice printer file (*.PS) is now modified.
356 10. Ported to FreeType2.
357 11. Support more encodings - encodings combos now list standard encodings as well as those read from
359 12. Internal AMF creator for Type1 and TrueType fonts - ttf2pt1 and pf2afm.ps are no longer used/supplied.
360 13. Removed the 'Process AFMs' & 'Delete AFMs' options - all AFMs are created be KFontinst, therefore they
361 should be OK for StarOffice and AbiWord.
362 14. If a writable XF86Config file is found - then complete folders may be installed, and folders in the X11
363 directory may be uninstalled or disabled (i.e. the folder is not deleted, but it's entry is removed from
364 the XF86Config file).
365 15. No longer supply .enc files with KFontinst - they should be provided by the distro.
369 1. Removed a bug where the "Configure System" menu entry was always disabled!
370 2. Spelling error in Settings dialog.
371 3. t1lib has problems with some of the fonts supplied with Adobe acrobat - therefore, if t1lib fails to load the
372 font, then KFontinst itself will try to read the header information (although no preview will be available,
373 everything else should still work).
374 4. Fixed multiple installing of programs in other/ directory. For instance KFontinst's version of ttmkfdir
375 was being installed into $(PREFIX) (usually /usr/bin) as well as $(KDE_DATADIR)/kfontinst - this was incorrect
376 as KFontinst will only use the version in $(KDE_DATADIR)/kfontinst, and it was possible that a previous version
377 of ttmkfdir (such as that supplied with XFree86) would have been overwritten.
378 5. Fixed bug where the user was allowed to select (and subsequently install) fonts which could not be loaded correctly.
379 6. Added the ability to enter a custom preview string.
383 1. Fixed a few compile errors.
384 2. Fix to html formatting error.
385 3. Fixed a ./configure error if t1lib was not found (the string NO was being used as the
386 librarary name, instead of an empty string!)
387 4. Modified the reading of Type1 header information.
391 1. Converted to KDE2.
392 2. Rearranged this file!
393 3. Removed command line interface - KDE2's command line stuff is way different!
394 4. Re-created dialogs with Qt designer.
395 5. Removed ProgressDialog, and replaced with a progress bar on a new statusbar.
396 6. Modified configure script to check for FreeType & t1lib.
397 7. If an encoding (not unicode) is selected, then the .enc file is copied to the X11 fonts directory.
398 8. As with the .enc files, the StarOffice .xpp files are also copied, and no longer just sym linked.
399 9. Removed enabling/disabing of Configure System button.
400 10. Fontmap.X11 is no longer created, instead the real Fontmap file itself is modified.
404 1. Modified 'kfontinst.kdelnk' so that kdesu is now used - so that a user will automatically be prompted
405 for the root password.
406 2. Modified dialogs to use the KDE caption ("Font Installer") instead of the app name ("kfontinst")
407 3. Corrected size of Configure dialog.
408 4. Fixed a minor bug where if all fonts were uninstalled, the 'Configure System' button was disabled - therefore not
409 allowing you to activate the changes!
410 5. Added a command line interface. (type 'kfontinst --help' for details)
411 6. Added option to automatically fix TTF postscript names upon install.
415 1. Fixed a bug which always had SO configuration disabled!
416 2. Fixed a bug when selecting Unicode encoding.
417 3. Changed "Fonts/Uninstalled" menu entry to "Fonts/Disk"
418 4. Added keyboard short-cuts to dialogs
422 1. Fixed a bug where X configuration would fail if no TT fonts present.
423 2. If no fonts are installed, then the system configuration button/menu-entry is now disabled.
424 3. Changed menu structure to add 'Fonts' menu.
428 1. Changed location of StarOffice stuf from <dir on settings dialog>/xp3 to just
429 <dir on settings dialog> -- As StarOffice 5.2 has 'xp3' within a 'share' sub-dir.
430 2. Changed structure of config file to be more modular.
431 3. Modified internal code structure to allow easier additon of extra apps to be configured. (NOTE: If any
432 apps need to be configured, then I'll also [later on] modify the Settings & Configure dialogs to
434 4. Because of 3, added a 'StarOffice' check to the settings dialog. If this is not seleted, then no check
435 is performed to make sure the SO dir is OK - and the option to config SO is diabled on the config dialog.
436 5. Added check when installing font to make sure that it's not already installed.
440 1. Changed location of Fontmap.X11 -- from <directory on settings dialog>/lib/Fontmap.X11 to
441 <directory on settings dialog>/Fontmap.X11. As it seems some ghostscript installations don't
442 have the 'lib' sub directory.
443 2. Improved the documentation a little - added a FAQ section
447 1. Very minor bug fix.
451 1. Added more detailed error messages when system configuration fails.
455 1. Removed lots of debug info from ttf2pt1, and afm.pl -- this should drastically speed up afm creation.
456 2. Modified ttf2pt1 to accept a parameter to just create .afm files
457 3. Added option to modify a .afm file when installing.
458 4. Added "Unicode" to list of encodings that can be used.
459 5. Removed kfontinst-cp1252.enc, kfontinst-cp1252.xpp -- these were hacks anyway, and seing as Qt2 is going to
460 support cp1252 by a hard-coded codec, there's no real point...
461 6. Rearranged the Configure System dialog - so that Force AFM regeneration is grouped next to the Generate AFMs option.
462 7. Encoding files now stored in <KDEDIR>/share/apps/kfontinst/Encodings
466 1. Modified ttmkfdir & ttf2pt1 to allow usage of X11 style font re-encoding files.
467 2. Because .enc files are now used by kfontinst, removed the possibility of using gzipped encodings.
468 3. Added the ability to delete an installed font's .afm file.
469 4. Fixed a bug in the TtfPsNameFixer class - this would cause ttf2pt1 to creash when accessing a modified font!
470 5. Font encodings are now stored in <KDEDir>/share/x11encodings
471 6. Removed the reencode shell script, as the encodng is all done by ttmkfdir.
472 7. Removed xfinst shell script - handled internally.
473 8. Supplied a kfontinst-cp1252 encoding - with the ugly single-quotes normaly found in .ttf files remapped to
474 the nice looking ones.
475 9. Added functionality, when configuring StarOffice, to select an appropriate xprinter.prolog for the selected
476 encoding (if one exists)...
480 1. Fixed a display bug in the 'Un/Exclude from StarOffice" options.
484 1. Added the ability to 'fix' the postscript names in a ttf file.
485 2. Fixed some missing changes to help files.
489 1. Discovered a patch that modifies StarOffice's xprinter.prolog so that font's don't need to be modified
490 to use the microsoft cp1252 enocding scheme. (Previosuly the PS output from StarOffice would not print
491 OK with ghostscript - when using extra characters - unless the .ttf file was modified.)
492 2. Because of 1, removed the abilty to modify a TrueType font's internal charactermap - this was a hack anyway.
493 3. xfinst now uses mkfontdir to create encodings.dir - instead of kfontinst's install procedure copying a standard
494 one in (this didn't actually work...)
495 4. As kfontinst no longer reads the .enc files themselves, added the ability to use .enc.gz files as well
496 when selecting an encoding for X.
497 5. Re-wrote xfinst & reencode to be plain 'sh' scripts, as opposed to 'tcsh' scripts.
501 1. All X fonts will now be placed with in a directory - "Managed" - this makes things easier for
502 AbiWord, and maybe others.
503 2. encodings.dir & Encodings/ will now be placed within this new "Managed" dir.
504 3. Only 1 StarOffice .PS file will be created - X11.PS
505 4. Only 1 Fontmap will be created - Fontmap.X11 - and this will be placed within
507 5. Because of 4, an option has been added to the Settings dialog to specify the location of
509 6. Because of 1, removed the font option from the Configure dialog.
510 7. Fixed an error with getting PS name from TT font - PS names are not allowed to have spaces, but in
511 fences.ttf it does. FontEngine.cpp will now check for, and fix, this - using the same 'algorithm' as that
512 of ttf2pt1 (which means the names will tie up with those in the .afm files).
513 8. Added some improvements to control of dialogs.
517 1. Reverted back to naming .afm files <fontname>.afm - and renaming any conflicting fonts.
518 2. Speeded up copying of files - by copying preview bitmap as opposed to regenerating it!
519 3. Removed need for FontMetrics directory - .afm files now placed within TrueType or Type1 dir,
520 and sym links are produced for StarOffice.
522 1. & 3. should now make things easier for AbiWord.
524 4. Fixed output of Fontmap so that "URW Gothic" will be aliased as "UrwGothic-Roman" (etc.) as
525 this is what Qt will output.
526 5. Added more processing of .afm files - this makes them OK for AbiWord.
530 1. Modified start-up progress dailog, and added progress dialogs to main window when scanning
531 fonts. These will only appear if numTTfonts>X || numT1fonts>Y
535 1. Combined views of installed TrueType and Type1 fonts into 1 list.
536 2. When uninstalling a font, can now move the font to another directory - or delete.
537 3. Used t1lib so that Type1 fonts can also be previewed.
538 4. Changed Fontmap creator to dynamically allocate memory for each font-category.
539 5. .afm files are now named as <fontname>.<fontextension>.afm - this removes the need
540 for renaming the .afm file if there exists Type1 and TrueType fonts with the same
542 6. Removed the re-scanning of the install directories whenever a font is added.
543 7. Added support for extra Type1 font weights.
544 8. Added a start-up screen to inform the user that the installed/disk fonts are being scanned.
545 9. When exiting, confirmation is now only asked if the system has been changed and not