WinPrinterContext.st
changeset 2353 d8d1a7094c63
parent 2352 b9196fb35b8a
child 2354 8bfd1f8d2e08
equal deleted inserted replaced
2352:b9196fb35b8a 2353:d8d1a7094c63
  5543                                                                                 [exEnd]
  5543                                                                                 [exEnd]
  5544 
  5544 
  5545 "
  5545 "
  5546 ! !
  5546 ! !
  5547 
  5547 
       
  5548 !WinPrinterContext::WinPrinterGraphicContext methodsFor:'accessing dimensions'!
       
  5549 
       
  5550 bottomMargin
       
  5551     "not yet supported - should be part of the translation"
       
  5552 
       
  5553     ^ 0
       
  5554 !
       
  5555 
       
  5556 leftMargin
       
  5557     "not yet supported - should be part of the translation"
       
  5558 
       
  5559     ^ 0
       
  5560 !
       
  5561 
       
  5562 rightMargin
       
  5563     "not yet supported - should be part of the translation"
       
  5564 
       
  5565     ^ 0
       
  5566 !
       
  5567 
       
  5568 topMargin
       
  5569     "not yet supported - should be part of the translation"
       
  5570 
       
  5571     ^ 0
       
  5572 ! !
       
  5573 
  5548 !WinPrinterContext::WinPrinterGraphicContext methodsFor:'accessing-transformation'!
  5574 !WinPrinterContext::WinPrinterGraphicContext methodsFor:'accessing-transformation'!
  5549 
  5575 
  5550 scale
  5576 scale
  5551     "answer the scale excluding the fontScale factor"
  5577     "answer the scale excluding the fontScale factor"
  5552 
  5578 
  5782 ! !
  5808 ! !
  5783 
  5809 
  5784 !WinPrinterContext class methodsFor:'documentation'!
  5810 !WinPrinterContext class methodsFor:'documentation'!
  5785 
  5811 
  5786 version
  5812 version
  5787     ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.26 2007-11-13 15:15:28 ca Exp $'
  5813     ^ '$Header: /cvs/stx/stx/libview2/WinPrinterContext.st,v 1.27 2007-11-13 16:25:18 ca Exp $'
  5788 ! !
  5814 ! !