From e6818b19a61dc4324505544aa5af15fd16e84eb9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 18 Jul 2006 11:23:20 +0000 Subject: Fixed byte order in OS X cursor shape data. Added Xft font pointer fl_xftfont. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5262 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/osissues.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'documentation/osissues.html') diff --git a/documentation/osissues.html b/documentation/osissues.html index 3d5b9d767..95050cf0b 100644 --- a/documentation/osissues.html +++ b/documentation/osissues.html @@ -139,7 +139,17 @@ href="drawing.html#fl_color">fl_color() would use. href="drawing.html#fl_font">fl_font(). This is not necessarily the current font of fl_gc, which is not set until fl_draw() is -called. +called. If FLTK was compiled with Xft support, fl_xfont +will usually be 0 and fl_xftfont will contain a pointer +to the XftFont structure instead. + +

extern void *fl_xftfont

+ +

If FLTK was compiled with Xft support enabled, fl_xftfont +Points to the xft font selected by the most recent fl_font(). Otherwise +it will be 0. fl_xftfont should be casted to +XftFont*.

Changing the Display, Screen, or X Visual

-- cgit v1.2.3