|
||||||
|
Version 2.0.1, May 10, 2004
Product Requirements:
What's new in this version:
Updated 5/10/2004: Product Description:
Installation: Directions for use:
dfontifier now has a "Prompt for single output folder" conversion option. Enabling this option will allow you to output your converted fonts into a single folder rather than the default, which is to save the converted font alongside (or in the same folder as) the original font. This will prevent you from having to chase after all the converted fonts if your selection involved a folder with several subfolders. Another new feature is the progress bar, which I'll assume is pretty self-explanatory. Also new in this version is a duplicate file/file-naming conflict handler to prevent successive conversions from overwriting each other (for example, new behavior will be Helvetica.dfont, Helvetica, Helvetica 1.dfont, Helvetica 1, etc.). In the bottom section of the main window in dfontifier, is the "Conversion Problem Details" table, which is intended to provide you with better feedback on font files that weren't converted. The column on the left shows the path of the file that wasn't converted, and the column on the right identifies the unsupported font format. Most of the unsupported formats given should be understandable. If you see "loose Mac Bitmap font" or "loose Mac TrueType font" as in the image above, I'm referring to fonts which are no longer in their suitcases. If you recall, in OS 9 and prior, it was possible to drag the fonts with a triple-A (TrueType font), and those with a single-A (Bitmap font at a certain size) out of their font suitcase. dfontifier doesn't support converting these types of fonts—only those inside a proper suitcase. The first time you encounter a conversion problem, dfontifier will display an alert referring you to this table for more information. If you click the "Don't show again" checkbox, you'll no longer be bothered with that alert. To reset that preference, choose "Reset All Warning Dialogs" from the Help Menu. Just to reiterate, dfontifier is only intended to convert Mac OS X-style Datafork TrueType fonts (.dfonts) into ordinary Mac OS 9-style TrueType fonts and vice versa (which is a fairly simple operation). It doesn't convert Mac PostScript Type 1 fonts (which include both the font suitcase containing the "screen" or "bitmap" part of the font, as well as the corresponding "printer" or "outline" part of the font), Windows TrueType and TrueType Collection fonts (.ttf & .ttc), or OpenType fonts (.otf) into any other format (which, comparatively, is a fairly complex operation). (NOTE: unfortunately, the first version of dfontifier was not able to distinguish between font suitcase files that represented TrueType fonts, and those that represented the "screen" or "bitmap" part of a PostScript Type 1 font. As such, version one of dfontifier would happily convert your PostScript Type 1 font suitcase files into a .dfont version, which would not be a valid font file. I apologize for that, but I felt I had made it rather clear that dfontifier was intended to convert .dfonts to OS 9 style TT fonts and vice versa. Anyway, the new version fixes this issue ;-). The table will only report problems for font-type files. For example, if you drag a folder that contains 20 .dfont's, 1 Windows TrueType font, and 2 PDF files, you'll see one error for the Windows TrueType font file. If you're having trouble with some of your fonts not being converted, and no error message being reported, see the next paragraph. If you've attempted to convert some fonts with dfontifier, during which you received no error messages, and the converted fonts aren't immediately showing up in the Finder, try clicking on another Finder window to activate it, and then click back on your original window. This may help to force the Finder to recognize the changes that dfontifier made. If this fails, you might try using Nudge Contextual Menu to force the Finder to update. If even that fails, and you realize that your fonts were indeed not converted, then see the Support section below. If you're interested in the technicalities involved with this issue, read on. One of the things that converting your fonts involves is setting the proper File Type ('FFIL') and Creator Code ('DMOV') information for Mac TrueType files, so that OS X, or OS 9 for that matter, will recognize them as fonts. In order to do this using AppleScript, I can use one of two applications: either the Finder or an invisible background application called "System Events". There appears to be (yet another) apparent bug in AppleScript Studio applications like mine that use a "drop target" that you can drag and drop items onto. If you were to drop a single font file onto that target, and dfontifier were to run a script which involved the Finder to aid in the processing of your file in any way, the result would be dfontifier locking up and getting the Spinning Beach Ball of Death (SBBOD) for roughly 30 seconds, after which time it would suddenly kick into gear and correctly process your file. As a result, I had to remove all references to the Finder from my application and, instead, attempt to use the System Events application. While using the System Events application seems to work okay in Panther, under version 10.2.8 of Jaguar specifically, it's been less than reliable. A result of this might be, as mentioned earlier, generic-looking documents, rather than usable fonts. I therefore re-coded version 2.0.1 of dfontifier to actually set the file type and creator type information itself, rather than rely on any other application to do this. In my tests, this appears to work great, and may even be a bit faster too. As I mentioned in the 2.0 release, an unfortunate side effect of eliminating all interaction with the Finder from dfontifier is that the changes to the file system that are made "behind the Finder's back" don't always get communicated properly to the Finder, hence the occasional need to force the Finder to update. Introduction – About Files – The Data Fork and the Resource Fork:
All Macintosh files contain both a resource fork and a data fork, even though one or both of these forks may be empty. For example, the data fork of a document file typically contains data created by the user, and the resource fork contains any document-specific resources, such as preference settings and the document's last window position. The resource fork of an application file typically includes resources that describe the application's windows, menus, and so on. The picture below illustrates the typical contents of the data and resource forks of an application file and a document file.
Traditional Mac OS 9 fonts, including both OS 9 TrueType fonts as well as PostScript Type 1 fonts (and their corresponding printer fonts), are all resource fork-based fonts. Mac OS X introduces a new font format, the Data Fork Suitcase format (.dfont). The contents of the .dfont file format used with all the standard TrueType system fonts on Mac OS X are identical to the standard font suitcase files, except that the font resources are stored in the data fork of the file. According to Apple: "One of the innovations offered by Mac OS X is that font suitcases can be completely stored in a file's data fork. All of the resource fork's data is stored in the data fork, which allows more efficient access to font data as well as the ability to copy font suitcases to and from file systems that do not recognize resource forks." While this may be true, these "benefits" may very well be outweighed by the disadvantage this format involves, namely that of incompatibility with earlier Mac OS's. By converting your .dfonts to regular OS 9-style TrueType fonts, you can use them in OS X, in the Classic Environment (OS 9 within OS X) as well as pure OS 9. License: I have a PayPal account registered at mdouma46@mac.com. If you'd like to include dfontifier on a CD for distribution, please contact me before doing so. See the Support section for contact information. Support: If you could instant message me, that would be preferred, as it's much more conducive to troubleshooting. If you've never used iChat or AIM before, then don't worry about it, email is fine. NOTE: If your question or concern is not directly related to this or another of my applications, or is of a more general nature, I can't necessarily guarantee a response. In a case like this, I'd recommend posting your question in Apple Discussions where you have a community of thousands of users (including myself) that are ready and waiting to help you. If you post there, feel free to send me an email with the URL and I'll do my best to try to respond. Disclaimer: Thanks, and I hope this helps... Version History: Version 2.0.1 May 10, 2004
Version 2.0 March 31, 2004
Version 1.0.1 November, 2003
Version 1.0 October, 2003
|