#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 08 May 2016 03:59:49 +0200
changeset 7345 8eea38c33a0b
parent 7344 627026dac7d7
child 7346 a95e98332e78
#DOCUMENTATION by cg class: DeviceGraphicsContext comment/format in: #displayOpaqueString:from:to:x:y: #displayOpaqueString:x:y: #displayString:from:to:x:y: #displayString:x:y:
DeviceGraphicsContext.st
--- a/DeviceGraphicsContext.st	Sun May 08 03:59:41 2016 +0200
+++ b/DeviceGraphicsContext.st	Sun May 08 03:59:49 2016 +0200
@@ -1717,7 +1717,7 @@
     "draw a substring at the coordinate x/y - draw foreground pixels in
      paint-color and background pixels in bgPaint-color.
      If the transformation involves scaling,
-     the fonts point-size is scaled as appropriate.
+     the font's point-size is scaled as appropriate.
      Assuming that device can only draw in device colors, we have to handle
      the case where paint and/or bgPaint are dithered colors"
 
@@ -1727,7 +1727,7 @@
 displayOpaqueString:aString x:x y:y
     "draw a string at the coordinate x/y - draw foreground pixels in paint-color,
      background pixels in bgPaint color. If the transformation involves scaling,
-     the fonts point-size is scaled as appropriate.
+     the font's point-size is scaled as appropriate.
      Assuming that device can only draw in device colors, we have to handle
      the case where paint and/or bgPaint are dithered colors or images."
 
@@ -1882,7 +1882,7 @@
     "draw a substring at the coordinate x/y -
      draw foreground-pixels only (in current paint-color),
      leaving background as-is. If the transformation involves scaling,
-     the fonts point-size is scaled as appropriate."
+     the font's point-size is scaled as appropriate."
 
     self displayString:aString from:index1 to:index2 x:x y:y opaque:false
 !
@@ -2096,7 +2096,7 @@
     "draw a string at the coordinate x/y -
      draw foreground-pixels only (in current paint-color),
      leaving background as-is. If the transformation involves scaling,
-     the fonts point-size is scaled as appropriate."
+     the font's point-size is scaled as appropriate."
 
     aString isPlainString ifFalse:[
         "