About Store Forum Documentation Contact



Post Reply 
Text style with fixed size
Author Message
Esenthel Offline
Administrator

Post: #16
RE: Text style with fixed size
If you're interested in button text scale you can check it out here:
https://github.com/Esenthel/EsenthelEngi...Button.cpp

You'd need to either modify the engine source, or override the virtual draw method
02-11-2015 06:32 AM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #17
RE: Text style with fixed size
Yes, but this situation happens not only in "Button", but also in List, Tabs, Textline, Window. In every Gui element from the list above i need to override the draw method, because they all scale the font. That's why i created this feature request.
One more thing, if i override draw method (or modify the source, no matter what) i will need to watch if you changed there anything during every next update and adjust the code to fit that changes.

You can create a contribution if you don't want to do it for free, i will contribute (reasonable amount, of course).
(This post was last modified: 02-11-2015 06:41 AM by Houge.)
02-11-2015 06:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply