ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: aen <aen@altlinux.ru>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] Mozilla и ее жертвы
Date: Fri, 25 Oct 2002 14:17:22 +0400
Message-ID: <3DB91A32.6090009@altlinux.ru> (raw)
In-Reply-To: <3DB59F4D.7030603@altlinux.ru>

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Alexey Morozov пишет:

>Кстати, вопросец: а есть где-нибудь, э-э-э, внятное описание, как в
>/etc/fonts/fonts.conf включить антиалиасинг только для определенных
>семейств определенных кеглей?
>
>  
>
Нет, надо читать тексты и экспериментировать. Любые сведения, полученные
в результате изысканий, приветсвуются.
Маленький ключик (патч от RH) прилагается.

Rgrds, AEN

[-- Attachment #2: fontconfig-2.0-defaultconfig.patch --]
[-- Type: text/plain, Size: 2890 bytes --]

--- fontconfig/fonts.conf.in.defaultconfig	Mon Aug 19 15:31:59 2002
+++ fontconfig/fonts.conf.in	Mon Sep  2 23:32:37 2002
@@ -170,45 +170,86 @@
 	<alias>
 		<family>serif</family>
 		<prefer>
-			<family>Times New Roman</family>
 			<family>Nimbus Roman No9 L</family>
 			<family>Luxi Serif</family>
-			<family>Times</family>
 			<family>Kochi Mincho</family>
+			<family>ZYSong18030</family>
 			<family>AR PL SungtiL GB</family>
 			<family>AR PL Mingti2L Big5</family>
 			<family>Baekmuk Batang</family>			
+			<family>Times New Roman</family>
+			<family>Times</family>
 		</prefer>
 	</alias>
 	<alias>
 		<family>sans-serif</family>
 		<prefer>
-			<family>Verdana</family>
-			<family>Nimbus Sans L</family>
 			<family>Luxi Sans</family>
-			<family>Arial</family>
+			<family>Nimbus Sans L</family>
 			<family>Helvetica</family>
 			<family>Kochi Gothic</family>
-			<family>AR PL KaitiM GB</family>
-			<family>AR PL KaitiM Big5</family>
-			<family>Baekmuk Dotum</family>
+			<family>ZYSong18030</family>
+			<family>AR PL SungtiL GB</family>
+			<family>AR PL Mingti2L Big5</family>
+			<family>Baekmuk Gulim</family>
+			<family>Verdana</family>
+			<family>Arial</family>
 			<family>SimSun</family>
 		</prefer>
 	</alias>
 	<alias>
 		<family>monospace</family>
 		<prefer>
-			<family>Andale Mono</family>
-			<family>Courier New</family>
 			<family>Luxi Mono</family>
 			<family>Nimbus Mono L</family>
 			<family>Kochi Gothic</family>
-			<family>AR PL KaitiM GB</family>
-			<family>Baekmuk Dotum</family>
+			<family>ZYSong18030</family>
+			<family>AR PL SungtiL GB</family>
+			<family>AR PL Mingti2L Big5</family>
+			<family>Baekmuk Gulim</family>
+			<family>Andale Mono</family>
+			<family>Courier New</family>
 		</prefer>
 	</alias>
 
 <!-- 
+ We can't hint CJK fonts well, so turn off hinting for CJK fonts.
+ -->
+
+	<match target="font">
+		<test name="lang" compare="contains">
+			<string>ja</string>
+		</test>
+		<edit name="hinting" mode="assign">
+			<bool>false</bool>
+		</edit>
+                <!-- the rh_prefer_bitmaps options (a nonstandard
+                     Red Hat extension), controls whether embedded 
+                     bitmaps, when available are preferred
+                     to antialiased rendering. For Japanese,
+                     we prefer antialiased rendering -->
+		<edit name="rh_prefer_bitmaps" mode="assign">
+			<bool>false</bool>
+		</edit>
+	</match>
+	<match target="font">
+		<test name="lang" compare="contains">
+			<string>ko</string>
+		</test>
+		<edit name="hinting" mode="assign">
+			<bool>false</bool>
+		</edit>
+	</match>
+	<match target="font">
+		<test name="lang" compare="contains">
+			<string>zh</string>
+		</test>
+		<edit name="hinting" mode="assign">
+			<bool>false</bool>
+		</edit>
+	</match>
+
+<!-- 
  Artificial oblique for fonts without an italic or oblique version
  -->
  

      reply	other threads:[~2002-10-25 10:17 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-22 18:56 aen
2002-10-22 21:54 ` [sisyphus] " Mikhail Zabaluev
2002-10-23  8:46   ` aen
2002-10-23  5:19 ` [sisyphus] " Korshunov Ilya
2002-10-23  5:39 ` Albert R. Valiev
2002-10-23  5:44   ` Korshunov Ilya
2002-10-23  8:34   ` aen
2002-10-23 10:22 ` [sisyphus] " Michael Shigorin
2002-10-23 10:48   ` Vladimir Alyekhin
2002-10-23 11:03     ` Michael Shigorin
2002-10-23 11:39       ` Vladimir Alyekhin
2002-10-23 11:55     ` Alexey Morozov
2002-10-23 11:12       ` [sisyphus] flash_plugin 6beta (was: Mozilla и ее жертвы) Michael Shigorin
2002-10-23 11:42         ` Vladimir Alyekhin
2002-10-24  2:43 ` [sisyphus] Mozilla и ее жертвы Alexey Korotkov
2002-10-24 10:32   ` aen
2002-10-24 20:38     ` [sisyphus] Mozilla É ÅÅ ÖÅÒÔ×Ù Alex Ott
2002-10-25  8:30       ` [sisyphus] Mozilla Й ЕЕ ЦЕТФЧЩ Alexander Bokovoy
2002-10-25  9:05         ` Alexandre Prokoudine
2002-10-25  9:48           ` [sisyphus] Palm Sergey Indlin
2002-10-25 10:02           ` [sisyphus] Re: Mozilla ê åå ãåôæþý Andrey Khavryuchenko
2002-10-25 11:07           ` [sisyphus] Mozilla Й ЕЕ ЦЕТФЧЩ Sergey Degtyaryov
2002-10-25 20:24         ` [sisyphus] Mozilla ê åå ãåôæþý Alex Ott
2002-10-24  5:16 ` [sisyphus] Mozilla и ее жертвы Alexander S. Belov
2002-10-24 18:27 ` Ivan Zakharyaschev
2002-10-24 18:46   ` aen
2002-10-25  5:55 ` Alexey Morozov
2002-10-25 10:17   ` aen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DB91A32.6090009@altlinux.ru \
    --to=aen@altlinux.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git