Search found 7 matches
- Sun Jan 08, 2012 21:45
- Forum: CEGUI Library Development Discussion
- Topic: Planned new Font-API
- Replies: 1
- Views: 9764
Planned new Font-API
As you can read there an new Font-API is planned. there is some of my ideas: add bold and italic as variables to Font and maybe also underscore, strikethrough and possible other font attributes. And let the FontManager map name & fontFlags => real font path to register some font i thought about ...
- Thu Oct 27, 2011 11:00
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [CLOSED] Performance problem: Font loading & resizing
- Replies: 31
- Views: 25612
Re: Performance problem: Font loading & resizing
my thinking about font stuff is this: have a Font class that are connected to multiple font files:(normal,bold,italic and bold italic) then have a class FontInstance which point to an Font object. this instance object can hold multible properties like size, bold and italic (for the right font file),...
- Tue Sep 13, 2011 10:24
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Patch: User strings in layout files for CEGUI 0.7.5
- Replies: 7
- Views: 7090
Re: Patch: User strings in layout files for CEGUI 0.7.5
this feature will be added into 0.8 but not with this patch directly, because i rewrite all xmlHandlers
- Wed Sep 07, 2011 04:51
- Forum: CEGUI Library Development Discussion
- Topic: TranslationModules - Let CEGUI translate your strings
- Replies: 2
- Views: 11927
Re: TranslationModules - Let CEGUI translate your strings
i planed that you does noz need to change it in the layout files because it use the string, and try to translate them or add it to layout-Property like: <Property name="Text" value="English Text" xml:lang="en"/> <Property name="Text" value="German Text&qu...
- Wed Aug 31, 2011 10:39
- Forum: CEGUI Library Development Discussion
- Topic: TranslationModules - Let CEGUI translate your strings
- Replies: 2
- Views: 11927
TranslationModules - Let CEGUI translate your strings
hay i had the idea to add translation modules into cegui for translating the strings in the Windows and Widgets Example usage without TranslationModule: if you want to make your menu multi language, you must change the setted text every time you change the language this could be very annoying Exampl...
- Thu Jul 14, 2011 14:56
- Forum: CEGUI Library Development Discussion
- Topic: CompositeResourceProvider i need comment
- Replies: 1
- Views: 10014
CompositeResourceProvider i need comment
CEGUICompositeResourceProvider.h /******************************************************************************* Filename: CEGUICompositeResourceProvider.h Created: 14.07.2011 Author: Hans Mackowiak (Hanmac) hanmac@gmx.de purpose: Defines abstract base class for CEGUIData objects *****************...
- Wed Jul 13, 2011 18:27
- Forum: CEGUI Library Development Discussion
- Topic: API breaking consistency fixes intended for CEGUI 0.8.0
- Replies: 50
- Views: 70116
Re: API breaking consistency fixes intended for CEGUI 0.8.0
and the ImageManager has no iterator for the images and the types
same there with the RendererEffectManager or other manager wich has add<T>
i need a function wich returns a list of types
PS: the binding would only work with 0.7.5 to make it work with 0.8 i need very more work
same there with the RendererEffectManager or other manager wich has add<T>
i need a function wich returns a list of types
PS: the binding would only work with 0.7.5 to make it work with 0.8 i need very more work