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