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 #2626 is a reply to message #2576] Wed, 19 April 2006 09:54 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
mentaltruckdriver wrote on Mon, 17 April 2006 19:33

1. In RichEdit.lay under the UnitEdit there is a "ColorPusher" option that changes the color of the formatting symbols shown in the editor. I want to change that to Null (which is an option) however I get the errors that I described above.

I see no need to upload the RichEdit package since you should already have it if you have U++.

2. Thats good but how would I get my program to automatically detect what fonts I have then add them?

Thanks.


1.? How you want to change it to Null? By changeing library code? Not a good idea...

2.
Vector<int> faces;
for(int i = 0; i < Font::GetFaceCount(); i++)
if(Font::GetFaceInfo(i) & Font::SCALEABLE)
faces.Add(i);
editor.FontFaces(faces);
 
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:46 CEST 2025

Total time taken to generate the page: 0.13389 seconds