The R Project SVN R

Rev

Rev 83684 | Rev 84150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83684 Rev 83689
Line 669... Line 669...
669
SEXP R_GE_glyphY(SEXP glyphs);
669
SEXP R_GE_glyphY(SEXP glyphs);
670
SEXP R_GE_glyphFont(SEXP glyphs);
670
SEXP R_GE_glyphFont(SEXP glyphs);
671
SEXP R_GE_glyphSize(SEXP glyphs);
671
SEXP R_GE_glyphSize(SEXP glyphs);
672
SEXP R_GE_glyphColour(SEXP glyphs);
672
SEXP R_GE_glyphColour(SEXP glyphs);
673
 
673
 
674
char* R_GE_glyphFontFile(SEXP glyphFont);
674
const char* R_GE_glyphFontFile(SEXP glyphFont);
675
int R_GE_glyphFontIndex(SEXP glyphFont);
675
int R_GE_glyphFontIndex(SEXP glyphFont);
676
char* R_GE_glyphFontFamily(SEXP glyphFont);
676
const char* R_GE_glyphFontFamily(SEXP glyphFont);
677
double R_GE_glyphFontWeight(SEXP glyphFont);
677
double R_GE_glyphFontWeight(SEXP glyphFont);
678
int R_GE_glyphFontStyle(SEXP glyphFont);
678
int R_GE_glyphFontStyle(SEXP glyphFont);
679
char* R_GE_glyphFontPSname(SEXP glyphFont);
679
const char* R_GE_glyphFontPSname(SEXP glyphFont);
680
 
680
 
681
void GEGlyph(int n, int *glyphs, double *x, double *y, 
681
void GEGlyph(int n, int *glyphs, double *x, double *y, 
682
             SEXP font, double size, 
682
             SEXP font, double size, 
683
             int colour, double rot, pGEDevDesc dd);
683
             int colour, double rot, pGEDevDesc dd);
684
    
684