dohyunkim / luatexko

typeset Korean with lua(la)tex
10 stars 1 forks source link

s/font.getfont()/font.fonts[]/ #1

Closed phi-gamma closed 11 years ago

phi-gamma commented 11 years ago

font.getfont() has been overloaded in the font loader (see font-def.lua). For raw access to the fonts table you need to resort to indexing font.fonts now.