id summary reporter owner description type status priority milestone component resolution keywords cc cvshead 141 Wrong example in WinWorkstation>> pixelSizesInFamily patrik.svestka@… "The example below the code does not work {{{ pixelSizesInFamily:aFamilyName face:aFaceName style:aStyleName filtering:filterBlock ""return a set of all available font pixel sizes in aFamily/aFace/aStyle on this display. Redefined to handle the special case of 0-size (which stands for any)"" |sizes| sizes := super pixelSizesInFamily:aFamilyName face:aFaceName style:aStyleName filtering:filterBlock. (sizes notNil and:[sizes includes:0]) ifTrue:[ ""special: size 0 means: there are scaled versions in all sizes available"" ^ #(6 8 10 12 13 14 15 16 18 20 22 24 28 32 48 64) ]. ^ sizes "" Display pixelSizesInFamily:'courier' face:'bold' style:'roman' "" }}} I have a patch, I'll publish it when I get to it." defect new minor default 0