Questions about Cobalt fonts -


  1. i use english , korean fonts further reduce memory in cobalt, can see font control is?

  2. are indic languages not supported?

cobalt version - 11.78444

  1. font files located in https://cobalt.googlesource.com/cobalt/+/master/src/cobalt/content/fonts/font_files/

when compiling cobalt, font files located in content/data/fonts directory of output directory(ex: out/linux-x64x11_qa)

you can adjust font files there or use system fonts. more information, please refer https://cobalt.googlesource.com/cobalt/+/master/src/cobalt/content/fonts/readme.md

  1. youtube living room app supports indic locales gujarati(gu_in), hindi(hi_in), tamil(ta_in), , etc.

Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -