This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 65eb26c  Fix for crashing in exporting PDF with a Noto Serif CJK JP 
font. (#106)
65eb26c is described below

commit 65eb26c10610909590c880569cf5457c67aa4693
Author: Akikazu Yoshikawa <[email protected]>
AuthorDate: Sat Oct 17 23:50:59 2020 +0900

    Fix for crashing in exporting PDF with a Noto Serif CJK JP font. (#106)
---
 main/vcl/source/fontsubset/cff.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/vcl/source/fontsubset/cff.cxx 
b/main/vcl/source/fontsubset/cff.cxx
index f17e79e..8cdb160 100644
--- a/main/vcl/source/fontsubset/cff.cxx
+++ b/main/vcl/source/fontsubset/cff.cxx
@@ -40,7 +40,7 @@ typedef long long S64;
 
 typedef sal_Int32 GlyphWidth;
 
-typedef float RealType;
+typedef double RealType;
 typedef RealType ValType;
 #include <vector>
 typedef std::vector<ValType> ValVector;

Reply via email to