summaryrefslogtreecommitdiff
path: root/utils/HtmlFonts.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-09-16 23:23:03 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-09-16 23:23:03 +0100
commit3b4a901a4431814590449b6cd5ea418f4d6c1172 (patch)
tree3724ffa7df419656008e850db564822200001fb5 /utils/HtmlFonts.h
parent2792330f6caeeb42e2996271456b562489215c4c (diff)
Add -s option
Writes a single html file Since git does not allow multiple authors i'm adding them here OSSD CDAC Mumbai by Leena Chourey (leenac@cdacmumbai.in) and Onkar Potdar (onkar@cdacmumbai.in)
Diffstat (limited to 'utils/HtmlFonts.h')
-rw-r--r--utils/HtmlFonts.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/utils/HtmlFonts.h b/utils/HtmlFonts.h
index df2b5706..54deaf8b 100644
--- a/utils/HtmlFonts.h
+++ b/utils/HtmlFonts.h
@@ -10,6 +10,20 @@
//
//========================================================================
+//========================================================================
+//
+// Modified under the Poppler project - http://poppler.freedesktop.org
+//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
+// Copyright (C) 2010 OSSD CDAC Mumbai by Leena Chourey (leenac@cdacmumbai.in) and Onkar Potdar (onkar@cdacmumbai.in)
+//
+// To see a description of the changes please see the Changelog file that
+// came with your tarball or type make ChangeLog if you are building from git
+//
+//========================================================================
+
#ifndef _HTML_FONTS_H
#define _HTML_FONTS_H
#include "goo/GooVector.h"
@@ -89,8 +103,8 @@ public:
g+=i;
return g;
}
- GooString* getCSStyle (int i, GooString* content);
- GooString* CSStyle(int i);
+ GooString* getCSStyle (int i,GooString* content, int j = 0);
+ GooString* CSStyle(int i, int j = 0);
int size() const {return accu->size();}
};