[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-fonts-devel] Bug#750701: [patch]: wrong 0uFE4F glyph



Package: fonts-arphic-bkai00mp
Severity: minor
Tags: patch, pending

Hi,
 
 fonts-arphic has wrong glyph as 0uFE4F, see attached LibreOffice writer file.
 Naohiro Aota <naota@gentoo.org> kindly told me that he make a patch to solve it
 and want to share it in other distros like Debian, so I'll work for it.
 
-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane

Attachment: wrong-arphic.odt
Description: application/vnd.oasis.opendocument.text

Description: <short summary of the patch>
Author: Naohiro Aota <naota@gentoo.org>

Origin: vendor, http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-fonts/arphicfonts/files/arphicfonts-0.2.20080216.1.pe?revision=1.1&view=markup
Bug-Debian: http://bugs.debian.org/
Forwarded: no
Last-Update: 2014-06-05

--- /dev/null
+++ fonts-arphic-bkai00mp-2.10/fix-0uFE4F.pe
@@ -0,0 +1,8 @@
+i=1
+while (i < $argc)
+  Open($argv[i])
+  Select(0ufe4f); Move(0, -760)
+  Generate($argv[i])
+  Close()
+  i += 1
+endloop

Reply to: