xfig.h
来自「此文件包含了在linux下实现tpr-tree索引的源代码」· C头文件 代码 · 共 26 行
H
26 行
// -*- Mode: C++ -*-//--------------------------------------------------------------- // xfig.h// ------// libxfig drawing library by Kazuo AMANO.//// Slightly modified by Simonas Saltenis, Aalborg University, 2001// For an original version and the documentation go to // http://www.cc.gunma-u.ac.jp/~amano/kamano.html // #define PAGESIZE 500 /* xfig page size PAGESIZE x PAGESIZE */#define PICMARGIN 10 /* margin size around pictures *//* xfig drawing functions {\hfill}*/extern void xfig_startfile (FILE *file);extern void xfig_color (double x);extern void xfig_depth (double x);extern void xfig_linewidth (double x);extern void xfig_linestyle (double x);extern void xfig_fillstyle (double x);extern void xfig_2d_polyline (const double* dptr);extern void xfig_3d_viewpoint (const double* dptr);extern void xfig_3d_polyline (const double* dptr);extern void xfig_new_picture (int x, int y);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?