--- ddd-3.3.8/ddd/Ddd.in.orig 2003-10-22 23:25:51 +0400 +++ ddd-3.3.8/ddd/Ddd.in 2004-05-06 19:55:45 +0400 @@ -976,10 +976,10 @@ main_vxworks @Ddd@*variableWidthFont: helvetica-medium ! The font to use for fixed-width fields, such as the source code. -@Ddd@*fixedWidthFont: lucidatypewriter-medium +@Ddd@*fixedWidthFont: times-medium ! The font to use for data displays. -@Ddd@*dataFont: lucidatypewriter-medium +@Ddd@*dataFont: times-medium ! The base font size; overrides the point settings as set above. @Ddd@*FontSize: 120 --- ddd-3.3.8/ddd/fonts.C.orig 2003-10-13 17:41:09 +0400 +++ ddd-3.3.8/ddd/fonts.C 2004-05-06 19:55:45 +0400 @@ -166,12 +166,12 @@ static string fallbackfont(DDDFont font) switch (font) { case DefaultDDDFont: - return "-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*"; + return "-*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*"; case VariableWidthDDDFont: - return "-*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*"; + return "-*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*"; case FixedWidthDDDFont: case DataDDDFont: - return "-*-lucidatypewriter-medium-r-*-*-*-120-*-*-*-*-iso8859-*"; + return "-*-times-medium-r-*-*-*-120-*-*-*-*-*-*"; case SymbolDDDFont: return "-*-symbol-*-*-*-*-*-120-*-*-*-*-adobe-*"; }