Download FontForge 20061014 - FontForge 20061014 Description, FontForge 20061014 Reviews
Contact
 


 

Download

 
Download Now (0K)
BSD License
Downloads till now: 11
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Cursors, Desktop Widgets , File managers , Fonts , Gnome , Icons , KDE , Plasmoids , Screenlets , Screensavers, Themes , Tools , Window Managers ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML


Tag Cloud

FontForge 20061014

 

Details

Size: 0K
Last Update: 2008-06-11 09:44:34
OS Support: Linux
License/Program Type: BSD License
Publisher: George Williams
Price:$0.00
Description:

FontForge 20061014 is fonts software developed by George Williams.
FontForge is an outline font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf) fonts, or edit existing ones.



Also lets you convert one format to another. FontForge has support for many macintosh font formats.

FontForge's user interface has been localized for: (English), Russian, Japanese, French, Italian, Spanish.

With the appropriate libraries, FontForge can import png, tiff, and gif images to act as character backgrounds for tracing purposes (FontForge can import bmp and xbm formats without external libraries).

With libxml2 FontForge can read SVG fonts. With the freetype library FontForge will do a better job making bitmap characters for you.

None is required for the proper compilation/execution of FontForge, if the libraries are not present they will not be used.

What's New in This Release:
New translations: Greek, Simplified Chinese, German, Polish.
Using the help command would generally crash fontforge on cygwin.
Adobe uses the American spelling of diaeresis (that is dieresis), but some fonts contain glyph names with the European spelling. So add that as an alternate.
If a bdf font contained an unencoded .notdef glyph, then we crashed.
Adding Greek translations for font styles. (Thanks to Apostolos)
If we aren't dealing with a TeX math font, then the "Sub/super"script positioning fields of Glyph Info->TeX aren't meaningful. So grey them out.
Remove internal/external did the wrong thing in expand stroke if we also removed overlap and had counter-clockwise splines.
Alexej Kryukov points out that reverting a glyph with anchors lost the anchors.
Add simplified Chinese style names to our built-in lists.
Problem reading autotraced input.
The encoding change of last summer broke tfm output with glyph lists or extension characters.
If add extrema added a point too close to a start/end point expand stroke could generate NaNs.
FF could crash when adding extrema to an open contour.
Add Polish styles to the translation list.
Add a scripting function to set the gasp table.
Add support for the 'gasp' table.
Alexej Kryukov wants format 6 cmap tables.
After editing instructions the debugger would incorrectly complain that instructions were out of date.
Michal Nowakowski complains that "Instructions are out of date" warning appears too many times when doing a global transformation. Make it only pop up as a dlg once and thereafter occur as a LogError.
If a font contained only space glyphs it could still be marked onlybitmaps and not allow outline generation.
Show ATT did not translate scripts & languages.
Parsing an empty list of ttf instructions crashed Michael Zedler's machine.
Make type1 generation use (essentially) the same subroutine mechanism as type2.
Local subroutines were being freed twice in cff cid-keyed font generation.
Removing an alternate unicode encoding (Detach Glyphs) was broken in some cases.
FF failed to perform some simplifications on the last spline of a closed contour.
Various fixes for Michal N.
Add scripting interfaces to many of the ctype functions.
Add a scripting interface to the 'size' feature, now that Adobe has finally decided what to do about 'size'.
Had the wrong title for kerning state machine dlgs.
Redo the preference dlg.
The two preference items, AlwaysGenApple, and AlwaysGenOpenType, were a bad choice on my part and have lead to considerable confusion. I mentioned some time ago that I would remove them if there were no objection.

There was no objection.

I have now removed them.

I also made the SetPrefs scripting function sort of work if the user tries to set one of these (it will set the appropriate flags in the default option set used by generate).

The defaults of these flags were different on the Mac from everywhere else. This meant that a script could do different things on the Mac and on linux. That seems like a bad idea. I have changed things so that the default options setting for generate is always OpenType.

THIS IS AN INCOMPATIBLE CHANGE AND SCRIPTS ON THE MAC COULD NOW BEHAVE DIFFERENTLY.

