gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/vob GLTextStyle.java TextStyle.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gzz/vob GLTextStyle.java TextStyle.java
Date: Fri, 13 Sep 2002 14:20:59 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/13 14:20:58

Modified files:
        gzz/vob        : GLTextStyle.java TextStyle.java 

Log message:
        doc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/GLTextStyle.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/TextStyle.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gzz/gzz/vob/GLTextStyle.java
diff -c gzz/gzz/vob/GLTextStyle.java:1.9 gzz/gzz/vob/GLTextStyle.java:1.10
*** gzz/gzz/vob/GLTextStyle.java:1.9    Wed Sep 11 11:25:10 2002
--- gzz/gzz/vob/GLTextStyle.java        Fri Sep 13 14:20:58 2002
***************
*** 28,37 ****
  
  import gzz.gfx.gl.*;
  
! /** OpenGL implementation of TextStyle
   */
  public class GLTextStyle extends TextStyle {
! public static final String rcsid = "$Id: GLTextStyle.java,v 1.9 2002/09/11 
15:25:10 tjl Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  
--- 28,39 ----
  
  import gzz.gfx.gl.*;
  
! /** OpenGL implementation of TextStyle.
!  * This class should be instantiated only in special cases: usually
!  * it's much better to use GraphicsAPI.getTextStyle.
   */
  public class GLTextStyle extends TextStyle {
! public static final String rcsid = "$Id: GLTextStyle.java,v 1.10 2002/09/13 
18:20:58 tjl Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  
Index: gzz/gzz/vob/TextStyle.java
diff -c gzz/gzz/vob/TextStyle.java:1.6 gzz/gzz/vob/TextStyle.java:1.7
*** gzz/gzz/vob/TextStyle.java:1.6      Mon Jun  3 04:43:47 2002
--- gzz/gzz/vob/TextStyle.java  Fri Sep 13 14:20:58 2002
***************
*** 26,35 ****
  import java.awt.*;
  
  /** A style to draw text in.
   */
  
  public abstract class TextStyle {
! public static final String rcsid = "$Id: TextStyle.java,v 1.6 2002/06/03 
08:43:47 tjl Exp $";
  
      /** Get the scale to use to get a font in this style of height h.
       */
--- 26,37 ----
  import java.awt.*;
  
  /** A style to draw text in.
+  * To get an instance suited for the current graphics API, call
+  * gzz.client.GraphicsAPI.getTextStyle()
   */
  
  public abstract class TextStyle {
! public static final String rcsid = "$Id: TextStyle.java,v 1.7 2002/09/13 
18:20:58 tjl Exp $";
  
      /** Get the scale to use to get a font in this style of height h.
       */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]