jdk/src/windows/native/sun/windows/awt_Font.h
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   240    /*
   240    /*
   241     * Variables
   241     * Variables
   242     */
   242     */
   243 
   243 
   244 private:
   244 private:
   245     /* The array of assocated font handles */
   245     /* The array of associated font handles */
   246     HFONT* m_hFont;
   246     HFONT* m_hFont;
   247     /* The number of handles. */
   247     /* The number of handles. */
   248     int    m_hFontNum;
   248     int    m_hFontNum;
   249     /* The index of the handle used to be set to AwtTextComponent. */
   249     /* The index of the handle used to be set to AwtTextComponent. */
   250     int    m_textInput;
   250     int    m_textInput;