Support Text in geometry
See original GitHub issueWe should support Text as a geometric element. In its easiest form, the renderer could translate this directly to a call to drawtext. For added compatibility, we should also support styling text as buttons, with all the machinery associated with this. And there is also EditableText
to provide a text input field.
- plain text printed
- value substitution for measurements
- docking to points
- docking to window edges and corners
- newlines in static text
- button styling, both pressed and non-pressed
- push button triggers script
- toggle button has accessible state
- editable text shows text field
- text of editable text field accessible from CindyScript
- editable text actually is editable
- reasonable input focus handling
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
text representation of geometry - ArcGIS Resources
Each geometry type has a well-known text representation from which new instances can be constructed or existing instances can be converted to textual...
Read more >Text in geometry nodes is POWERFUL - Blender - YouTube
This method uses volume to mesh and some smoothing to get the liquid effect. Add some noise distortion to give it a wiggly...
Read more >Well-known text representation of geometry - Wikipedia
Well-known text (WKT) is a text markup language for representing vector geometry objects. ... It also supports circular curves, following elements named (but...
Read more >Inserting Geometry Symbols with Equatio - TextHelp Support
You can use Equatio to insert Geometry symbols using our simple and advanced tab. Below are some of the symbols you can add...
Read more >Create geometry text - PTC Support
Create geometry text. 1. Click Modeling and then, in the Modify 2D group, click More. 2. Click Text to Profile in the Tools...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Finally done.
@kortenkamp Since I already did work on the first few points here for #225, it’s only natural that I’m the one to continue that work.