diff --git a/src/miniBDF.lua b/src/miniBDF.lua index d5e6e6f..8e51463 100644 --- a/src/miniBDF.lua +++ b/src/miniBDF.lua @@ -37,7 +37,7 @@ end, BBX = function(font, line) local i=1 - local b = {"width","height"} + local b = {"width","height","offx","offy"} font._CUR_CHAR.bound = {} for word in string.gmatch(line, '([^ ]+)') do if i > #b then return end