WinPrinterContext.st
changeset 3190 437b1425507e
parent 3041 e0211b174c0e
child 3457 dcc643202507
child 3526 8dea8945255b
equal deleted inserted replaced
3189:715f5527f5ef 3190:437b1425507e
  5616 supportsGraphics
  5616 supportsGraphics
  5617     ^(OperatingSystem getDeviceCaps: gcId index: 2 "Technology") ~= 4
  5617     ^(OperatingSystem getDeviceCaps: gcId index: 2 "Technology") ~= 4
  5618 
  5618 
  5619     "Created: / 03-08-2006 / 10:07:43 / fm"
  5619     "Created: / 03-08-2006 / 10:07:43 / fm"
  5620     "Modified: / 16-04-2007 / 12:44:03 / cg"
  5620     "Modified: / 16-04-2007 / 12:44:03 / cg"
       
  5621 !
       
  5622 
       
  5623 supportsVariableHeightFonts
       
  5624 
       
  5625     ^ false
  5621 ! !
  5626 ! !
  5622 
  5627 
  5623 !WinPrinterContext methodsFor:'registration'!
  5628 !WinPrinterContext methodsFor:'registration'!
  5624 
  5629 
  5625 registerFont:aFont
  5630 registerFont:aFont
  6058 ! !
  6063 ! !
  6059 
  6064 
  6060 !WinPrinterContext class methodsFor:'documentation'!
  6065 !WinPrinterContext class methodsFor:'documentation'!
  6061 
  6066 
  6062 version
  6067 version
  6063     ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.43 2013-01-11 15:09:26 cg Exp $'
  6068     ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.44 2013-07-04 10:57:17 mb Exp $'
  6064 !
  6069 !
  6065 
  6070 
  6066 version_CVS
  6071 version_CVS
  6067     ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.43 2013-01-11 15:09:26 cg Exp $'
  6072     ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.44 2013-07-04 10:57:17 mb Exp $'
  6068 ! !
  6073 ! !
       
  6074