OpenRoberta / robertalab-ev3dev

roberta lab connector for ev3dev
Apache License 2.0
17 stars 14 forks source link

Support different font sizes for ShowText() ? #41

Closed ensonic closed 7 years ago

ensonic commented 7 years ago

See https://github.com/rhempel/ev3dev-lang-python/issues/323 for some background

Current status:

Small text can be problematic in low light conditions. The ShowText block uses Row/Col coordinates which makes it hard to mix text sizes.

We could add a DrawText command that takes x,y coordinates and a font from a list. Additionally we'd provide getFontHeight/getFontWidth 'Sensors' with the same font list.

ensonic commented 7 years ago

Wrong project - https://github.com/OpenRoberta/robertalab/issues/503