mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
Fix STR #2523: unimplemented functions have been removed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -184,10 +184,6 @@ class Clip {
|
|||||||
void font(int face, int size);
|
void font(int face, int size);
|
||||||
int font(){return font_;};
|
int font(){return font_;};
|
||||||
int size(){return size_;};
|
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(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);};
|
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 @@ public:
|
|||||||
void page(double pw, double ph, int media = 0);
|
void page(double pw, double ph, int media = 0);
|
||||||
void page(int format);
|
void page(int format);
|
||||||
|
|
||||||
void place(double x, double y, double tx, double ty, double scale = 1);
|
|
||||||
#endif // FL_DOXYGEN
|
#endif // FL_DOXYGEN
|
||||||
Fl_PostScript_Graphics_Driver();
|
Fl_PostScript_Graphics_Driver();
|
||||||
void draw(Fl_Pixmap * pxm,int XP, int YP, int WP, int HP, int cx, int cy);
|
void draw(Fl_Pixmap * pxm,int XP, int YP, int WP, int HP, int cx, int cy);
|
||||||
|
|||||||
Reference in New Issue
Block a user