Patch from Michal Nowakowski to have ff number points after conversion to quadratic.
Try to provide disambiguation for all strings "New" so that in languages where "New" must agree in gender with the thing being created translators will be happier.
Remove the po/Makefile.in and redo the configure script to build it (so that I don't have to modify it each time I get a new language).
Extend the knife tool so that if Meta (Alt) is held down it will move any spline it intersects (rather than cutting the spline).
FF would crash if $HOME (the directory that is, not the environment variable) did not exist.
I guess it makes sense that if ff read in a compressed sfd file then using a simple File->Save command (not Save As) should produce another compressed sfd file.
When scaling a reference in otf output we had problems if the reference had more than one contour.
If we deleted many glyphs from a font we are sometimes left with kern pairs pointing to things not worth outputting. Make sure we don't generate kerning info for them.
Ligature carets were not being scaled by scale to em.
Patch from mfabian at suse.
If a user has a font with a glyph that is bigger than 16em-size (in many dimensions) and that user generates a tfm file, then warn him that the glyph can't be expressed in a tfm file and truncate the size to the biggest legal value.
Attempt to mitigate the effects of X claiming to have a font when it doesn't.
Saving CID keyed fonts would look at garbage memory for its encoding data if not saved from the biggest subfont.
Add support for version 4 of the OS/2 table.
If Interpretation was set in a font then when generating a 8/16 type cmap fontforge always went down the traditional chinese (big5) branch.
MS has changed their indic shaping engine. It still uses the same features but they are applied differently. To disambiguate this change they have created a parallel set of script tags for the indic writing system. FontForge should recognize these and use them when appropriate.
When Adobe first released fonts with a 'size' feature they did not follow the opentype specification. In August of 2006 they announced an incompatible change to bring fonts produced after that date in line with the specification. Unfortunately there are programs which depend on the old, broken format.
Legacy programs will not work when given a font in the correct format. New programs should be able to handle either correct or broken 'size' features.
FontForge should now be able to read in a size feature in either format and gives the user the option of producing 'size' features in either format on output.
For Japanese fonts we tried to use cp932 (a variant of sjis) but then halfway through didn't know what to do with it.
Another fix for saving sub-opentype fonts from a cid font.
From a script, if a user asks to generate a ttf outline font with ttf bitmaps from a database with no outlines then technically this isn't supposed to work. But it used to and it's easy enough to tweak so that it works again.
Update to Unicode 5.0
Again when adding accents to the left of a glyph we should shift the glyph over to give it a reasonable lbearing.
When building an accented glyph, we generally want use_my_metrics set on the reference. But if we add an accent to right (horn) or left (psili/varia on cap greeks) we want to turn it off. We did turn it off on the right side, but not on the left.
Philipp Poll points out that ScaleToEm doesn't scale the OS/2 metrics (and some other stuff). Actually it does, but font info did the scaling BEFORE setting the values. So the metrics get scaled, and then reset to the values in fontinfo (which usually means they don't get changed).
Fix some memory leaks.
Some fixes for pcf loading.
Various fixes to CID keyed fonts.
Even the pretty ttf approximation routines need to worry about diametrically opposed control points.
When generating multiple type1 fonts, output the bounding box of each as that of the full font. This will make it vaguely likely that applications will get the same line spacing.
Oops. The vertical metrics bit wasn't preserved when flattening a cid font.
Ack! Window titles and such were being interpreted in Latin1 and not in UTF-8.
Interpretation of PostScript arc operator failed if the two angles were 360 degrees apart. Normalization made them both the same.
Try to clean up bitmap only sfnt generation.
pcf wasn't in the Open Font dialog format list (nor was pmf, nor pdf)
Add a filter for TeX bitmap fonts.
Provide a mechanism (if a preference item is set) for picking a cmap when loading a font.
FontForge 20061014 supports english interface languages and works with Linux.

Downloading FontForge 20061014 will take if you use fast ADSL connection.


Leave a comment




(optional)

What is 7-3?




0 comments


Downloadtube.com agrees that pirated software hurts software developers and does not support such practices. We acknowledge and agree that software piracy is theft. Using FontForge 20061014 crack, FontForge 20061014 key generator, FontForge 20061014 keygen, as well as any pirated FontForge 20061014 serial number/serial numbers and FontForge 20061014 registration code/codes, warez, keys, torrents, passwords, is illegal and does not support the future development of FontForge 20061014.

Downloadtube.com advises that FontForge 20061014 should be only used in accordance with the rules of intellectual property and the existing Criminal Code. Downloadtube.com does not allow the inclusion of any crack, serial or keygen and disclaims any liability for the inappropriate use of FontForge 20061014.

Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

FontForge 20061014 Version History

Product Date Added
FontForge 20061014 2008-06-11 09:44:34


Related Software

