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
Copy file name to clipboardExpand all lines: book/src/chapter_6.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The char range is a defined as u32 char values. 0x20 through 0x7f represents mos
17
17
18
18
Fonts are also stored as an atlased image and a json file which tells Kayak about the font glyphs. These fonts are generated using `msdf-atlas-gen`. Check out `roboto.kayak_font` and `roboto.png` in the `assets` folder. The cached file name will be located next to the kttf file and have the file format of: `{font_name}.kttf-cached.png`.
19
19
20
-
## Generating new fonts.
20
+
###Generating Legacy `*.kayak_font`. WARNING! Does not work in wasm.
21
21
In order to create a new font you need to use the `msdf-atlas-gen` tool. This can be found at:
0 commit comments