You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
menu.debug.show_debug_toolbar = Show Debug Toolbar
70
71
menu.debug.debug = Debug
71
72
menu.debug.continue = Continue
@@ -200,6 +201,8 @@ sketchbook.tree = Sketchbook
200
201
# Examples (Frame)
201
202
examples = Examples
202
203
examples.add_examples = Add Examples...
204
+
examples.libraries = Libraries
205
+
examples.core_libraries = Core Libraries
203
206
204
207
# Export (Frame)
205
208
export = Export Options
@@ -242,6 +245,16 @@ file = Select an image or other data file to copy to your sketch
242
245
243
246
# Create Font (Frame)
244
247
create_font = Create Font
248
+
create_font.label = Use this tool to create bitmap fonts for your program.\nSelect a font and size, and click 'OK' to generate the font.\n It will be added to the data folder of the current sketch.
249
+
create_font.size = Size
250
+
create_font.smooth = Smooth
251
+
create_font.characters = Characters...
252
+
create_font.character_selector = Character Selector
253
+
create_font.character_selector.label = Default characters will include most bitmaps for Mac OS\nand Windows Latin scripts. Including all characters may\nrequire large amounts of memory for all of the bitmaps.\nFor greater control, you can select specific Unicode blocks.
0 commit comments