Search found 23 matches
- 30 Nov 2021, 08:02
- Forum: General Discussion
- Replies: 8
- Views: 7944
- 29 Nov 2021, 12:34
- Forum: General Discussion
- Replies: 3
- Views: 1877
Re: 3D UI interaction issues
Hi! Any update on this? Or maybe I should create a ticket?
- 22 Nov 2021, 14:08
- Forum: General Discussion
- Replies: 3
- Views: 1877
3D UI interaction issues
Hello! I'm trying to implement 3D ui elements, which I want to click and drag around. Imagine "image placer" in 2D world. What I've did is created a canvas with custom name, obtained it through: application_text_tool = Noesis::Ptr<AppTextTool>{Noesis::DynamicCast<AppTextTool*>(noesis_3d_vi...
- 06 Oct 2021, 19:59
- Forum: General Discussion
- Replies: 5
- Views: 2630
Re: Any way to RegisterFont in Noesis and get all the info like family and weight?
This is actually would be nice.There is also an option in WPF (not supported in Noesis for now) to specify the name of the ttf filename, instead of the family name.
Issue: https://www.noesisengine.com/bugs/view.php?id=2140
- 03 Oct 2021, 16:09
- Forum: General Discussion
- Replies: 5
- Views: 2630
Re: Any way to RegisterFont in Noesis and get all the info like family and weight?
We have not access to source code. Not sure about WPF, we have C++ engine. Yup, we are loading bunch of fonts, after we want to receive them for runtime text placement. So when we loading font we know only filename. But font family name not always match filename, so Im looking for a way to receive a...
- 30 Sep 2021, 14:55
- Forum: General Discussion
- Replies: 5
- Views: 2630
Any way to RegisterFont in Noesis and get all the info like family and weight?
Hey! Question is, when I RegisterFont in the noesis, I provide font name. Noesis parses the whole font and receives family name and weights and etc. Can I somehow ask it from noesis or should I use a separate 3rd party library?
- 26 Sep 2021, 18:17
- Forum: General Discussion
- Replies: 4
- Views: 1477
Re: Custom bounding box hit test
Also if text is rotated, how can I get it via VisualTreeHelper?
- 26 Sep 2021, 18:16
- Forum: General Discussion
- Replies: 4
- Views: 1477
Re: Custom bounding box hit test
Feel like not exactly. I have Noesis::Canvas which is a parent of all texts. If I use GetDescendantBounds , then it's aggregate all the text and gives incorrect bounding box. If I call same function for just added text, then it returns always 0,0 as xy and some correct size, so it's a local values. ...
- 21 Sep 2021, 17:54
- Forum: General Discussion
- Replies: 2
- Views: 3054
- 21 Sep 2021, 17:45
- Forum: General Discussion
- Replies: 1
- Views: 355
Re: Thank you
+1
Especially huge thanks for quick forum support!
Especially huge thanks for quick forum support!