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
100
101
102
103
104
105
106
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] why not disable bytecode interpreter in freetype2 ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20why%20not%20disable%20bytecode%20interpreter%20in%20freetype2%20%3F&In-Reply-To=%3C1305087787.32288.270.camel%40desktop.barefootcomputing.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004606.html">
<LINK REL="Next" HREF="004608.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] why not disable bytecode interpreter in freetype2 ?</H1>
<B>Liam R E Quin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20why%20not%20disable%20bytecode%20interpreter%20in%20freetype2%20%3F&In-Reply-To=%3C1305087787.32288.270.camel%40desktop.barefootcomputing.com%3E"
TITLE="[Mageia-dev] why not disable bytecode interpreter in freetype2 ?">liam at holoweb.net
</A><BR>
<I>Wed May 11 06:23:07 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004606.html">[Mageia-dev] why not disable bytecode interpreter in freetype2 ?
</A></li>
<LI>Next message: <A HREF="004608.html">[Mageia-dev] why not disable bytecode interpreter in freetype2 ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4607">[ date ]</a>
<a href="thread.html#4607">[ thread ]</a>
<a href="subject.html#4607">[ subject ]</a>
<a href="author.html#4607">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, 2011-05-11 at 04:57 +0100, Zé wrote:
><i> In mandriva sincepatent expiration in freetype, fonts display wasnt
</I>><i> smoth anymore and appeared ugly fonts, this used to exist just in
</I>><i> plf..
</I>
Note that whether fonts are "ugly" is very subjective, and also varies
depending on one's eyes.
For example, people who wear glasses will often prefer their text *not*
to be antialiased, especially when the screen resolution is under 150
dpi and the viewing distance is under 18 inches / 0.5 metres) or so.
><i> But since theres no patents issues pending, why not old rendering
</I>><i> algorithms by default (disable bytecode interpreter), that way fonts
</I>><i> will have a better rendering and look.
</I>For some fonts and for many (most?) people, this will look worse.
><i>
</I>><i> This is most true for guys that are used to use small fonts, for
</I>><i> example im used to use Sans size 8
</I>
I can't even see size 8 on my laptop without a magnifying glass. Not
because of my vision, but because 8pt text gives letterforms that for
lower case x-height is typically 1.4mm -and 8px gives me 0.7mm high
letters.
You can turn off the bytecode interpreter, e.g. using gnome in
preferences/appearance under fonts/details, or in fonts.conf, but you
can't turn it back on if it was disabled at compilation time.
You can also turn off antialiasing and sub-pixel positioning.
Liam
--
Liam Quin - XML Activity Lead, W3C, <A HREF="http://www.w3.org/People/Quin/">http://www.w3.org/People/Quin/</A>
Pictures from old books: <A HREF="http://fromoldbooks.org/">http://fromoldbooks.org/</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004606.html">[Mageia-dev] why not disable bytecode interpreter in freetype2 ?
</A></li>
<LI>Next message: <A HREF="004608.html">[Mageia-dev] why not disable bytecode interpreter in freetype2 ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4607">[ date ]</a>
<a href="thread.html#4607">[ thread ]</a>
<a href="subject.html#4607">[ subject ]</a>
<a href="author.html#4607">[ 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>
|