Author: manolo
Date: 2011-01-16 11:56:01 -0800 (Sun, 16 Jan 2011)
New Revision: 8284
Log:
Fix STR #2523: unimplemented functions have been removed.

Modified:
   branches/branch-1.3/FL/Fl_PostScript.H

Modified: branches/branch-1.3/FL/Fl_PostScript.H
===================================================================
--- branches/branch-1.3/FL/Fl_PostScript.H      2011-01-16 19:44:12 UTC (rev 
8283)
+++ branches/branch-1.3/FL/Fl_PostScript.H      2011-01-16 19:56:01 UTC (rev 
8284)
@@ -184,10 +184,6 @@
   void font(int face, int size);
   int font(){return font_;};
   int size(){return size_;};
-  double width(unsigned c);
-  double width(const char* s, int n);
-  int descent();
-  int height();
   
   void draw_image(const uchar* d, int x,int y,int w,int h, int delta=3, int 
ldelta=0){draw_scaled_image(d,x,y,w,h,w,h,delta,ldelta);};
   void draw_image_mono(const uchar* d, int x,int y,int w,int h, int delta=1, 
int ld=0){draw_scaled_image_mono(d,x,y,w,h,w,h,delta,ld);};
@@ -208,7 +204,6 @@
   void page(double pw, double ph, int media = 0);
   void page(int format);
   
-  void place(double x, double y, double tx, double ty, double scale = 1);
 #endif // FL_DOXYGEN
   Fl_PostScript_Graphics_Driver();
   void draw(Fl_Pixmap * pxm,int XP, int YP, int WP, int HP, int cx, int cy);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to