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 » U++ Widgets - General questions or Mixed problems » FontPusher Ctrl
FontPusher Ctrl [message #38989] Mon, 04 February 2013 21:11 Go to next message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
Hi all,

Has someone created a 'FontPusher' ctrl like ColorPusher ?

This would come in very handy for me Very Happy
icon5.gif  Re: FontPusher Ctrl [message #39047 is a reply to message #38989] Sat, 09 February 2013 15:57 Go to previous messageGo to next message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
I can't believe I'm the first one who need's this kind of control
Re: FontPusher Ctrl [message #39051 is a reply to message #38989] Mon, 11 February 2013 11:25 Go to previous messageGo to next message
chickenk is currently offline  chickenk
Messages: 169
Registered: May 2007
Location: Grenoble, France
Experienced Member
Have you checked out how UWord does this?

Open examples/UWord package, select RichEdit package and look for FontFaces(), SetupFaceList() etc.

Excerpt:
void RichEdit::SetupFaceList(DropList& face)
{
	face.ValueDisplay(Single<ValueDisplayFont>());
	face.SetDisplay(Single<DisplayFont>());
	face.SetLineCy(20);
}


Hope this helps,
Lionel
Re: FontPusher Ctrl [message #39060 is a reply to message #39051] Mon, 11 February 2013 22:21 Go to previous messageGo to next message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
Hi chickenk,

I saw this but what I am looking for is not just face selection but a ctrl that can modify all the properties associated to a font:
  • face selection
  • size
  • bold
  • underline
  • ....

Just like the one you can find in the layout designer but more complete.

This would probably get handy to a lot of people

Re: FontPusher Ctrl [message #39118 is a reply to message #39060] Sat, 16 February 2013 18:30 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Didier wrote on Mon, 11 February 2013 16:21

Hi chickenk,

I saw this but what I am looking for is not just face selection but a ctrl that can modify all the properties associated to a font:
  • face selection
  • size
  • bold
  • underline
  • ....

Just like the one you can find in the layout designer but more complete.

This would probably get handy to a lot of people




Hard to say, as you are the first to ask for it in years Wink

Anyway, it should not be that hard to implement. The only tedious part is the dialog itself...

Mirek
Re: FontPusher Ctrl [message #42955 is a reply to message #39118] Wed, 16 April 2014 11:35 Go to previous message
busiek is currently offline  busiek
Messages: 64
Registered: February 2011
Location: Poland
Member
I searched for this control too. I can't believe it is not available Smile
Previous Topic: DropList bug with XMonad window manager
Next Topic: Window not scrolling
Goto Forum:
  


Current Time: Thu Mar 28 14:08:12 CET 2024

Total time taken to generate the page: 0.01183 seconds