From 2b96c9d7d5b45800c609669de57e9164e04a3630 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 3 May 2013 02:10:56 +0800 Subject: [PATCH] .. --- TODO | 6 ++++++ src/HTMLRenderer/font.cc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 37db7fe..413bf27 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,11 @@ cjkmix2*.pdf +dmodule.pdf + - option about reencoding external fonts + - pc1.pdf + - jyb.pdf + - SVD.pdf + - show hints about possible useful parameters - optimization levels - don't dump image when it is empty diff --git a/src/HTMLRenderer/font.cc b/src/HTMLRenderer/font.cc index a02a23d..e40f893 100644 --- a/src/HTMLRenderer/font.cc +++ b/src/HTMLRenderer/font.cc @@ -454,7 +454,7 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo * * TODO: maybe add an option here, but anyway according to the DPF spec, this is implement-dependent */ - if(info.is_embeded) + // if(info.is_embeded) ffw_reencode_raw(cur_mapping, max_key + 1, 1); // In some space offsets in HTML, we insert a ' ' there in order to improve text copy&paste