[futurebasic] Re: [FB] printing text

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2003 : Group Archive : Group : All Groups

From: "J. Smith" <jsmithxx@...>
Date: Thu, 03 Jul 2003 20:34:20 -0400
Convert from mm to pixels...

73 pixels/inch
25.4 mm/in

Therefore,  73/25.4 = 2.874  pixels/mm   or
            25.4/73 = .34794 mm/pixel

If you want to print  10 mm from edge of page then statement  would be


x = 2.874 * 10 = 29 pixels

print %(29, 0) myData

   



> From: "Andrea P." <andrea.pic@...>
> Reply-To: futurebasic@...
> Date: Thu, 03 Jul 2003 15:58:10 +0200
> To: futurebasic@...
> Subject: [FB] printing text
> 
> hi boys,
> 
> what do I do for send to printer a text in mm instead of pixel ?
> 
> 
> Yours Sincerely,
> 
> Piccinini Andrea
> 
> 
> --
> To unsubscribe, send ANY message to <futurebasic-unsubscribe@...>
>