Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/BuiltinFontTables.cc
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:45:09 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:45:09 (GMT)
commit28c37dbcf87665a4ccec58bef9ef8ff0697022dd (patch)
tree4fd39a6f8e50717677d56ad0bbb520baa77589f0 /pdf/xpdf/BuiltinFontTables.cc
parent6112dfe4b45b0305c7a6f61bd8a847f69f892cbb (diff)
Import of Xpdf 2.00 for merge
Diffstat (limited to 'pdf/xpdf/BuiltinFontTables.cc')
-rw-r--r--pdf/xpdf/BuiltinFontTables.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf/xpdf/BuiltinFontTables.cc b/pdf/xpdf/BuiltinFontTables.cc
index 845abcd..e2acfef 100644
--- a/pdf/xpdf/BuiltinFontTables.cc
+++ b/pdf/xpdf/BuiltinFontTables.cc
@@ -1448,6 +1448,7 @@ static BuiltinFontWidth helveticaBoldWidthsTab[] = {
{ "ydieresis", 556, NULL },
{ "Ccedilla", 722, NULL },
{ "tilde", 333, NULL },
+ { "dbldaggerumlaut", 556, NULL },
{ "at", 975, NULL },
{ "eacute", 556, NULL },
{ "underscore", 556, NULL },
@@ -3346,7 +3347,7 @@ void initBuiltinFontTables() {
builtinFonts[2].widths = new BuiltinFontWidths(courierBoldObliqueWidthsTab, 260);
builtinFonts[3].widths = new BuiltinFontWidths(courierObliqueWidthsTab, 260);
builtinFonts[4].widths = new BuiltinFontWidths(helveticaWidthsTab, 228);
- builtinFonts[5].widths = new BuiltinFontWidths(helveticaBoldWidthsTab, 228);
+ builtinFonts[5].widths = new BuiltinFontWidths(helveticaBoldWidthsTab, 229);
builtinFonts[6].widths = new BuiltinFontWidths(helveticaBoldObliqueWidthsTab, 228);
builtinFonts[7].widths = new BuiltinFontWidths(helveticaObliqueWidthsTab, 228);
builtinFonts[8].widths = new BuiltinFontWidths(symbolWidthsTab, 189);