Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-13 | Change docs to refer to git repository rather than cvs. | George Williams | 1 | -2/+2 | |
2009-09-11 | Patch by Alexey to add a NameFromUnicode function to both native and python ↵ | pfaedit | 1 | -1/+7 | |
scripting. | |||||
2009-05-11 | GetAnchorPoints docs. | pfaedit | 1 | -1/+3 | |
2008-08-23 | new docs | pfaedit | 1 | -1/+6 | |
2008-01-24 | New docs. | pfaedit | 1 | -3/+1 | |
2008-01-08 | New scripting function for diagonal hints. | pfaedit | 1 | -1/+3 | |
2007-10-29 | Add a Strftime scripting command to the legacy language. | pfaedit | 1 | -1/+5 | |
2007-09-25 | Oops. A font member in python was mis-named. Documented to be "loadState" ↵ | pfaedit | 1 | -1/+5 | |
was "loadStyle". Corrected to match the documentation. Some of the 'maxp' checks in the validator were off by 1, so fontlint would report errors on the glyph with the maximum value. Validator was checking non-composite glyphs against composite boundries. Barry Schwartz points out that I should validate the PostScript Private dictionary (Check that entries have the right types, check that BlueValues: has an even number of elements, is in order, that pairs are separated by bluefuzz*2+1, etc.). | |||||
2007-09-02 | Extend fontforge to keep track of errors encountered when loading 'sfnt' files, | pfaedit | 1 | -1/+4 | |
and then have fontlint complain about them. Also extend fontlint to do validity checking on the 'maxp' table. | |||||
2007-06-29 | Another use of PFAEDIT where it should be FONTFORGE | pfaedit | 1 | -2/+2 | |
2007-06-07 | Add support for Adobe's feature file syntax. | pfaedit | 1 | -2/+6 | |
Use Merge Kern (now Merge Feature) to read one Use Element->Font Info->Lookups->popup menu->Save to generate one | |||||
2007-06-01 | Drat. | pfaedit | 1 | -3/+3 | |
2007-05-28 | Add a way to get a fonts filename to python. | pfaedit | 1 | -1/+3 | |
2007-05-09 | The afm file reader would only read the first ligature on a character ↵ | pfaedit | 1 | -2/+7 | |
description line | |||||
2007-04-30 | New docs. | pfaedit | 1 | -25/+29 | |
2007-04-16 | New docs. | pfaedit | 1 | -1/+3 | |
2007-03-25 | Final docs for the lookup change. | pfaedit | 1 | -14/+46 | |
2006-12-15 | Add scripting functions: | pfaedit | 1 | -3/+11 | |
SelectMoreIf SelectMoreSingletonsIf SelectSingletonsIf | |||||
2006-12-11 | new docs. | pfaedit | 1 | -2/+2 | |
2006-11-14 | StrSplit & StrJoin scripting functions. | pfaedit | 1 | -2/+12 | |
2006-10-25 | Add a Ucs4 scripting command (reverses Utf8). | pfaedit | 1 | -1/+7 | |
2006-10-24 | New docs. | pfaedit | 1 | -2/+12 | |
2006-10-23 | At Andrey V. Panov's request I have added a scripting command "CopyUnlinked" ↵ | pfaedit | 1 | -1/+3 | |
which behaves like Copy except that any references will be unlinked (turned into splines) as they are placed in the clipboard. | |||||
2006-10-05 | Add a scripting function to set the gasp table. | pfaedit | 1 | -1/+3 | |
2006-09-21 | Add scripting interfaces to many of the ctype functions. | pfaedit | 1 | -0/+47 | |
2006-09-21 | Add a scripting interface to the 'size' feature, now that Adobe has finally ↵ | pfaedit | 1 | -1/+5 | |
decided what to do about 'size'. | |||||
2006-07-14 | The SetPref scripting function was documented to be called SetPrefs. fix it. | pfaedit | 1 | -4/+5 | |
2006-07-03 | Add a new scripting function MultipleEncodingsToReferences to undo the ↵ | pfaedit | 1 | -1/+5 | |
effects fo SameGlyphAs. | |||||
2006-06-23 | Add two new menu commands/scripting commands: | pfaedit | 1 | -1/+5 | |
Canonical Start Points (CanonicalStart()) Canonical Contours (CanonicalContours()) The first sets the start point of each contour to the leftmost point, while the second orders the contours by their leftmost points. This will slightly reduce the size of output charstrings. It will also make more things available to be put in subroutines. | |||||
2006-05-12 | Add a new scripting command to give a font's bounding box. | pfaedit | 1 | -1/+3 | |
2006-04-27 | New scripting command/fontview menu item: SelectAllInstancesOf | pfaedit | 1 | -0/+2 | |
2006-04-27 | Add scripting command: RemoveDetachedGlyphs | pfaedit | 1 | -1/+7 | |
I note that scripting commands: DetachGlyphs and DetachAndRemoveGlyphs are not documented. Document them. | |||||
2006-04-21 | Add a tutorial for scripting. Dunno if it's any good. | pfaedit | 1 | -7/+23 | |
2006-04-15 | Add a command to preload a user defined cidmap file. | pfaedit | 1 | -28/+30 | |
2006-04-13 | Kanou suggests changing function name that includes Char to be Glyph. Well a few | pfaedit | 1 | -11/+37 | |
do really mean Char, but the rest should be Glyph. Leave the old names there bu t document them as deprecated. | |||||
2006-04-11 | Couple of tweaks. | pfaedit | 1 | -395/+477 | |
2006-04-11 | Reorganize scripting.html in an attempt to make it easier to use. ↵ | pfaedit | 1 | -2535/+789 | |
Alphabetize it. Provide functional catagories. | |||||
2006-04-05 | New docs. | pfaedit | 1 | -5/+22 | |
2006-03-29 | new docs | pfaedit | 1 | -2/+3 | |
2006-03-23 | Document font compare. | pfaedit | 1 | -4/+65 | |
2006-03-03 | Allow users to ask for both 'GPOS' and old-style 'kern' tables. | pfaedit | 1 | -1/+4 | |
2006-02-19 | I need a separate flag to control hint testing so change the argument ↵ | pfaedit | 1 | -11/+23 | |
sequence yet again of CompareGLyphs. | |||||
2006-02-16 | new docs | pfaedit | 1 | -5/+6 | |
2006-02-15 | New api. | pfaedit | 1 | -3/+6 | |
2006-02-14 | Further improvements (including bug fixes) to glyph compare. | pfaedit | 1 | -3/+18 | |
2006-02-13 | Add new scripting command to compare two glyphs. I want this for testsuites, ↵ | pfaedit | 1 | -1/+91 | |
other people might find a use for it. | |||||
2006-02-10 | new docs. | pfaedit | 1 | -1/+8 | |
2006-02-06 | Add the concept of a namelist. | pfaedit | 1 | -2/+19 | |
Users can specify what names they want for new glyphs, or can force an entire font into a new naming scheme. Changes to FontInfo Open Generate (Family) Preferences and the Encoding menu. New scripting functions: LoadNamelist(filename) LoadNamelistDir([dir]) RenameGlyphs(namelist) Extended Generate to take a namelist argument. | |||||
2006-01-15 | New docs. | pfaedit | 1 | -8/+20 | |
2005-12-14 | Document Kanou's new scripting function. | pfaedit | 1 | -0/+5 | |