E4H624JKZ7QELJT3GDVMN4ALXOQ4N3HSNSQSTVUDIJALDUSHLHMQC
JMUE7GSN6QDQZ6NDRB55MRJMKJN6LBD6MVQPKROYPDOIXM7I3XNQC
KKMFQDR43ZWVCDRHQLWWX3FCWCFA3ZSXYOBRJNPHUQZR2XPKWULAC
if Text_cache[label] == nil then Text_cache[label] = App.newText(love.graphics.getFont(), label) end
if Text_cache[label] == nil then
Text_cache[label] = App.newText(love.graphics.getFont(), label)
end
x = x + App.width(Text_cache[label]) + 10 + 10
x = x + App.width(to_text(label)) + 10 + 10
if Text_cache[link] == nil then Text_cache[link] = App.newText(love.graphics.getFont(), link) end
if Text_cache[link] == nil then
Text_cache[link] = App.newText(love.graphics.getFont(), link)
x = x + App.width(Text_cache[link]) + 10 + 10
x = x + App.width(to_text(link)) + 10 + 10
local label_text = to_text(label)
love.graphics.draw(Text_cache[label], x, y+5)
love.graphics.draw(label_text, x, y+5)
love.graphics.rectangle('fill', x-5, y+3, App.width(Text_cache[label])+10, 2+Line_height+2)
love.graphics.rectangle('fill', x-5, y+3, App.width(label_text)+10, 2+Line_height+2)