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_pwritf.c

Go to the documentation of this file.
00001 #include "coxplot.h"
00002 
00003 /*----------------------------------------------------------------------------
00004   Same as pwrit, but with a fancier font (that uses more lines per character)
00005 ------------------------------------------------------------------------------*/
00006 void plotpak_pwritf( float x , float y , char * ch , int isiz , int ior , int icent )
00007 {
00008    real xx=x , yy=y ;
00009    integer nch=strlen(ch) , iisiz=isiz , iior=ior , iicent=icent ;
00010    ftnlen ch_len = nch ;
00011    pwritf_( &xx , &yy , ch , &nch , &iisiz , &iior , &iicent , ch_len ) ;
00012 }
 

Powered by Plone

This site conforms to the following standards: