From f907b3deaabba31252714f88ba289ab28344ebec Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 25 Sep 2004 06:41:19 +0000 Subject: Switch to just supporting stroke fonts Finish needed stroke font API. Elimiate all but ascii glyphs, use offset table to eliminate table of pointers (which can't be const) Remove twin_vera.c Change glyph structures around for offsets and ascii only Few more cases to show ascii text support --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 603bae1..5a0d096 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2004-09-24 Keith Packard + + * Makefile.am: + * twin.h: + Switch to just supporting stroke fonts + * twin_font.c: (twin_has_ucs4), (_twin_ucs4_base), + (_twin_ucs4_points), (twin_path_ucs4), (twin_ucs4_width), + (twin_path_string): + Finish needed stroke font API. + + * twin_glyphs.c: + Elimiate all but ascii glyphs, use offset table to + eliminate table of pointers (which can't be const) + + * twin_vera.c: + Remove twin_vera.c + + * twinint.h: + Change glyph structures around for offsets and ascii only + + * xtwin.c: (main): + Few more cases to show ascii text support + 2004-09-24 Keith Packard * Makefile.am: -- cgit v1.2.3