The screen canvas can now be accessed by using love.graphics.getCanvas() when it is set.
The default font is now created as a real lua object and added to the lua registry under the address of its struct pointer. The love.graphics.getFont() function can now be used to retrieve the default font.