Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37868021
en ru br
Репозитории ALT
S:3.4.0-alt1
5.1: 3.3.12-alt1
4.1: 3.3.11-alt2
4.0: 3.3.11-alt1
3.0: 3.3.8-alt1.1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: ddd

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: ddd-3.3.8-alt-fonts.patch
Скачать


--- 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-*";
     }
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin