PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com
_____________________________________________________________

Thank you, Leonard.



Le 26/09/03 16:58, Leonard Rosenthol <[EMAIL PROTECTED]> a �crit�:

> 
> PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com
> _____________________________________________________________
> 
> At 3:15 PM +0200 9/26/03, Christian Brugeron wrote:
>> How can I rotate a text at 90 degrees before placing it?
>> 
> 
>    ASFixed    rad = (ASFixed) (inDegrees * PDF_M_PI / 180);    /*
> convert to radians */
> 
>    ASFixed c = (ASFixed) cos(rad);
>    ASFixed s = (ASFixed) sin(rad);
> 
>    SetMatrix( c, s, -s, c, 0, 0 );
> 
> 
> 
> Leonard


To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfdev.html

Reply via email to