Uses of Class
gnu.x11.Font

Packages that use Font
gnu.x11 Provide X protocols. 
gnu.x11.extension.glx Provide OpenGL(tm) via GLX. 
 

Uses of Font in gnu.x11
 

Fields in gnu.x11 declared as Font
 Font Text.font
           
static Font Cursor.FONT
           
static Font Font.NONE
          Predefined font.
 

Methods in gnu.x11 with parameters of type Font
 void Cursor.create(Font src, Font mask, int source_char, int mask_char, int fg_r, int fg_g, int fg_b, int bg_r, int bg_g, int bg_b)
           
 void GC.set_font(Font font)
           
 void GC.Values.set_font(Font f)
           
 void Drawable.text(GC gc, int x, int y, java.lang.String s, int delta, Font font)
           
 

Constructors in gnu.x11 with parameters of type Font
Cursor(Font src, Font mask, int source_char, int mask_char, int fg_r, int fg_g, int fg_b, int bg_r, int bg_g, int bg_b)
           
Text(java.lang.String s, int delta, Font font)
           
 

Uses of Font in gnu.x11.extension.glx
 

Methods in gnu.x11.extension.glx with parameters of type Font
 void GL.use_x_font(Font font, int first, int count, int base)