This helpfile info can not live inside 'KernList.scad' because the regular <ctrl>-H actions in that file would also affect this information, rendering it useless...


  Paste kernlist entries from your 'MyFont.svg' file between the marked lines in 'KernList.scad', they look like this example from the kernlist for 'Z':

    <hkern u1="Z" u2="Q" k="20" />
    <hkern u1="Z" u2="O" k="20" />
    <hkern u1="Z" u2="G" k="20" />
    <hkern u1="Z" u2="C" k="20" />

  then do a <ctrl>-H as follows (you can choose the 'In Document' option):

                           | that's everything up to and including 'u2='
                 vvvvvvvvvvvvvvvvvvvvv
  * replace all '    <hkern u1="Z" u2=' with '['

  * replace all ' k='                   with ','

  * replace all ' />'                   with '],'

  your lines now look like:

  ["Q","20"],
  ["O","20"],
  ["G","20"],
  ["C","20"],

  Save the file and copy the echo() from the console, it looks like:

  [[20, "0051", "004F", "0047", "0043"]]

  Paste this into the appropriate glyph record (in this case 'Z') as element #4.

  Wash, rinse, repeat...
