freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] ewaldhew-wip b670931 46/52: update todo


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip b670931 46/52: update todo
Date: Mon, 10 Jul 2017 05:10:21 -0400 (EDT)

branch: ewaldhew-wip
commit b670931eea74dae22b6e7430ebc8b430d6300ff8
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



reply via email to

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