Skip to content
Snippets Groups Projects
Unverified Commit 8330e563 authored by Yves Hajjar's avatar Yves Hajjar Committed by GitHub
Browse files

Update chapter_6.md

parent b474246f
No related branches found
No related tags found
No related merge requests found
# Chapter 5 - Fonts # Chapter 6 - Fonts
Kayak UI uses SDF(signed distance fields) for rendering fonts. More specifically it uses multi-channel signed distance fields. Reasons for why we use MSDF: Kayak UI uses SDF(signed distance fields) for rendering fonts. More specifically it uses multi-channel signed distance fields. Reasons for why we use MSDF:
- High Quality font rendering. - High Quality font rendering.
- Fast rendering! - Fast rendering!
...@@ -25,4 +25,4 @@ Please refer to the documentation found in the link about for generating fonts. ...@@ -25,4 +25,4 @@ Please refer to the documentation found in the link about for generating fonts.
``` ```
.\msdf-atlas-gen.exe -font .\my_font.ttf -type msdf -minsize 32 -format png -imageout my_font.png -json my_font.kayak_font .\msdf-atlas-gen.exe -font .\my_font.ttf -type msdf -minsize 32 -format png -imageout my_font.png -json my_font.kayak_font
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment