FontDescription.st
changeset 6316 7fe0b1c1956f
parent 6313 2b9a1e4d6f96
child 6320 3205a83288d3
equal deleted inserted replaced
6315:27f1a761148e 6316:7fe0b1c1956f
  1062         style:style 
  1062         style:style 
  1063         size:anotherSize 
  1063         size:anotherSize 
  1064         sizeUnit:#pt
  1064         sizeUnit:#pt
  1065         encoding:encoding.
  1065         encoding:encoding.
  1066 
  1066 
  1067      newFont isGenericFont:self isGenericFont.
  1067     newFont isGenericFont:self isGenericFont.
  1068 
       
  1069     ^ newFont onDevice:self graphicsDevice.
  1068     ^ newFont onDevice:self graphicsDevice.
  1070 !
  1069 !
  1071 
  1070 
  1072 asStyle:anotherStyle
  1071 asStyle:anotherStyle
  1073     |newFont|
  1072     |newFont|
  1678 ! !
  1677 ! !
  1679 
  1678 
  1680 !FontDescription class methodsFor:'documentation'!
  1679 !FontDescription class methodsFor:'documentation'!
  1681 
  1680 
  1682 version
  1681 version
  1683     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.86 2014-03-06 14:28:08 stefan Exp $'
  1682     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.87 2014-03-12 17:41:36 stefan Exp $'
  1684 !
  1683 !
  1685 
  1684 
  1686 version_CVS
  1685 version_CVS
  1687     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.86 2014-03-06 14:28:08 stefan Exp $'
  1686     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.87 2014-03-12 17:41:36 stefan Exp $'
  1688 ! !
  1687 ! !
  1689 
  1688 
  1690 
  1689 
  1691 FontDescription initialize!
  1690 FontDescription initialize!