The R Project SVN R

Rev

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

Rev 64656 Rev 66104
Line 874... Line 874...
874
{
874
{
875
    return (gc->fontface == ItalicFont ||
875
    return (gc->fontface == ItalicFont ||
876
	    gc->fontface == BoldItalicFont);
876
	    gc->fontface == BoldItalicFont);
877
}
877
}
878
 
878
 
879
extern int Rf_AdobeSymbol2ucs2(int n);
-
 
880
static BBOX GlyphBBox(int chr, pGEcontext gc, pGEDevDesc dd)
879
static BBOX GlyphBBox(int chr, pGEcontext gc, pGEDevDesc dd)
881
{
880
{
882
    BBOX bbox;
881
    BBOX bbox;
883
    double height, depth, width;
882
    double height, depth, width;
884
    int chr1 = chr;
883
    int chr1 = chr;