OSDN Git Service

ind_to_uni
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 13 Nov 2019 18:48:10 +0000 (03:48 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 13 Nov 2019 18:48:10 +0000 (03:48 +0900)
src/ltj-lotf_aux.lua

index 32caa3f..04cae9d 100644 (file)
@@ -83,6 +83,7 @@ local function get_vmet_table(tfmdata, dest)
    if (not tfmdata) or (not tfmdata.shared) or (not tfmdata.shared.rawdata) then
      dest = dest or {}
      dest.vorigin, dest.vheight = dummy_vorg, dummy_vht
+     dest.ind_to_uni = {}
      return dest
    end
    local rawdata = tfmdata.shared.rawdata