From 080bd7e934091a458b2abc1ecf665eb120517b72 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 24 Mar 2016 00:56:00 -0400 Subject: [PATCH] docs: document the flips for text embeds --- docs/dsl/text.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/dsl/text.rst b/docs/dsl/text.rst index b2b6e72..54cb81a 100644 --- a/docs/dsl/text.rst +++ b/docs/dsl/text.rst @@ -192,6 +192,16 @@ dy "delta y", or adjust the icon vertically by y pixels +flip_horiztonal + default: ``false`` + + Flip this image about its center horizontally (i.e. left becomes right and vice versa). + +flip_vertical + default: ``false`` + + Flip this image about its center verticall (i.e. top becomes bottom and vice versa). + alpha default: ``1.0`` @@ -242,6 +252,16 @@ dy "delta y", or adjust the icon vertically by y pixels +flip_horiztonal + default: ``false`` + + Flip this image about its center horizontally (i.e. left becomes right and vice versa). + +flip_vertical + default: ``false`` + + Flip this image about its center verticall (i.e. top becomes bottom and vice versa). + alpha default: ``1.0``