[squeak-dev] The Trunk: Multilingual-topa.213.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 1 10:10:05 UTC 2016


Tobias Pape uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-topa.213.mcz

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

Name: Multilingual-topa.213
Author: topa
Time: 1 June 2016, 12:09:52.450255 pm
UUID: 3b6d0aef-b027-4adc-8442-10f00e2eaeb2
Ancestors: Multilingual-pre.212

All fonts should know whether they have a glyph.

=============== Diff against Multilingual-pre.212 ===============

Item was added:
+ ----- Method: StrikeFontSet>>basicHasGlyphOf: (in category 'private') -----
+ basicHasGlyphOf: aCharacter
+ 
+ 	| actualFont |
+ 	actualFont := self fontOf: aCharacter ifAbsent: [^ false].
+ 	^ actualFont basicHasGlyphOf: aCharacter!



More information about the Squeak-dev mailing list