From a2ee829d4e99487ef1598c781c6f4eadc529e215 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 29 Nov 2012 20:38:24 +0000 Subject: [PATCH] .pdfdraw git-svn-id: svn://ultimatepp.org/upp/trunk@5597 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/PdfDraw/PdfDraw.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uppsrc/PdfDraw/PdfDraw.cpp b/uppsrc/PdfDraw/PdfDraw.cpp index 84c3052a7..1369b4956 100644 --- a/uppsrc/PdfDraw/PdfDraw.cpp +++ b/uppsrc/PdfDraw/PdfDraw.cpp @@ -5,7 +5,7 @@ NAMESPACE_UPP #include "ICCColorSpace.i" #define LDUMP(x) // DUMP(x) -#define LLOG(x) // LOG(x) +#define LLOG(x) // DLOG(x) #define PDF_COMPRESS @@ -264,6 +264,7 @@ PdfDraw::OutlineInfo PdfDraw::GetOutlineInfo(Font fnt) of.ttf = true; of.sitalic = fnt.IsItalic() && (ttf.head.macStyle & 2) == 0; of.sbold = fnt.IsBold() && (ttf.head.macStyle & 1) == 0; + LLOG(fnt << ", sbold: " << of.sbold << ", sitalic: " << of.sitalic); } outline_info.Add(fnt, of);