How to flip text vertically

16 views
Skip to first unread message

Mikie Maletin

unread,
Jan 14, 2018, 7:56:04 AM1/14/18
to Kivy users support

How to flip text verticaly

I need:

ZenCODE

unread,
Jan 14, 2018, 1:24:01 PM1/14/18
to Kivy users support
Offhand, in kv, try (where you define a new sublclass of Label called RotatedLabel:

<RotatedLabel>:
    canvas.before:
        PushMatrix:
        Rotate:
            angle: 180
            origin: self.center_x, self.center_y
        PopMatrix: 


Reply all
Reply to author
Forward
0 new messages