XftFontDescription.st
changeset 7054 9036fd6f3d83
parent 7050 f0f26dbce164
child 7055 d16570f7beef
equal deleted inserted replaced
7052:077c42fa42d1 7054:9036fd6f3d83
   711     ].
   711     ].
   712     screen := device screen.
   712     screen := device screen.
   713     drawableId := aGC drawableId.
   713     drawableId := aGC drawableId.
   714 
   714 
   715 %{
   715 %{
   716 #define XFT
       
   717 #ifdef XFT
   716 #ifdef XFT
   718     XftColor color;
   717     XftColor color;
   719     XGlyphInfo extents;
   718     XGlyphInfo extents;
   720     XRectangle clipRX;
   719     XRectangle clipRX;
   721     char *string;
   720     char *string;