Ben Harris
dbd90bd72e
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.
2009-10-03 15:32:25 +01:00
Ben Harris
d6b1d044e9
Reword g.sc to match the corrected full-cap version.
...
Also a POI: gid's font is called "Mallard", not "Mullard".
2009-10-03 14:33:34 +01:00
Ben Harris
0e985e885f
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.
2009-10-03 14:22:02 +01:00
Ben Harris
abafbdb41b
Comparing my font with gid's "Mullard Smooth" led me to notice a missing
...
pixel in my 'M'. Now fixed.
2009-10-03 13:53:41 +01:00
Ben Harris
303330aca2
correct Unicode code point for quoteleft
2009-10-02 23:52:55 +01:00
Ben Harris
176e47aeed
More quotation marks, a better degree sign, and some fixes to metadata.
2009-10-02 22:23:32 +01:00
Ben Harris
02aab1064b
Sort additional punctuation into Unicode order.
2009-10-02 20:53:03 +01:00
Ben Harris
4cbd7230f8
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.
2009-10-02 20:50:47 +01:00
Ben Harris
f4191c69fa
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.
2009-10-01 00:49:39 +01:00
Ben Harris
b5faa814ae
Tidy glyph list a little, sort it more authentically, and so on.
2009-09-30 21:02:28 +01:00
Ben Harris
40a5383c82
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.
2009-09-30 20:28:06 +01:00
Ben Harris
90aa1f14a7
Fix a couple of minor warnings from GCC.
2009-09-30 17:44:04 +01:00
Ben Harris
a3c77690c7
Clear up old output code, debugging code, and an unused routine.
2009-09-30 17:42:03 +01:00
Ben Harris
a5b30ba095
Hurrah. Seems to be working, finally.
2009-09-30 17:39:23 +01:00
Ben Harris
adcd38b253
Now producing the right outlines, and ones which don't do anything rude
...
(unlike the old ones).
2009-09-30 14:25:53 +01:00
Ben Harris
50a6eb7b38
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.
2009-09-30 13:41:07 +01:00
Ben Harris
c779892ffe
I think ttxt.pl is an obsolete experiment, so remove it.
2009-09-30 11:00:33 +01:00
Ben Harris
bed762f718
Bits I had lying around for generating a Mode 7 style outline font.
2009-09-30 10:59:10 +01:00