diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110225/003791.html')
| -rw-r--r-- | zarb-ml/mageia-discuss/20110225/003791.html | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110225/003791.html b/zarb-ml/mageia-discuss/20110225/003791.html new file mode 100644 index 000000000..725182f89 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110225/003791.html @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do you have any problem with fonts ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20you%20have%20any%20problem%20with%20fonts%20%3F&In-Reply-To=%3CAANLkTi%3DzYR5wUTdD_xn7xqUb-qCtQRQaG3nUZRPEB_fH%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="003790.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do you have any problem with fonts ?</H1> + <B>Ahmad Samir</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20you%20have%20any%20problem%20with%20fonts%20%3F&In-Reply-To=%3CAANLkTi%3DzYR5wUTdD_xn7xqUb-qCtQRQaG3nUZRPEB_fH%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Do you have any problem with fonts ?">ahmadsamir3891 at gmail.com + </A><BR> + <I>Fri Feb 25 23:56:55 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003790.html">[Mageia-discuss] Do you have any problem with fonts ? +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#3791">[ date ]</a> + <a href="thread.html#3791">[ thread ]</a> + <a href="subject.html#3791">[ subject ]</a> + <a href="author.html#3791">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 25 February 2011 22:48, Anssi Hannula <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">anssi.hannula at iki.fi</A>> wrote: +><i> On 25.02.2011 22:29, Anssi Hannula wrote: +</I>>><i> On 25.02.2011 21:22, Dimitrios Glentadakis wrote: +</I>>>><i> Στις Δευτέρα 21 Φεβρουάριος 2011 07:30:13 γράψατε: +</I>>>>><i> I remarked a change in fonts, they are not like before. I installed liberation fonts because it was missing, but stil the fonts has something blur, it is a little painful to read specially in white background. +</I>>>>><i> I changed the dpi, and i tried different settings (subpixel etc) without success +</I>>>>><i> It is like is the letter has a little margin with some little red points inside. +</I>>>>><i> +</I>>>>><i> It is any change to freetype2 package or is the same as mandriva ? +</I>>>>><i> +</I>>>>><i> +</I>>>>><i> +</I>>>><i> +</I>>>><i> Finaly there is a problem with the freetype2 package of mageia +</I>>>><i> You can see the screenshot, +</I>>>><i> <A HREF="http://www.mandrivalinux.gr/dimitrios/freetype8mdv.png">http://www.mandrivalinux.gr/dimitrios/freetype8mdv.png</A> +</I>>><i> +</I>>><i> Right one looks better to me, the left one looks too blurred. +</I>>><i> I do not notice any red stuff in the text on the right-hand image. +</I>>><i> +</I>>>><i> i had the same problem before : +</I>>>><i> <A HREF="https://qa.mandriva.com/show_bug.cgi?id=56825">https://qa.mandriva.com/show_bug.cgi?id=56825</A> +</I>>>><i> <A HREF="https://qa.mandriva.com/show_bug.cgi?id=48346">https://qa.mandriva.com/show_bug.cgi?id=48346</A> +</I>>>><i> <A HREF="http://forum.kde.org/viewtopic.php?f=66&t=36173">http://forum.kde.org/viewtopic.php?f=66&t=36173</A> +</I>>>><i> +</I>>>><i> I installed in my system (mageia) the mandriva package: +</I>>>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at localhost</A> dglent]# rpm -ivh --force lib64freetype6-2.3.12-1mdv2010.1.x86_64.rpm +</I>>>><i> warning: lib64freetype6-2.3.12-1mdv2010.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 70771ff3 +</I>>>><i> Preparing...                                                           ########################################### [100%] +</I>>>><i>    1:lib64freetype6                                                    ########################################### [100%] +</I>>>><i> +</I>>>><i> and the fonts became normal. +</I>>>><i> +</I>>>><i> There is a difference in the spec of mandriva and mageia of freetype2 +</I>>><i> [...] +</I>>>><i> It means that now the bytecode interpreter is enabled ? May be this creates the distortion. +</I>>><i> +</I>>><i> You can switch back to autohinter by force-enabling "autohint" in +</I>>><i> ~/.fonts.conf: +</I>>><i> <match target="font"> +</I>>><i>          <edit name="autohint" mode="assign"> +</I>>><i>                  <bool>false</bool> +</I>><i> +</I>><i> Should be true, not false. +</I>><i> +</I>>><i>          </edit> +</I>>><i> </match> +</I>>><i> +</I>>><i> Or system-wide by enabling a configuration file which does the same: +</I>>><i> ln -s ../conf.avail/10-autohint.conf /etc/fonts/conf.d/10-autohint.conf +</I>>><i> +</I>><i> +</I>><i> +</I>><i> -- +</I>><i> Anssi Hannula +</I>><i> +</I> +Adding to Anssi's minute explanation; yes, the bytecode interpreter is +enabled by default since version 2.4, this is an upstream change as +the patents expired <A HREF="http://freetype.org/patents.html">http://freetype.org/patents.html</A> + +-- +Ahmad Samir +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003790.html">[Mageia-discuss] Do you have any problem with fonts ? +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#3791">[ date ]</a> + <a href="thread.html#3791">[ thread ]</a> + <a href="subject.html#3791">[ subject ]</a> + <a href="author.html#3791">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |
