[squeak-dev] The Trunk: Graphics-mt.477.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 10 11:04:56 UTC 2022


Marcel Taeumel uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-mt.477.mcz

==================== Summary ====================

Name: Graphics-mt.477
Author: mt
Time: 10 February 2022, 12:04:49.258307 pm
UUID: cfebc67c-c557-724e-aa02-adaac245f45c
Ancestors: Graphics-mt.476

Minor cleanup.

=============== Diff against Graphics-mt.476 ===============

Item was changed:
  ----- Method: AbstractFont>>sampleText (in category 'example') -----
  sampleText
  
  	| text |
+ 	text := self isSymbolFont
- 	text := (self isSymbolFont or: [(self basicHasGlyphOf: $a) not])
  		ifTrue: [self symbolSample asText]
  		ifFalse: [Text textSample].
  	text addAttribute: (TextFontReference toFont: self).
  	^ text!



More information about the Squeak-dev mailing list