manoj marathayil:
> I am developing a multilingual software. For this I am using scintilla as> 
> editor. I want to make the editor just like WinWord such that it will change> 
> the font when the user changes the language to different one ( Malayalam,…> 
> ), actually I don't want the user to change the font and all. I did one> 
> thing, gave the code page as SC_CP_UTF8.
   Scintilla is not a good base for a word processor. The onlyconcepts it has 
related to language are code page and character set.Since Scintilla is designed 
for editing source code, it allows achoice of font for each lexical type 
(identifier, keyword, operator,...) rather than over user selected ranges or 
character ranges.
   Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to