View | Details | Raw Unified | Return to bug 23749
Collapse All | Expand All

(-)Eclipse SWT/photon/org/eclipse/swt/graphics/Font.java 9 Sep 2002 19:10:48 -0000 1.8 (-1 / +1 lines)
Lines 42-48 Link Here
42
   static {
42
   static {
43
       DefaultFontName = Converter.wcsToMbcs(null, "TextFont", true);
43
       DefaultFontName = Converter.wcsToMbcs(null, "TextFont", true);
44
       DefaultFont = Converter.wcsToMbcs(null, "TextFont09", true);
44
       DefaultFont = Converter.wcsToMbcs(null, "TextFont8", true);
45
   }
45
   }
46
Font() {
46
Font() {

Return to bug 23749