[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] ewaldhew-wip a74a097 43/47: update todo
From: |
Hew Yih Shiuan Ewald |
Subject: |
[freetype2] ewaldhew-wip a74a097 43/47: update todo |
Date: |
Thu, 6 Jul 2017 04:49:39 -0400 (EDT) |
branch: ewaldhew-wip
commit a74a097a2d0381d45c1a74a80a47b8c307f90c8d
Author: Ewald Hew <address@hidden>
Commit: Ewald Hew <address@hidden>
update todo
---
Todo | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/Todo b/Todo
index a93d8e2..daf1f92 100644
--- a/Todo
+++ b/Todo
@@ -1,10 +1,11 @@
-Current topic: Fix decoder initialisation to CF2 intrp in T1 mode
+Current topic: Fix decoder initialisation to CF2 intrp in T1 mode.
for: Merge CF2 (Adobe) and Type 1 interpreters.
TODO:
* Decoder
. Type 1 mode decoder initialisation (CFF unchanged)
- . decoder->cff is missing for Type 1 mode. Fix init
+ decoder->current_subfont, [font scale]
+ . is missing for Type 1 mode. Fix init (see note)
. Ensure all original decoder fields are referenced not copied
* seac
. Fix
@@ -15,6 +16,11 @@ NOTE:
* callothersubr
. OtherSubrs 20~28 duplicate escape operations (add, sub, ..etc.)
. Known OtherSubr results are still pushed automatically.
+* Decoder
+. current_subfont (cff) needed for private dict values (blues, etc.)
+. t1 stores these in ((T1_Face)face)->type1->private_dict
+. Should we make up a single subfont record for Type 1 mode and copy over
+ values, or leave that empty and use the builder->face pointer?
* Builders
. differing fields :
face, TT_Face extends FT_Face
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] ewaldhew-wip a74a097 43/47: update todo,
Hew Yih Shiuan Ewald <=