g.drawArc() request
-
OK I thought I'd posted this but it doesnt seem to be showing up.
I'm trying to build (or I'm thinking of building) a completely procedural interface - so no images at all. It scales well and is much lighter.
I cant see any:
g.drawArc(var area,float startAngle, float endAngle, float lineThickness)
or similar...
Without this dials (that move) are pretty hard to build, unless (as is not unusual) I'm missing something...
(yes yes I used "area" - see the documentation thread why this needs replacing..)
-
Reasonable request. I'll add this.
BTW, the Graphics class is just a wrapper around the JUCE class that is documented here:
https://www.juce.com/doc/classGraphics
If you need other methods from this class, let me know (adding those is pretty trivial).
-
OK thanks I'll take a look.
-
Alright, I've just added this - along with a example in the documentation :)