A flashcard app for drilling on spellings of words based on audio recordings
on.initialize = function(arg)
	Font_height = 20
	love.graphics.setFont(love.graphics.newFont(Font_height))
	Line_height = math.floor(Font_height * 1.3)
	learn_initialize()
end