freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] ewaldhew-wip 2fd0b90 36/36: update todo


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip 2fd0b90 36/36: update todo
Date: Tue, 4 Jul 2017 06:47:14 -0400 (EDT)

branch: ewaldhew-wip
commit 2fd0b90154e1acdecfc1e353b9967c1485e1ff2d
Author: Ewald Hew <address@hidden>
Commit: Ewald Hew <address@hidden>

    update todo
---
 Todo | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Todo b/Todo
index a93d8e2..3eefe3b 100644
--- a/Todo
+++ b/Todo
@@ -4,7 +4,8 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]