# HG changeset patch # User mawalch # Date 1476279813 -7200 # Node ID 316516094a19364642ff197dfd70b5e151857804 # Parent 3c353f6799d50f9a0f090e85a6aa291e50fe8a2b #DOCUMENTATION by mawalch class: XftFontDescription comment/format in: #isFixedWidth typo diff -r 3c353f6799d5 -r 316516094a19 XftFontDescription.st --- a/XftFontDescription.st Wed Oct 12 12:52:34 2016 +0200 +++ b/XftFontDescription.st Wed Oct 12 15:43:33 2016 +0200 @@ -999,7 +999,7 @@ fontId isNil ifTrue:[ ^ false "we don't know yet" ]. - "/ take some obvously different chars + "/ take some obviously different chars width := self widthOf:' '. fixedWidth := (self widthOf:'i') == width and:[(self widthOf:'W') == width