Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 353 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 353 Bytes

Pebble Shadow Text Layer

Uses the same API as the Pebble SDK TextLayer, just prefix all functions with "shadow_" and adds the following functions:

  • void shadow_text_layer_set_shadow_color(ShadowTextLayer *layer, GColor color);
  • void shadow_text_layer_set_shadow_offset(ShadowTextLayer *layer, GPoint offset);