Search found 3 matches

by q68576021
Sat Aug 08, 2009 09:14
Forum: Help
Topic: Help!! How can I create my own font class?
Replies: 3
Views: 1674

Re: Help!! How can I create my own font class?

CrazyEddie wrote:It looks like you're not linking against the CEGUIBase lib.

CE.


but i have linked to it. if i don't use this class, the cegui performs very well in my game.I don't know what happened
by q68576021
Sat Aug 08, 2009 08:01
Forum: Help
Topic: Help!! How can I create my own font class?
Replies: 3
Views: 1674

Help!! How can I create my own font class?

I want to create my own font class just like this: class ColorFont:public CEGUI::FreeTypeFont { public: ColorFont(const CEGUI::String& name, const CEGUI::String& fontname, const CEGUI::String& resourceGroup = ""); void drawTextLine (const CEGUI::String& text, const CEGUI::V...
by q68576021
Sun Aug 02, 2009 09:32
Forum: Offtopic Discussion
Topic: How can I expose my own classes to cegui lua by luabind?
Replies: 1
Views: 2567

How can I expose my own classes to cegui lua by luabind?

I try to expose my own classes to cegui lua, and in this way, i can easily handle the event with gui and my game.
However, it failed when i try to bind my function using luabind.
What happened? Could anyone tell me how to do this? Thanks for your help.

Go to advanced search