OSDN Git Service

Adobe-KR
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Fri, 5 Apr 2019 21:05:08 +0000 (06:05 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Fri, 5 Apr 2019 21:05:08 +0000 (06:05 +0900)
src/ltj-rmlgbm.lua

index 64024ca..35c3299 100644 (file)
@@ -43,7 +43,13 @@ local cid_replace = {
                       end},
    ["Adobe-KR"] = {"UniAKR-UTF32", 22896, 9,
                       function (i)
-                         -- ??
+                         if i==3057 then
+                            return 655360*2
+                         elseif i==3058 then
+                            return 655360*3
+                         elseif i==12235 or i==12236 then
+                            return 163840 -- 655360/4
+                         end
                       end},
 }