Re: [Pharo-users] RTStyledLabel

2015-09-21 Thread Alexandre Bergel
Just tried it. Gorgeous!!! Thanks!!! Alexandre > On Sep 19, 2015, at 11:24 AM, Peter Uhnák wrote: > > Hi, > > I've added RTStyledLabel which supports TextEmphasis. > > RTGeneralExample>>styledLabel > ~~ > | v shape el all | > v := RTView new. > (shape := RTStyledLabel new) colo

Re: [Pharo-users] RTStyledLabel

2015-09-19 Thread Alexandre Bergel
Really cool! I am currently traveling. I will have a look at it! Thanks! Alexandre > On Sep 19, 2015, at 11:24 AM, Peter Uhnák wrote: > > Hi, > > I've added RTStyledLabel which supports TextEmphasis. > > RTGeneralExample>>styledLabel > ~~ > | v shape el all | > v := RTView new. >

[Pharo-users] RTStyledLabel

2015-09-19 Thread Peter Uhnák
Hi, I've added RTStyledLabel which supports TextEmphasis. RTGeneralExample>>styledLabel ~~ | v shape el all | v := RTView new. (shape := RTStyledLabel new) color: Color black. #(normal italic bold underlined struckOut) do: [ :each | el := shape emphasis: (TextEmphasis perform