pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

Text does not re-draw correctly #31

Closed tertty closed 6 years ago

tertty commented 6 years ago

text_layer_create does not work when redrawing text when a window is reopened. For example, when systemapp is opened and launches the simple watchface, opening the systemapp fails to redraw the subtitle text on the menu. If Windows have text layers, they will not be drawn at all on reopening. Joshua has suggested this is a ngfx render problem.

Edit: It has also been discovered that text for a window does not display at all if two or more text_layer_create commands are issued.

jwise commented 6 years ago

I think this is the font cache problem, which is fixed in master