From 3b6ed2fe6f42702e08c0b0405849597af6e44acd Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 13 Oct 2012 00:11:15 +0800 Subject: [PATCH] .. --- TODO | 2 ++ src/HTMLRenderer/install.cc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index bd481ba..e1a81c7 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +manually locate font if fixed name + word space/offset before the first letter (calendar pdf) don't dump image when there is nothing diff --git a/src/HTMLRenderer/install.cc b/src/HTMLRenderer/install.cc index b741e26..eea21d7 100644 --- a/src/HTMLRenderer/install.cc +++ b/src/HTMLRenderer/install.cc @@ -166,7 +166,6 @@ void HTMLRenderer::install_external_font(GfxFont * font, FontInfo & info) cerr << "Warning: workaround for font names in bad encodings." << endl; } - GooString gfn(fontname.c_str()); GfxFontLoc * localfontloc = font->locateFont(xref, gFalse); if(param->embed_external_font)