Deviant lines
From category: Themes
Deviant lines is a mod of the Breath Deviant theme....
gnome themes extras
From category: Gnome
gnome-themes is a GNOME theme manager....
FBI Terminal
From category: Themes
FBI_Terminal is a GDM login screen theme....
Brightside
From category: Tools
Brightside 1.4.0 is tools software developed by Ed Catmur. Brightside project is edge flipping and active corners for your Gnome desktop. Brightside is a tool to add reactivity to the corne...
Disk Karamba
From category: Desktop-Widgets
Disk Karamba is desktop widgets software developed by krupski. Disk Karamba is a disk monitoring SuperKaramba theme. Disk Karamba is not very special but perhaps will be useful for someone....
Murrina DarkBlue
From category: Themes
Murrina-DarkBlue is just a \'colorized\' version of the Murrina-Charcoal GTK theme for GNOME....
Dirc
From category: File-managers
Dirc is a simple, lightweight and fast explorer....
FVWM
From category: Window-Managers
FVWM 2.5.19 is window managers software developed by FVWM Team. FVWM project is an extremely powerful ICCCM-compliant multiple virtual desktop window manager for the X Window system. Development i...
Aurora Gtk Engine
From category: Tools
Aurora Gtk Engine themes contains all common Gtk widgets to provide an attractive, complete and consistent look for Gtk apps....
Background Management
From category: Tools
Background Management is a tool that helps you to manage desktop wallpapers....
im chooser
From category: Tools
im-chooser is a desktop input method configuration tool....
Gnome Menu Extended
From category: Gnome
Gnome Menu Extended is a menu for the GNOME desktop with KDE and OpenOffice.org submenus for Gnome 2.10 or later....
gnome user share
From category: Tools
gnome-user-share binds together various free software projects to bring easy to use user-level file sharing....
Computer Temperature Monitor
From category: Tools
Computer Temperature Monitor 0.9.3 is tools software developed by Adolfo Gonzalez Blazquez. Computer Temperature Monitor is a little applet for the GNOME desktop that shows the temperature of your...
24 CTU
From category: Themes
24-CTU is a GTK theme inspired by the 24 TV show....
 

Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver
3. Canon PIXMA iP1300 Printer Driver c
4. Canon PIXMA iP1600 Printer Driver
5. Canon PIXMA MP210 MP Drivers
6. Realtek High Definition Audio Codecs R
7. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
8. Canon LaserShot LBP-1210 Printer Driver
9. Canon i-SENSYS LBP2900 Printer Driver R
10. ZiPhone
11. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
12. Canon PIXMA MP160 MP Drivers xp64
13. Canon PIXMA iP1300 Printer Driver a
14. Canon PIXMA iP1200 Printer Driver d
15. Rapidshare Auto Downloader
16. The Sitter Downers Soundboard
17. XP Quick Fix Plus
18. Genius Eye 110 Webcam Driver
19. TR Birthday Reminder
20. Canon PIXMA iP1200 Printer Driver x64 d

DownloadTube Editor Reviews

 
1. Similarity
Similarity is a smart program that will help you easily find...
2. Socks Proxy Checker
Socks Proxy Checker is a small utility for testing socks pro...
3. The Form Letter Machine
The Form Letter Machine is a really nice freeware program th...
4. Flexiblesoft Launcher
Flexiblesoft Launcher is a lightweight system tray utility f...
5. FBackup
FBackup is a versatile free utility from Softland that can b...
6. Auto Mute
Auto Mute is a small, simple and free utility to make a PC s...
7. AxCrypt
AxCrypt is a small yet highly efficient application for encr...
8. High Quality Photo Resizer
High Quality Photo Resizer is an easy-to-use and reliable fr...
9. Monitor Asset Manager
Monitor Asset Manager is a reliable Plug and Play monitor in...
10. MemSet
MemSet is a simple and reliable free tweaker that enables th...

Software Reviews Full List



Video Reviews

 
1. Nemo Excel To PDF
Nemo Excel to PDF is to convert Microsoft Excel to Adobe PDF...
2. Nemo All To PDF
Nemo All To PDF converts all printable documents to PDF, inc...
3. Nemo PDF To Word
Nemo PDF To Word is a prominent PDF to Word conversion softw...
4. Nemo PDF Converter
Nemo PDF Converter is professional PDF to Word/RTF and Word/...
5. USB Image Tool
USB Image Tool can create images of USB flash drives and MP3...
6. Notepad GNU
Powerful text and code editor for Windows....
7. Ola! Spanish Character Editor
It's often difficult to find the foreign characters you need...
8. InfoBot
Friendly free Yahoo Messenger bot that provides various info...
9. IM Translator
IM Translator provides instant translation of short messages...
10. NoteMe
NoteMe is a small notepad tool that minimizes to the system ...
11. Easy Watermarker
Easy Watermarker helps you add visible transparent text and ...
12. Melange
A freeware technical-commercial program that calculates pric...
13. Saucy French Editor
Saucy French Editor enables you to overcome the headache of ...
14. Caldera
Resize, rename and recompile images in a batch. Resizes imag...
15. Startup Defender
Cleanse Uninstaller is a replacement for the standard Window...

More Video Reviews



Recent Blog Posts

 
1. How To Disable PHP Safe Mode On In Plesk
Plesk is a powerful hosting automation control panel, used a...
2. Google Dashboard Knows All Your Secrets
If you are connected to your Google account and surf the web...
3. Google Friend Connect Is More User Friendly
Google Friend Connect, the Google service which allows webma...
4. Yahoo! Media Player: A Fast And Lightweight MP3 Player
If you are looking for a convenient and unobtrusive audio pl...
5. Indo Cleaner 2009 Maximizes Windows 7 Performance
Many of you might just have upgraded the current Windows ope...
6. Salesforce And Adobe: Rich Internet Applications In The Cloud
Adobe Systems Incorporated has just announced the partnersh...
7. Google Social Search: Tweets In Google Search Results
The real-time updates from social networks, like Twitter, r...
8. WordPress 2.8.5 Has An Enhanced Security System
Even the upcoming candidate for the most popular blogging pl...
9. Puppy Linux Built From Ubuntu Still Has 99 MB
As compared with earlier candidates, version 4.3 of Puppy Li...
10. Webmaster Tools: Googlebot Fetching Process And Malware Details
Recently, Google has included into Webmaster Tools service n...