From 819e90e7e359dbead7b50343ee5b93c6a8bc63e2 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Jul 2002 10:22:36 +0000 Subject: [PATCH] SWFFont has changed. --- lib/example/makefonts.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/example/makefonts.cc b/lib/example/makefonts.cc index 0ab3110..0f64799 100644 --- a/lib/example/makefonts.cc +++ b/lib/example/makefonts.cc @@ -91,7 +91,7 @@ SWFFONT * t1font2swffont(int i) for(s=0;sgetOutline(encoding[s]); + T1_OUTLINE*outline = font->getOutline(encoding[s], 0); if(outline && outline->link) num++; } @@ -122,7 +122,7 @@ SWFFONT * t1font2swffont(int i) for(s=0;sgetOutline(encoding[s]); + T1_OUTLINE*outline = font->getOutline(encoding[s],0); int width = font->getWidth(encoding[s]); if(outline && outline->link) { int log = 0; -- 1.7.10.4