Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

ppak_pwrit.c

Go to the documentation of this file.
00001 #include "coxplot.h"
00002 
00003 /*-----------------------------------------------------------------
00004   Writes a character string at subjective location (x,y).
00005   isiz  = size of characters (in units of 0.001 * pagewidth)
00006   ior   = orientation in integer degrees CCW from horizontal
00007   icent = centering option:
00008           +1 => (x,y) is center of right edge of last character
00009            0 => (x,y) is center of entire string
00010           -1 => (x,y) is center of left edge of first character
00011           -2 => (x,y) is is lower left corner of string
00012   The characters are written with lines defined by the original
00013   NCAR font.
00014 -------------------------------------------------------------------*/
00015 void plotpak_pwrit( float x , float y , char * ch , int isiz , int ior , int icent )
00016 {
00017    real xx=x , yy=y ;
00018    integer nch=strlen(ch) , iisiz=isiz , iior=ior , iicent=icent ;
00019    ftnlen ch_len = nch ;
00020    pwrit_( &xx , &yy , ch , &nch , &iisiz , &iior , &iicent , ch_len ) ;
00021 }
00022 
 

Powered by Plone

This site conforms to the following standards: