Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
mentaltruckdriver is currently offline  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!
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: QTF Justification
Next Topic: Is there a qtf page-break?
Goto Forum:
  


Current Time: Sat Aug 02 21:33:47 CEST 2025

Total time taken to generate the page: 0.06921 seconds