diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-17 16:20:43 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-07-17 17:57:40 +0200 |
commit | 733d07a79a46a551e1eba443a81f3cc851d4cb25 (patch) | |
tree | f361486f3585651db4c7e900837f2783565f427e /vcl | |
parent | 6cdc0d83b6ee79d603102685eb5a3c5700c51b17 (diff) |
Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdash
A typo, correct list can be seen in the CFF spec
http://download.microsoft.com/download/8/0/1/801a191c-029d-4af3-9642-555f6fe514ee/cff.pdf
Change-Id: I1c07d140d2caae9ac32390c3367f65495ec76ff4
(cherry picked from commit a9a91490680d2778397b6b08583149e39022e692)
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/fontsubset/cff.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx index b8b2f3e72ebe..bcb94e509613 100644 --- a/vcl/source/fontsubset/cff.cxx +++ b/vcl/source/fontsubset/cff.cxx @@ -85,7 +85,7 @@ static const char* pStringIds[] = { "grave", "acute", "circumflex", "tilde", /*128*/ "macron", "breve", "dotaccent", "dieresis", "ring", "cedilla", "hungarumlaut", "ogonek", - "caron", "endash", "AE", "ordfeminine", + "caron", "emdash", "AE", "ordfeminine", "Lslash", "Oslash", "OE", "ordmasculine", /*144*/ "ae", "dotlessi", "lslash", "oslash", "oe", "germandbls", "onesuperior", "logicalnot", |