chiark / gitweb /
bedstead.git
15 years agoCleanups to SFD emitter:
Ben Harris [Sat, 3 Oct 2009 14:32:25 +0000 (15:32 +0100)]
Cleanups to SFD emitter:
 * Don't emit Fore, SplineSet, or EndSplineSet if a glyph has no splines.
 * Emit a blank line between glyphs.
 * Set the "W" flag on all glyphs to indicate that the width is explicitly set.
The last seems to be what's necessary to get Fontforge to believe in my
"space" glyph.

15 years agoReword g.sc to match the corrected full-cap version.
Ben Harris [Sat, 3 Oct 2009 13:33:34 +0000 (14:33 +0100)]
Reword g.sc to match the corrected full-cap version.
Also a POI: gid's font is called "Mallard", not "Mullard".

15 years agoFixes to "G" and "sterling" from the SAA5050 datasheet. All characters now
Ben Harris [Sat, 3 Oct 2009 13:22:02 +0000 (14:22 +0100)]
Fixes to "G" and "sterling" from the SAA5050 datasheet.  All characters now
checked against that and, where it disagrees with the Beeb UG, against a
real SAA5050.  In all cases, the datasheet was correct.

15 years agoComparing my font with gid's "Mullard Smooth" led me to notice a missing
Ben Harris [Sat, 3 Oct 2009 12:53:41 +0000 (13:53 +0100)]
Comparing my font with gid's "Mullard Smooth" led me to notice a missing
pixel in my 'M'.  Now fixed.

15 years agocorrect Unicode code point for quoteleft
Ben Harris [Fri, 2 Oct 2009 22:52:55 +0000 (23:52 +0100)]
correct Unicode code point for quoteleft

15 years agoMore quotation marks, a better degree sign, and some fixes to metadata.
Ben Harris [Fri, 2 Oct 2009 21:23:32 +0000 (22:23 +0100)]
More quotation marks, a better degree sign, and some fixes to metadata.

15 years agoSort additional punctuation into Unicode order.
Ben Harris [Fri, 2 Oct 2009 19:53:03 +0000 (20:53 +0100)]
Sort additional punctuation into Unicode order.

15 years agoOoh, the SAA5050 datasheet includes character diagrams, including an ASCII
Ben Harris [Fri, 2 Oct 2009 19:50:47 +0000 (20:50 +0100)]
Ooh, the SAA5050 datasheet includes character diagrams, including an ASCII
set, so steal that.  Also add a few quotation mark characters that I think
I've done before but seem to have lost.

15 years agoMinor silliness: a few obvious extra glyphs and a whole set of small
Ben Harris [Wed, 30 Sep 2009 23:49:39 +0000 (00:49 +0100)]
Minor silliness: a few obvious extra glyphs and a whole set of small
caps, because they turned out far better that they had any right to.

15 years agoTidy glyph list a little, sort it more authentically, and so on.
Ben Harris [Wed, 30 Sep 2009 20:02:28 +0000 (21:02 +0100)]
Tidy glyph list a little, sort it more authentically, and so on.

15 years agoArrange to emit an SFD file instead of PostScript. The result is broken
Ben Harris [Wed, 30 Sep 2009 19:28:06 +0000 (20:28 +0100)]
Arrange to emit an SFD file instead of PostScript.  The result is broken
in various ways, but it can at least be loaded into Fontforge.

15 years agoFix a couple of minor warnings from GCC.
Ben Harris [Wed, 30 Sep 2009 16:44:04 +0000 (17:44 +0100)]
Fix a couple of minor warnings from GCC.

15 years agoClear up old output code, debugging code, and an unused routine.
Ben Harris [Wed, 30 Sep 2009 16:42:03 +0000 (17:42 +0100)]
Clear up old output code, debugging code, and an unused routine.

15 years agoHurrah. Seems to be working, finally.
Ben Harris [Wed, 30 Sep 2009 16:39:23 +0000 (17:39 +0100)]
Hurrah.  Seems to be working, finally.

15 years agoNow producing the right outlines, and ones which don't do anything rude
Ben Harris [Wed, 30 Sep 2009 13:25:53 +0000 (14:25 +0100)]
Now producing the right outlines, and ones which don't do anything rude
(unlike the old ones).

15 years agoBeginnings of an attempt at building character outlines in memory so we
Ben Harris [Wed, 30 Sep 2009 12:41:07 +0000 (13:41 +0100)]
Beginnings of an attempt at building character outlines in memory so we
can simplify them before emission.  No simplification yet and a blatant
bug in whitepixel(), but it's kind of interesting.

15 years agoI think ttxt.pl is an obsolete experiment, so remove it.
Ben Harris [Wed, 30 Sep 2009 10:00:33 +0000 (11:00 +0100)]
I think ttxt.pl is an obsolete experiment, so remove it.

15 years agoBits I had lying around for generating a Mode 7 style outline font.
Ben Harris [Wed, 30 Sep 2009 09:59:10 +0000 (10:59 +0100)]
Bits I had lying around for generating a Mode 7 style outline font.