[ENH] AccunyEdit ( Edits Accuny 9 and 10 lower-case L glyphs )

ned at squeakland.org ned at squeakland.org
Thu Feb 19 22:33:49 CET 2004


"Change Set:		AccunyEdit
Date:			19 February 2004
Author:			Ned Konz

Edits the smallest two Accuny fonts to distinguish between the
lower-case L and the number 1 glyphs.
"


((TextMorph new contentsAsIs: ((Text fromString: 'l1l1l1l1l1 Before')
addAttribute: (TextFontReference toFont: (TextStyle named: 'Accuny')
defaultFont);
addAttribute: TextFontChange font1 from: 1 to: 2;
addAttribute: TextFontChange font2 from: 3 to: 4;
addAttribute: TextFontChange font3 from: 5 to: 6;
addAttribute: TextFontChange font4 from: 7 to: 8;
addAttribute: (TextFontChange fontNumber: 5) from: 9 to: 10;
yourself))  imageForm magnifyBy: 4) asMorph
position: ActiveHand position; openInWorld.













<This post brought to you by BFAV2>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AccunyFixed.png
Type: application/octet-stream
Size: 830 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-harvest/attachments/20040219/09018cc4/AccunyFixed.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AccunyEdit.1.cs
Type: application/octet-stream
Size: 2627 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-harvest/attachments/20040219/09018cc4/AccunyEdit.1.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AccunyOriginal.png
Type: application/octet-stream
Size: 833 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-harvest/attachments/20040219/09018cc4/AccunyOriginal.obj


More information about the Squeak-harvest mailing list