/pebble-shadow-text-layer

Add shadows to your Pebble text layers!

Primary LanguageC

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);