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 #2608 is a reply to message #2606] Tue, 18 April 2006 23:31 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
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);

 
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:49 CEST 2025

Total time taken to generate the page: 0.07656 seconds