From e5e9b9933f8a206b138f85df6ee179b1de02aa04 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Fri, 13 Dec 2019 08:05:14 +0000 Subject: [PATCH] updated comments for fontforge-20190801 include files --- pdf2htmlEX/src/util/ffw.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pdf2htmlEX/src/util/ffw.c b/pdf2htmlEX/src/util/ffw.c index fabfab9..ef09364 100644 --- a/pdf2htmlEX/src/util/ffw.c +++ b/pdf2htmlEX/src/util/ffw.c @@ -18,21 +18,21 @@ #include "SignalHandler.h" -#include "ffw.h" -#include "gfile.h" -#include "fontforge-version-extras.h" // needed for FONTFORGE_GIT_VERSION -#include "fontforge-20190801/autowidth.h" -#include "fontforge-20190801/bitmapchar.h" -#include "fontforge-20190801/cvimages.h" -#include "fontforge-20190801/encoding.h" -#include "fontforge-20190801/fvfonts.h" -#include "fontforge-20190801/namelist.h" -#include "fontforge-20190801/savefont.h" -#include "fontforge-20190801/splineorder2.h" -#include "fontforge-20190801/splineutil.h" -#include "fontforge-20190801/splineutil2.h" -#include "fontforge-20190801/start.h" -#include "fontforge-20190801/tottf.h" +#include "ffw.h" // needed for: +#include "gfile.h" // FindProgDir +#include "fontforge-version-extras.h" // FONTFORGE_GIT_VERSION +#include "fontforge-20190801/autowidth.h" // FVRemoveKerns +#include "fontforge-20190801/bitmapchar.h" // SFReplaceEncodingBDFProps +#include "fontforge-20190801/cvimages.h" // FVImportImages +#include "fontforge-20190801/encoding.h" // (helpful as we have a name conflict) +#include "fontforge-20190801/fvfonts.h" // SFFindSlot +#include "fontforge-20190801/namelist.h" // UniFromName +#include "fontforge-20190801/savefont.h" // GenerateScript +#include "fontforge-20190801/splineorder2.h" // SFConvertToOrder2 +#include "fontforge-20190801/splineutil.h" // AltUniFree +#include "fontforge-20190801/splineutil2.h" // SplineFontNew +#include "fontforge-20190801/start.h" // InitSimpleStuff +#include "fontforge-20190801/tottf.h" // SFDefaultOS2Info static real EPS=1e-6;