provide a place to set the font
Dependencies
- [2]
ARLTID7Greplace some calls with my names - [3]
AZMYKWMHresolve conflicts - [4]
PRE6XPRNresponsively increase/decrease font height - [5]
UUAIVZ4U2 bugfixes in font rendering - [6]
2AZCZD6XLua Carousel now tested to load/save screens from/to save dir. - [7]
OTJQKAQZbugfix: update output font (and menus) - [8]
7RIDCIVGhandle scripts that change the font - [9]
FIUQJVL2first draft of load/save buttons - [10]
IQW6KIILbugfix: changing font size - [11]
IUOZ4YHCuse the obvious name for the font global - [12]
SIASJPGRsave the list of open files across restart - [13]
ROYQO45Bmount old location of screens if possible - [14]
YV2GBDNWpreserve settings across restart - [15]
ZENSSO3Dpass remaining love handlers through - [16]
ZM7NOBRMnew fork: carousel shell - [17]
5RUFNRJOstart of the visual skeleton - [18]
OE26XIQObring back syntax highlighting (but so ugly) - [19]
VUF2SX7Bimplement carousel buttons for inserting/switching current pane - [*]
R5QXEHUIsomebody stop me
Change contents
- file addition: 0158-Font_filename[21.2]
-- put in a .ttf or .otf filename here to switch the font-- the filename must live somewhere Carousel can access: either in the source dir or the save dir-- A nil filename => use LÖVE's default fontFont_filename = nil - replacement in 0032-update_font_settings at line 4
Font = love.graphics.newFont(Font_height)if Font_filename == nil thenFont = love.graphics.newFont(Font_height)elseFont = love.graphics.newFont(Font_filename, Font_height)end - replacement in 0032-update_font_settings at line 26
end[4.1118]end - replacement in 0011-on.initialize at line 7
Font = love.graphics.newFont(Font_height)if Font_filename == nil thenFont = love.graphics.newFont(Font_height)elseFont = love.graphics.newFont(Font_filename, Font_height)end - replacement in 0011-on.initialize at line 25
end[4.2347]end