blob: 8dbc1135fac8c659146df59bb551bff98e53b82e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] fontconfig rules of google droid fonts
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20fontconfig%20rules%20of%20google%20droid%20fonts&In-Reply-To=%3CCA%2BCX%2BbjDOTV%2Bf%3D20bi24kS_77uhpZk8TuPgfzXroKk-WB_dRFQ%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="012454.html">
<LINK REL="Next" HREF="012458.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] fontconfig rules of google droid fonts</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20fontconfig%20rules%20of%20google%20droid%20fonts&In-Reply-To=%3CCA%2BCX%2BbjDOTV%2Bf%3D20bi24kS_77uhpZk8TuPgfzXroKk-WB_dRFQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] fontconfig rules of google droid fonts">pterjan at gmail.com
</A><BR>
<I>Thu Mar 1 09:24:45 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="012454.html">[Mageia-dev] fontconfig rules of google droid fonts
</A></li>
<LI>Next message: <A HREF="012458.html">[Mageia-dev] fontconfig rules of google droid fonts
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12457">[ date ]</a>
<a href="thread.html#12457">[ thread ]</a>
<a href="subject.html#12457">[ subject ]</a>
<a href="author.html#12457">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Thu, Mar 1, 2012 at 07:04, You-Cheng Hsieh <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">yochenhsieh at gmail.com</A>> wrote:
><i> Hello,
</I>><i>
</I>><i> Was the fontconfig rules of google droid fonts used for any specific purpose?
</I>><i> <A HREF="http://svnweb.mageia.org/packages/cauldron/google-droid-fonts/current/SOURCES/">http://svnweb.mageia.org/packages/cauldron/google-droid-fonts/current/SOURCES/</A>
</I>><i>
</I>><i> There is a Mageia1/cauldron bug which might be involved with those
</I>><i> fontconfig rules:
</I>><i> <A HREF="https://bugs.mageia.org/show_bug.cgi?id=751">https://bugs.mageia.org/show_bug.cgi?id=751</A>
</I>><i>
</I>><i> Currently, with these config present, libreoffice cannot show proper
</I>><i> font fallback while typing Chinese characters.
</I>><i>
</I>><i> By removing these config files, the problem is reduced to only happen
</I>><i> in Droid Sans. If there's no other regressions or side-effects, please
</I>><i> consider removing these fontconfig rules and rebuild
</I>><i> google-droid-fonts for mageia 1 core update & caldron.
</I>><i>
</I>><i> Thanks.
</I>
I don't know anything about fontconfig but can removing those parts be enough?
4 <alias>
5 <family>monospace</family>
6 <prefer>
7 <family>Droid Sans Mono</family>
8 </prefer>
9 </alias>
140 <alias>
141 <family>sans-serif</family>
142 <prefer>
143 <family>Droid Sans</family>
144 </prefer>
145 </alias>
4 <alias>
5 <family>serif</family>
6 <prefer>
7 <family>Droid Serif</family>
8 </prefer>
9 </alias>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="012454.html">[Mageia-dev] fontconfig rules of google droid fonts
</A></li>
<LI>Next message: <A HREF="012458.html">[Mageia-dev] fontconfig rules of google droid fonts
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12457">[ date ]</a>
<a href="thread.html#12457">[ thread ]</a>
<a href="subject.html#12457">[ subject ]</a>
<a href="author.html#12457">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|