diff -r 27f1a761148e -r 7fe0b1c1956f FontDescription.st --- a/FontDescription.st Fri Mar 07 23:07:33 2014 +0100 +++ b/FontDescription.st Wed Mar 12 18:41:36 2014 +0100 @@ -1064,8 +1064,7 @@ sizeUnit:#pt encoding:encoding. - newFont isGenericFont:self isGenericFont. - + newFont isGenericFont:self isGenericFont. ^ newFont onDevice:self graphicsDevice. ! @@ -1680,11 +1679,11 @@ !FontDescription class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.86 2014-03-06 14:28:08 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.87 2014-03-12 17:41:36 stefan Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.86 2014-03-06 14:28:08 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.87 2014-03-12 17:41:36 stefan Exp $' ! !