InfiniTime/src/displayapp/fonts
Riku Isokoski a5eac74fb5 motion: Disable Motion app
This is a debugging app, not useful for most people.
Also remove the app icon.
2023-02-25 18:06:37 +02:00
..
material-design-icons Replace icomoon system font with material design icons (#1228) 2022-07-21 22:56:34 +03:00
CMakeLists.txt Revert "prepare cmake unity build" 2022-12-31 12:41:45 +01:00
FontAwesome5-Solid+Brands+Regular.woff Added FontAwesome5-Solid+Brands+Regular.woff to git 2022-05-10 22:20:02 +02:00
fonts.json motion: Disable Motion app 2023-02-25 18:06:37 +02:00
generate.py Font generation: Fix patch binary path 2022-06-25 16:29:39 +02:00
jetbrains_mono_bold_20.c_M.patch Patch hole in the letter M in jetbrains_mono_bold_20 (#1175) 2022-06-16 17:05:55 +02:00
jetbrains_mono_bold_20.c_zero.patch fontgen: use patch file for jetbrains 0 fix 2022-05-10 22:20:02 +02:00
JetBrainsMono-Bold.ttf Update font readme, update fonts, add missing files 2022-03-08 21:34:20 +01:00
JetBrainsMono-ExtraBold.ttf Add ExtraBold font ttf 2022-03-08 21:34:20 +01:00
JetBrainsMono-Light.ttf Lighten the large font for a more balanced look 2022-06-06 21:28:03 +02:00
JetBrainsMono-Regular.ttf Update font readme, update fonts, add missing files 2022-03-08 21:34:20 +01:00
lv_font_navi_80.json Big UI and navigation Rewrite 2021-04-04 03:08:51 +01:00
navigation.ttf Big UI and navigation Rewrite 2021-04-04 03:08:51 +01:00
open_sans_light.ttf Add PineTimeStyle watchface (#334) 2021-06-29 20:20:27 +02:00
README.md Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +03:00

Fonts

How to add new symbols:

  • Browse the cheat sheets and pick symbols
  • For each symbol, add its hex code (0xf641 for the 'Ad' icon, for example) to the Range list in the fonts.json file
  • Convert this hex value into a UTF-8 code using this site
  • Define the new symbols in src/displayapp/screens/Symbols.h:
static constexpr const char* newSymbol = "\xEF\x86\x85";

the config file format:

inside fonts, there is a dictionary of fonts, and for each font there is:

  • sources - list of file,range(,symbols) wanted (as a dictionary of those)
  • bpp - bits per pixel.
  • size - size.
  • patches - list of extra "patches" to run: a path to a .patch file. (may be relative)
  • compress - optional. default disabled. add "compress": true to enable

Navigation font

navigtion.ttf is created with the web app icomoon by importing the svg files from src/displayapp/icons/navigation/unique and generating the font. lv_font_navi_80.json is a project file for the site, which you can import to add or remove icons.