summaryrefslogtreecommitdiff
path: root/fonts/fontforge
AgeCommit message (Collapse)AuthorFilesLines
2005-03-22Changes 20050310:adam2-6/+6
* Deleting a glyph class within a kerning by classes object caused a crash * Added some support for palm bitmap fonts * Replace with reference only replaced the first instance. * The Options dlg behaved oddly with respect to Apple & OpenType modes * When given a glyph with conflicting hints for which the first contour contained no hints, then in type2 output the glyph was drawn at a strange offset from its correct position. * When generating an opentype font from a script, and specifying flags, the round coordinates flag was ignored * When generating a font from a script using the default flag setting, we would always generate afm/tfm/pfm files * KANOU pointed out that the stroked font import glyph command only worked if multilayer set. * Added a preview bitmap to eps files. * In a bitmap only font the font metrics menu items behaved in unexpected ways (as if they referred to a postscript font rather than the bitmap fonts) * Various fixes to make importing stroked eps files into stroked fonts work better. * KANOU requests a preference item to turn off use of freetype in font view. * Fix more rounding errors in remove overlap. * Fix some problems in the routine which finds roots of an arbetrary quartic. * The remove bump option of simplify could screw up memory. * Remove overlap got unhappy about control points which caused a very tiny overlap between adjacent splines * Redo from the fontview usually caused a crash. * KANOU provides a MakeLine scripting command * If TYPE3 (multilayer) was not enabled, there was a flow of control through a function which did not return anything. * Recovery files did not contain multilayer marks which lead to strange behaviour and crashes * Converting a font to multilayer caused a crash if there were outline glyph windows open. * Make the encoding for scripts be utf8 consistently * Allow the scripting Export command to take a format spec * Add support for reals to the scripting language * NearlyHv{Cps,Lines} scripting commands erroneously complained about too many args * ff had a bug when outputting otf contextual ligatures * Fix various crashes and infinite loops involved in parsing bad font files. * ff had problems with user defined encodings. * Made ff work if the psuedo-type "real" was defined to be a double. * the string += concattonation operator in scripting screwed up memory * Problems with -c <arg> syntax * The font type detector could fail to notice an svg file as such if it began with a byte order character. * Ord didn't do proper type checking on its second argument
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-15Changes 9-Feb-2005:adam3-6/+7
* Use freetype's FT_Outline_Get_Bitmap to make freetype rasterize from our internal data structures. Use freetype by default for the fontview and metricsview (except in some cases). * The bitmap dlg didn't work for multilayered fonts when told to use freetype to rasterize. * If we had a contour nested inside another, and did an Overlap Exclude with the nested contour selected, then that contour was not excluded. * The []Correct Direction check box when importing PostScript, didn't do anything. (or rather it did, but got overrulled later) * In bitmap only fonts, bitmaps created without moving the width line would get lost. * Added a scripting command "SelectByColor" * Don't apply transformations to glyphs which aren't worth outputting * Moving control points with the get point info command had problems in quadratic splines. * When adding type42 support I broke multiple master support. * Werner provided a patch to add a trailing newline to my type1 fonts. * Support for PaintType==2 and stroked fonts. * Various problems with the clustering command * Oops, somehow a patch reverted and things didn't work on systems without iconv * worked on a couple of other configuration problems for the mac * Some people install libraries without headers. Be prepared. * Uniscribe (MS unicode text layout routines) may ignore either the GPOS or the GSUB table depending on the script, and may even refuse to use the font at all if it doesn't have the right stuff in GPOS/GSUB. A Hebrew font must have both a GPOS and a GSUB. If it doesn't the font is not used. A latin font need not have either, but if it doesn't have GSUB then GPOS won't be used.
2005-01-27Changes 20050117:adam3-7/+8
* CapsLock now makes the arrow keys scroll in the outline view * We lost count of hints when generating type2 fonts in glyphs with references to something containing hints which did not overlap. If we were unlucky, <new-cnt+7>/8 was different than <real-cnt+7>/8 and we ended up with garbage in the charstring. * Add a TeX table to contain TeX metrics. * TFM output was wrong. the TFtoPL doc says "reencoding with original encoding could create a glyph table one too small resulting in writing/reading garbage and an eventual crash. * KANOU fixed a couple of problems in reading glyph names from bdf fonts. * KANOU needed to disambiguate between "Point" a unit of measurement and "Point" a geometric object.
2005-01-14Changes 31-Dec-2004:adam3-11/+12
* Ah, windows pfm files expect the metrics to be output in win latin encoding order, not in the encoding defined by the pfb file. (Actually there are other posibilities for encoding, but as none is documented, I must ignore them). * ReplaceWithReference broke at some point * Add an argument-pair to the ReplaceWithReference() scripting command to allow the user to specify the amount of error that will be accepted. * When generating a Type1 font, if a glyph had a single reference to a glyph not in adobe encoding, and that glyph itself had a single reference (in adobe enc) and some splines, then ff would make a reference to the ref in adobe enc and ignore the splines. * Upgrade to Adobe-Japan1-6 * Various fixes to svg output * Ghost hints could get outside a glyphs bounding box in a type2 font. * The generated truetype unique id string had an off by one error in the month * Add support for dashed lines in multilayered mode * In Full Page Glyph printing, the glyph was offset slightly from where it should have been. * Pasting a reference into a multi-layered font produced a very odd layer * ff didn't update the metrics view if the user pasted the selection with the middle mouse button. * if a character were not in the current encoding then ff would not display it in the metrics view (even if it were in the font) * Make the behavior of control points at the ends of open paths more reasonable * The Point->Curve command did not adust control points correctly * The View->Display Substitutions had numerous problems * Fix several problems from unicode unification of accents. Many characters which are said to be based on cedilla actually use a comma, other characters said to be carons also use comma. Make the n-with-apostrophe character be treated as an accented letter. * Werner points out that straight lines should generally not be simplified (as they will no longer be straight afterwards). Add this knowledge to the simplify command.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-29Renamed from pfaeditadam5-0/+75
Changes 20041115: * If ff started without a prefs file, then creating a new font would crash * If a copyright string contained a newline then ff would generate bad postscript * If user added a comment to an empty glyph then the comment wasn't saved in the sfd file. * If ff saved a utf7 string to an sfd file (ttf names, etc.) and that string contained a hyphen that followed immediately after something that needed to be encoded in base64, then the hyphen would be lost. * new french UI * ff was (usually) setting the ascent/descent fields of the 'hhea' table to 0. When the font was drawn on the mac it was clipped to nothing.