clean up the setFont gotcha
Dependencies
- [2]
IPMYE6WTestablish a fairly fundamental invariant - [3]
PBKJ2HLDdocument a gotcha - [4]
5OCELN37bugfix in output editor wrapping - [5]
NVTUHXC4maintain the initial font size in a global - [6]
HVXZLNCCsend errors from event handlers to output editor - [7]
I52S4E5Frunning `print` now appends to output editor - [8]
7D7J5J4Xappend errors to output buffer - [9]
H5UZI3YNeditor documentation - [10]
TOKSRJMDshow how to load lines in editor - [11]
YK5FRJWHprint to output buffer in all callbacks - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
TGHAJBESuse line cache for drawings as well - [*]
MZ3DMYPDstart sketching out a scrollbar - [*]
N2NUGNN4include a brief reference enabling many useful apps
Change contents
- edit in text.lua at line 948
love.graphics.setFont(State.font) - edit in text.lua at line 962
love.graphics.setFont(State.font) - edit in text.lua at line 984
love.graphics.setFont(State.font) - replacement in reference.md at line 256
`state.lines`. (Gotcha: Don't forget to `love.graphics.setFont` the rightfont before you call it.)`state.lines`. - replacement in reference.md at line 259
on font height. (Gotcha: but not the font.)on font height. - edit in 0102-send_errors_to_output at line 6
love.graphics.setFont(Font) - edit in 0050-print_to_output at line 5
love.graphics.setFont(Font)