Font editing

Scott Wallace scott.wallace at squeakland.org
Tue Sep 2 07:16:35 UTC 2003


Hi, Markus,

In 3.4/5, at least, once you've edited a StrikeFont glyph using the 
bit-editor in mvc, the result will automatically be reflected in text 
using that font whether it's seen in morphic or in mvc.  Any 
text-bearing pane that is set up to use the given font/size that 
you've edited will reflect your edits.

As for how the DeclarativePools work might affect this, if at all, 
perhaps someone else can answer that.

Cheers,

   -- Scott

At 8:02 AM +0200 9/2/03, Markus Fritsche wrote:
>Scott Wallace <scott.wallace at squeakland.org> schrieb:
>
>>  In an mvc project, evaluate the following:
>>
>  > (StrikeFont familyName: 'Helvetica' size: 10) edit: $_
>>
>>  Use the resulting bit-editor to edit the underbar glyph.  Choose
>>  "accept" from the bit-editor's yellow-button menu when you're done.
>
>Thank you, that worked. The next challenge is now: how do I get the
>new Character to be used by morphic?
>
>I have the package "DeclarativePools" installed.
>
>Markus



More information about the Squeak-dev mailing list