• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Printing resolution problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Printing resolution problems


  • Subject: Re: Printing resolution problems
  • From: Erik Buck <email@hidden>
  • Date: Sun, 16 Apr 2006 21:17:03 -0400

Your question makes no sense to me. What makes you think your printed output is restricted to 72 dpi ? Are you printing an image that only has that resolution ? Cocoa's vector drawing is device independent and there is no assumed resolution. Yes, a one unit distance in un-scaled coordinates corresponds 1/72 inch. However, nothing stops you from drawing form {0.0, 0.0} to {0.24, 0.0} which is a short horizontal line 1/300 inch long. [0.24/72 == 1/300]

If you want one unit distance in your coordinate system to equal 1/300 inch, just scale the coordinate system by 72/300.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • RE: Printing resolution problems
      • From: "Joris Mans" <email@hidden>
  • Prev by Date: Re: does windowDidClose or not?
  • Next by Date: Re: does windowDidClose or not?
  • Previous by thread: Printing resolution problems
  • Next by thread: RE: Printing resolution problems
  • Index(es):
    • Date
    • Thread