The R Project SVN R

Rev

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

Rev 84150 Rev 86937
Line 668... Line 668...
668
SEXP R_GE_glyphX(SEXP glyphs);
668
SEXP R_GE_glyphX(SEXP glyphs);
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
SEXP R_GE_glyphRotation(SEXP glyphs);
-
 
674
Rboolean R_GE_hasGlyphRotation(SEXP glyphs);
673
 
675
 
674
const char* R_GE_glyphFontFile(SEXP glyphFont);
676
const char* R_GE_glyphFontFile(SEXP glyphFont);
675
int R_GE_glyphFontIndex(SEXP glyphFont);
677
int R_GE_glyphFontIndex(SEXP glyphFont);
676
const char* R_GE_glyphFontFamily(SEXP glyphFont);
678
const char* R_GE_glyphFontFamily(SEXP glyphFont);
677
double R_GE_glyphFontWeight(SEXP glyphFont);
679
double R_GE_glyphFontWeight(SEXP glyphFont);