Search found 23 matches

by krupitskas
29 Nov 2021, 12:34
Forum: General Discussion
Replies: 3
Views: 2126

Re: 3D UI interaction issues

Hi! Any update on this? Or maybe I should create a ticket?
by krupitskas
22 Nov 2021, 14:08
Forum: General Discussion
Replies: 3
Views: 2126

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...
by krupitskas
06 Oct 2021, 19:59
Forum: General Discussion
Replies: 5
Views: 3088

Re: Any way to RegisterFont in Noesis and get all the info like family and weight?

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.
This is actually would be nice.

Issue: https://www.noesisengine.com/bugs/view.php?id=2140
by krupitskas
03 Oct 2021, 16:09
Forum: General Discussion
Replies: 5
Views: 3088

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...
by krupitskas
30 Sep 2021, 14:55
Forum: General Discussion
Replies: 5
Views: 3088

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?
by krupitskas
26 Sep 2021, 18:17
Forum: General Discussion
Replies: 4
Views: 1893

Re: Custom bounding box hit test

Also if text is rotated, how can I get it via VisualTreeHelper?
by krupitskas
26 Sep 2021, 18:16
Forum: General Discussion
Replies: 4
Views: 1893

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. ...
by krupitskas
21 Sep 2021, 17:54
Forum: General Discussion
Replies: 2
Views: 3406

Re: Multiple problems with text fonts

Hi

1) Done: https://www.noesisengine.com/bugs/view.php?id=2127
2) Thanks, that did the job!
by krupitskas
21 Sep 2021, 17:45
Forum: General Discussion
Replies: 1
Views: 444

Re: Thank you

+1
Especially huge thanks for quick forum support!