Search found 9 matches

by Ahmadi
Thu Jul 02, 2009 19:48
Forum: Modifications / Integrations / Customisations
Topic: How can i extract unicode final codepages?
Replies: 7
Views: 5514

Re: How can i extract unicode final codepages?

Ok, I know you probably already know this, but just to be sure that I have this clear myself: I think this is related to something I vaguely remember from when I read the Unicode specifications some years ago, whereby for certain sequences of codepoints a single glyph gets rendered (yes, you alread...
by Ahmadi
Wed Jul 01, 2009 17:48
Forum: Modifications / Integrations / Customisations
Topic: How can i extract unicode final codepages?
Replies: 7
Views: 5514

Re: How can i extract unicode final codepages?

OK. I think you can do it by saving the text to a file and examining the resulting file in a binary file editor / viewer. The key is that the file must be saved with the correct encoding so that the results will match what the class you're using is expecting (I'm unfamiliar with Ogre::UTFString - i...
by Ahmadi
Tue Jun 30, 2009 14:06
Forum: Modifications / Integrations / Customisations
Topic: How can i extract unicode final codepages?
Replies: 7
Views: 5514

Re: How can i extract unicode final codepages?

This question is not fully relative to CEGUI, but i think you can help me. For this reason i posted in "advanced help". As i know,each font have some codepoints(for example 0000-FFFF) and each codepoint show one glygh as shape of a character. When the Microsoft Windows are rendering a text...
by Ahmadi
Tue Jun 30, 2009 13:52
Forum: Help
Topic: RTL(right to left) .font definition.
Replies: 3
Views: 2158

Re: RTL(right to left) .font definition.

Right-to-left and left-to-right are not properties of the font, which is essentially just a collection of glyph definitions; you can't get right-to-left just by using a different font - it requires additional support in the software. There is no right-to-left support in the releases up to and inclu...
by Ahmadi
Sun Jun 28, 2009 14:17
Forum: Help
Topic: RTL(right to left) .font definition.
Replies: 3
Views: 2158

RTL(right to left) .font definition.

Hi I want use an font(its Arabic ,RTL(right to left), and an unicode, TTF font ) Here is my .font definition : <?xml version="1.0" ?> <Font Name="rtlfont" Filename="rtlfont.ttf" Type="FreeType" Size="12" NativeHorzRes="800" NativeVertRes=&q...
by Ahmadi
Sun Jun 28, 2009 14:08
Forum: Modifications / Integrations / Customisations
Topic: How can i extract unicode final codepages?
Replies: 7
Views: 5514

How can i extract unicode final codepages?

Hi Im working on a project in an arabic language. for sample,see following text : "بب ب" The above text are using only one codepoint(0x628) but after pressing "space", windows show different character. How can i extract a displayed/rendered text codepoints after that the Windows ...
by Ahmadi
Mon Aug 07, 2006 12:29
Forum: Modifications / Integrations / Customisations
Topic: How can i add a new font to CEGUI Editor.?
Replies: 9
Views: 6727

No setting founded for character limitation.

Also i can not find any font setting that can i change character limitation with it . :cry: :cry:

Maybe limitation is in CELayoutEditor.exe?
by Ahmadi
Mon Aug 07, 2006 10:52
Forum: Modifications / Integrations / Customisations
Topic: How can i add a new font to CEGUI Editor.?
Replies: 9
Views: 6727

Hi, adding an new font is possible indeed. You can save your new font definition (xml) into the directory which contains your fonts. Then is becomes available to set as a window's font, or even as a default font through the "View->Set default font" menu item. (After restarting the editor)...
by Ahmadi
Sun Aug 06, 2006 22:21
Forum: Modifications / Integrations / Customisations
Topic: How can i add a new font to CEGUI Editor.?
Replies: 9
Views: 6727

How can i add a new font to CEGUI Editor.?

Hi
i want add new font to CEGUI Editor. its not a english font. but if i know how can i add a new english font to CEGUI Editor, then i can add my font.

Pre Thanks for any help
Ahmadi

Go to advanced search