[squeak-dev] The Trunk: TrueType-topa.39.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 26 22:22:33 UTC 2015


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

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

Name: TrueType-topa.39
Author: topa
Time: 27 April 2015, 12:22:22.354 am
UUID: 56191fb5-ec5f-49c5-b17f-18c8f4c70dc1
Ancestors: TrueType-topa.38

FontSet>>pointSize: Consistency with related implementations and losing hard-coded DPI

=============== Diff against TrueType-topa.38 ===============

Item was changed:
  ----- Method: TTCFontSet>>pointSize (in category 'accessing') -----
  pointSize
  
+ 	^ fontArray first pointSize
- 	^ fontArray first pixelSize * 72 // 96.
  !



More information about the Squeak-dev mailing list