![]() | |
![]() | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
![]() |
textStream := TextStream on: (Text new: 5000). string := 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
aFontWithDifferentSizes := TextConstants at: #BitstreamVeraSans. aFontWithDifferentSizes fontArray do: [:aFont | textStream withAttribute: (TextFontReference toFont: aFont) do: [textStream nextPutAll: aFont pointSize asString, ': ', string; cr]. ].