kbrown / rpms / libreoffice

Forked from rpms/libreoffice 2 years ago
Clone

Blame SOURCES/0079-fdo-81516-Support-fonts-like-Source-Han-Sans-with-16.patch

f085be
From c1a53308423ebf45c7209ca1359b205b6f0ac236 Mon Sep 17 00:00:00 2001
f085be
From: Audrey Tang <audreyt@audreyt.org>
f085be
Date: Tue, 5 Aug 2014 09:56:53 +0200
f085be
Subject: [PATCH 079/137] fdo#81516 Support fonts like Source Han Sans with >
f085be
 16 FDArray elements
f085be
f085be
Change-Id: I3f82574f434060d62dc3faeb730341c5b169ce9f
f085be
(cherry picked from commit 3b38a2342e48a2aec3c2e4f5aebf883db4b84101)
f085be
Reviewed-on: https://gerrit.libreoffice.org/10746
f085be
Reviewed-by: David Tardon <dtardon@redhat.com>
f085be
Tested-by: David Tardon <dtardon@redhat.com>
f085be
---
f085be
 vcl/source/fontsubset/cff.cxx | 2 +-
f085be
 1 file changed, 1 insertion(+), 1 deletion(-)
f085be
f085be
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx
f085be
index e2241a1..35b6679 100644
f085be
--- a/vcl/source/fontsubset/cff.cxx
f085be
+++ b/vcl/source/fontsubset/cff.cxx
f085be
@@ -405,7 +405,7 @@ private:
f085be
     const char**    mpCharStringOps;
f085be
     const char**    mpCharStringEscs;
f085be
 
f085be
-    CffLocal    maCffLocal[16];
f085be
+    CffLocal    maCffLocal[256];
f085be
     CffLocal*   mpCffLocal;
f085be
 
f085be
     void        readDictOp( void);
f085be
-- 
f085be
1.9.3
f085be