font lister
Font Alert 1.0
When Font Alert is run it will examine your System Fonts Folder for files not on an approved list more>>
If unapproved fonts are found, the script will alert the user, displaying a list of the names of the unapproved fonts.
To allow for unattended operation, the dialog will disappear after one minute. For use with the AppleScript scheduling program Script Timer 1.2, it will return the list of unapproved fonts for logging in Script Timers log file.
NOTE: The script is intended for OS 9 only.
File Lister 1.0
File Lister is developed to be an easy to use utility which helps with listing files. more>>
File Lister 1.0 is developed to be an easy to use utility which helps with listing files. It has options for excluding and matching files not found in Sherlock or other search applications. File Lister could be used as a search utility, though it's main purpose is to return and save a list of files. Lists can be saved as text or html files.
Saved text file lists can be re-opened by File Lister. Saving as html is best for printing or web implementation. The html generator uses style-sheets, which make page loading faster for large lists. If the list is saved as html you have the option to link each file name to it's path on your system.
This makes all of the listed files accessible from a single page (good for an mp3 list or documents; note that long file names are not supported in IE). Other html options include: table border, cellspacing, cellpadding, html title, font, text size, text color, link color, active link color, visited link color and hover link color.
Font Sampler 0.5
Font Sampler - Simple font viewer more>>
Font Sampler does not show bold or italic fonts because that happens inside a typeface.
Snap To Defaults
Sometimes it is easier to start from the default black on white, size 12 setting rather than the blue and yellow size 48 setting you used when you last used Font Sampler. Since it is often easier to start from Font Samplers default settings, Font Sampler has a button that allows you to bring it to default settings.
Print Your Fonts
With the click of a button you can print off all of your fonts using the default settings. You can print them off for future reference or using the save as PDF button, you can print out what Font Sampler is displaying, send it to a client, and get some feedback.
Scroll
With Font Samplers scroll feature you can go through all your fonts, from top to bottom, without doing anything with your mouse. This allows you to concentrate on picking that right font and it can be useful when presenting to a client.
Combo Box
When you type in a phrase for Font Sampler to display, that phrase is cached in a ten item menu. If you want to access something that you used 10 minutes ago then you would simply select that item from the drop down menu.
Quick and Easy
Finding a font shouldnt be hard. It should be easy and quick. Font Sampler allows you to do just that. It gets right to the point so you can find the font you are looking for fast.
Enhancements:
- Crashing problems related to scroll fixed.
- Scroll now starts at the top visible row rather than at the top of the font list.
- French localization.
- Japanese localization.
- New scroll icon.
Font Smoothie 1.2
Change your default System font, its size, and its smoothness. more>>
Font Explorer 1.3
Font Explorer 1.3 gives you an easy and fast way to find specific characters in a font. more>>
Font Explorer 1.3 gives you an easy and fast way to find specific characters in a font.
Font Explorer shows all the characters of your fonts on a grid. Its zoom feature lets you see all the details of the glyphs. The key combinations required to produce specific characters are displayed, including key combinations that require multiple distinct keystrokes.
Font Explorer also gives you the ASCII codes of all the characters in decimal and hexadecimal. A text entry field lets you preview and copy text in the selected font and style. And finally, Font Explorer has an elegant, 3D-style interface. Font Explorer is freeware.
Font Insight X 1.0
Font Insight is designed to help all Macintosh users quickly and easily find the character they are looking for, format that character, and Copy/Paste that character into another application more>> <<less
Font Fixer Utility
The Font Fixer utility removes all old copies of all our Accordance fonts, and reinstalls only the latest TrueType fonts in OS X more>>
The Accordance fonts.pdf explains the common problems and solutions. The Font Fixer is for those people who still have problems. If necessary you may rerun the 7.x installer to get a full set of fonts.
People Lister 1.1.2
Manages birthdays and other important information about people that you know. more>>
It can also automatically remind you when someone has a birthday coming up so you wont forget your best friends birthday present again.
Font Mate 1.1.1
Font Mate is a simple program to help you see how fonts look on your computer, and to help you find symbol characters more>>
Its summer - and youre still in school! In Summer Session, you must balance your schedule to raise your stats and pass your exams. Meet unique characters, make friends, and find romance, then play again to unlock all the endings.
Requirements: 16mb video card
<<lessFont Family List 1.0d21
Font Family List - Generate a list of installed fonts more>>
The Family ID code is the unique identifier used in styled text. (text files, clipboard, etc).
Completly freeware.
Enhancements:
- Now uses Resource Utilities (not Resource IO).
- Eliminated ReadResource handler.
Font Renamer 1.0
Font Renamer - Rename original font names more>>
You do this by dropping a folder with fonts on either the applications icon or on the little well inside the window.
Its free but donations are gratefully accepted.
FontRevealer 1.2
FontRevealer - Reveals Unicode font substitution behavior in Cocoa apps more>>
Enhancements:
- First public release.
Font Book Helper 1.0
Font Book Helper - Change the icon thats used to represent the printer or outline font parts more>>
This has the effect of breaking up the grayish visual monotony that Font Book introduced, and makes fonts and font types easy to identify even at a quick glance.
It may also clear up some confusion users have had with trying to get Font Book to "recognize" their fonts. If you recall, PostScript Type One fonts have "parts" that fall into 2 categories: the first part is the font suitcase which is said to contain the "screen" or "bitmap" half of the font, while the second part is the corresponding PostScript Type 1 font (aka the "printer" or "outline" half of the font).
Font Book cannot directly use or open the PostScript Type 1 outline part of a font. This is why theyll appear dimmed in the Open file dialog or why double-clicking on them in the Finder opens Font Book but produces no result. Instead, you should select or double-click the font suitcase part of the font (with a normal gray icon), and Font Book will automatically take care of copying the referenced outline fonts automatically.
Enhancements:
- Please note that Font Book Helper is only compatible with OS X 10.3.x; it does not yet work properly under 10.4.x.
License:Freeware
The Font Chooser 1.0
The Font Chooser - Tool to select a set of typefaces for use in graphics more>>
This gives you a very quick way to compare and contrast type-faces within relative context of each other. It was inspired by Apples font size scroll bar in the text edit application, and an amazing amount of frustration with the way this process is currently handled in most design programs. Find Fonts Fast...
Font Menu 1.0
Font Menu - Adds two commands, do count available fonts and do list available fonts more>>
To get a list of fonts, this osax internally creates a font menu that is invisible.
In classic type osax (that is code resource type):
the font menu is always created and disposed at every command execution (so there is no option for updating the menu).
In newer type osax:
the font menu is not disposed until the osax is uninstalled. By default, however, the font menu is updated (rebuilt) at each command execution. If there is no need to update the font menu (that is, if you assume no fonts are added nor removed while using the computer), you can specify false for updating parameter to make the 2nd and later executions a little bit faster.