/[classpath]/classpath/java/awt/Font.java
ViewVC logotype

Diff of /classpath/java/awt/Font.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by mkoch, Thu Oct 21 21:07:15 2004 UTC revision 1.22 by fitzsim, Tue Nov 2 17:28:49 2004 UTC
# Line 161  public static final int HANGING_BASELINE Line 161  public static final int HANGING_BASELINE
161     */     */
162    public static final int LAYOUT_NO_LIMIT_CONTEXT = 4;    public static final int LAYOUT_NO_LIMIT_CONTEXT = 4;
163    
164      /**
165       * The logical name of this font.
166       *
167       * @since 1.0
168       */
169      protected String name;
170    
171      /**
172       * The size of this font in pixels.
173       *
174       * @since 1.0
175       */
176      protected int size;
177    
178      /**
179       * The style of this font -- PLAIN, BOLD, ITALIC or BOLD+ITALIC.
180       *
181       * @since 1.0
182       */
183      protected int style;
184    
185  // Serialization constant  // Serialization constant
186  private static final long serialVersionUID = -4206021311591459213L;  private static final long serialVersionUID = -4206021311591459213L;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26