Home » U++ Library support » RichText,QTF,RTF... » RichEdit Questions
Re: RichEdit Questions [message #2646 is a reply to message #2608] |
Wed, 19 April 2006 22:09  |
mentaltruckdriver
Messages: 14 Registered: March 2006
|
Promising Member |
|
|
fudadmin wrote on Tue, 18 April 2006 17:31 | I haven't tested with all the fonts but this works:
in Editor.cpp (RichEdit package) around line 580
/*
ff.Add(Font::ARIAL); //comment 3lines
ff.Add(Font::ROMAN);
ff.Add(Font::COURIER);
*/
//add 2 lines below ("font enumerator")
for(int i = 0; i < Font::GetFaceCount(); i++)
ff.Add(i);
FontFaces(ff);
|
Hey that worked! Thanks for the help there.
luzr |
1.? How you want to change it to Null? By changeing library code? Not a good idea...
|
Never mind then, I was just wondering...
Thanks for all your help guys!
|
|
|
Goto Forum:
Current Time: Sat Aug 02 21:33:47 CEST 2025
Total time taken to generate the page: 0.06921 seconds
|