CyrilFerlicot wrote
> Le 14/02/2017 �� 21:41, chrismihaylyk a ��crit :
>> Hello!
>>
>> I need to get bold text. Can you help me what class I should use and all
>> method to make text bold?
>>
>
> Hi!
>
> Here an example opening a window with some bold text:
>
> TextMorph new
>�� ��contents: ((Text string: 'I am bold' attribute: TextEmphasis bold), '
> and I am normal text');
>�� ��openInWindow
>
> Does that fits your needs?
Hmm, why text is shown in white color instead bold, when I run the code?
And, honestly speaking, I need to be bold string stored in text variable in
this example ('COLLECTION')
which I pass in UIManager popup:
text := Text string: 'COLLECTION' attribute: TextEmphasis italic.
UIManager default request: 'This is your ', text, ' name'.