Search found 24 matches

by mintogo
Tue Jan 30, 2018 11:19
Forum: Help
Topic: Could I set font per different language?
Replies: 5
Views: 7421

Could I set font per different language?

Hello I'm back.. Previous my question about Hdpi, it was resolved... now.. I have question about fonts. On previous version CEGUI .font file, there was GylphsRange(is it right?) to set unicode range, but now it was removed. If I want to display text contains diffrent language in one StaticText(or La...
by mintogo
Wed Jan 17, 2018 02:11
Forum: Help
Topic: Support hdpi problem (add screenshot)
Replies: 0
Views: 9728

Support hdpi problem (add screenshot)

Hello I'm back. (Sorry that didn't close previous my topic about simillar subject) On previous topic I wrote about supports hdpi, and I think I didn't explain about it exactly. So, I bring some screen shot program that I developing now. https://ibb.co/mJsYbm this is 1280x800 screen shot on 100% Wind...
by mintogo
Thu Jan 04, 2018 02:16
Forum: Help
Topic: Is there any way to support HIDPI?
Replies: 11
Views: 10223

Re: Is there any way to support HIDPI?

Ident wrote:Read the documentation


Ok I will check that!

Thank you! :idea:
by mintogo
Wed Jan 03, 2018 14:23
Forum: Help
Topic: Is there any way to support HIDPI?
Replies: 11
Views: 10223

Re: Is there any way to support HIDPI?

Yes, CEGUI scales automatically, based on resolution and ratio you set for the window. Thank you for reply! Now I understand how it working. GUI scale is fine but, scale of text in label(Generic/Label) is not match as resolution. I guess it because of dpi value for font scale in CEGUI engine is fix...
by mintogo
Wed Jan 03, 2018 10:01
Forum: Help
Topic: Is there any way to support HIDPI?
Replies: 11
Views: 10223

Re: Is there any way to support HIDPI?

I understood the issue and I explained the approach I would take in my initial response. It is obvious that the pixel sizes and distances will increase if you have a larger resolution and use a relatively positiond and sized layout. just different distance between each component. You will not just ...
by mintogo
Wed Jan 03, 2018 08:00
Forum: Help
Topic: Is there any way to support HIDPI?
Replies: 11
Views: 10223

Re: Is there any way to support HIDPI?

I want to showing same size of components for all resolution, just different distance between each component. Same relative size or same absolute size? If you keep the absolute sizes then everything will be tiny. Oh sorry I think didn't explain it exactly. Not on resolution, about PPI(DPI). Yeap If...
by mintogo
Wed Jan 03, 2018 00:18
Forum: Help
Topic: Is there any way to support HIDPI?
Replies: 11
Views: 10223

Re: Is there any way to support HIDPI?

Use relative scaling for the elements in your layout and for the imagesets and fonts you can also use scaling based on a native resolution. For high DPI you could increase the native resolution of your fonts and imagesets in runtime. There is no better support for changing DPI currently. Also be aw...
by mintogo
Tue Jan 02, 2018 09:49
Forum: Help
Topic: Is there any way to support HIDPI?
Replies: 11
Views: 10223

Is there any way to support HIDPI?

Hello, first of all, I'm very poor at English... forgive me.. Anyway... when create UI from Ceed(*.looknfeel, *.layout .. etc). How can I support or detect HDPI Monitor? because layout file is based on xml and pixel value, all components will be looks very small in hidpi monitor. For example, My Not...
by mintogo
Fri Dec 29, 2017 01:33
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: How can I use additional widget from looknfeel file?
Replies: 1
Views: 6987

How can I use additional widget from looknfeel file?

Hello! I am beginner of CEGUI. I am trying to use CEED to make UI layout easily. When I load sample project, I could see various widgets on left bottom side, but when I make new project, I can't see thet list. There are just default widgets( DefaultWindow, DragCContainer, GridLayoutComtainer... ). H...

Go to advanced search