diff options
author | joye <joye> | 2013-12-09 21:26:21 (GMT) |
---|---|---|
committer | joye <joye> | 2013-12-09 21:26:21 (GMT) |
commit | 208c51bee03e50ebeff32d63843394d3bd41ee23 (patch) | |
tree | 19fe65467d8ed770f3364a099af598778e468306 /src/bltGrPSOutput.h | |
parent | 42c465af03672c8882090398363567489976d946 (diff) | |
download | blt-208c51bee03e50ebeff32d63843394d3bd41ee23.zip blt-208c51bee03e50ebeff32d63843394d3bd41ee23.tar.gz blt-208c51bee03e50ebeff32d63843394d3bd41ee23.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r-- | src/bltGrPSOutput.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h index 0c02078..0c9f8f2 100644 --- a/src/bltGrPSOutput.h +++ b/src/bltGrPSOutput.h @@ -145,7 +145,7 @@ extern void Blt_Ps_XSetBitmapData(Blt_Ps ps, Display *display, extern void Blt_Ps_XSetForeground(Blt_Ps ps, XColor *colorPtr); -extern void Blt_Ps_XSetFont(Blt_Ps ps, Blt_Font font); +extern void Blt_Ps_XSetFont(Blt_Ps ps, Tk_Font font); extern void Blt_Ps_XSetDashes(Blt_Ps ps, Blt_Dashes *dashesPtr); @@ -203,9 +203,9 @@ extern void Blt_Ps_Polygon(Blt_Ps ps, Point2d *screenPts, int nScreenPts); extern void Blt_Ps_SetPrinting(Blt_Ps ps, int value); extern int Blt_Ps_IsPrinting(void); -extern int Blt_Ps_TextWidth(Blt_Font font, const char *string, int nBytes); +extern int Blt_Ps_TextWidth(Tk_Font font, const char *string, int nBytes); -extern int Blt_Ps_GetFontMetrics(Blt_Font font, Blt_FontMetrics *fmPtr); +extern int Blt_Ps_GetFontMetrics(Tk_Font font, Tk_FontMetrics *fmPtr); extern void Blt_Ps_FontName(const char *family, int flags, Tcl_DString *resultPtr); |