<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.fonts.freetype.devel">
    <title>gmane.comp.fonts.freetype.devel</title>
    <link>http://blog.gmane.org/gmane.comp.fonts.freetype.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8039"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8038"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8035"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8031"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8029"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8026"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8007"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7985"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7983"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7967"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7961"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7958"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7953"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7952"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7933"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7929"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7924"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7923"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7921"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7912"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8039">
    <title>[ft-devel] subscribe</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8039</link>
    <description>&lt;pre&gt;Good evening,
            I've tried to compile freetype 2.4.9 using mingw-w64
toolchain on cygwin environment (I have Windows 7 64-bit).. The
configure step goes all OK, although it tells it is on unix.. When I
call "make", the command compiles almost all the headers, but when it
calls the script apinames.exe it shows "coud not open
'/cygdrive/c/Library/src/freetype/include/freetype/ttnameid.h' for
writing".. I think apinames.exe is broken to me, maybe because functions
fopen() returns NULL at the variable out, sending stderr signal... Is
there a solution or a workaround? Do I need this executable to compile
the library?
                Thanks, goodnight

_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>nyjkkyjn&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-05-08T21:21:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8038">
    <title>[ft-devel] (no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8038</link>
    <description>&lt;pre&gt;Hello,

I have found some port attempts of freetype2 for .NET and I try to set up a
working project of mine. My intention is to read the bytes of a generated
glyph's buffer. The problem is that when I try to create a .NET Bitmap
objects from these bytes I always get exceptions or garbage no matter what
alternatives I have used. With freetype I have tried two approaches :

Init_Freetype();
New_Face();
Set_Pixel_Sizes();
Get_Char_Index();
Load_Glyph();
Render_Glyph();

And then from the GlyphSlotRec structure that Render_Glyph() saves, I try
to read bitmap.buffer. My second approach is the following :

Init_Freetype();
New_Face();
Set_Pixel_Sizes();
Get_Char_Index();
Load_Glyph()
Get_Glyph();
Glyph_To_Bitmap();

And then with a typecast I get a Bitmap_Glyph structure object.

All the methods I mentioned above return 0 so there are no errors. And the
typecast seems ok. Obviously there is something wrong when i try to access
the bytes of the generated glyph like this :

glyph.bitmap.buffer.

The way I try to rea&lt;/pre&gt;</description>
    <dc:creator>Vladimiros Papaditsas</dc:creator>
    <dc:date>2012-05-08T16:29:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8035">
    <title>[ft-devel] Better render hline last cell at smooth</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8035</link>
    <description>&lt;pre&gt;Hi,
I doing some tests for render, and get this:
If change hline render last cell, will get better smooth at right side:

diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index 926020a..8956d83 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -691,7 +691,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; typedef ptrdiff_t  FT_PtrDist;
     }

     delta      = y2 - y1;
-    ras.area  += (TArea)(( fx2 + ONE_PIXEL - first ) * delta);
+    ras.area  += (TArea)(( fx2 + ONE_PIXEL + first ) * delta);
     ras.cover += delta;
   }

Regards,
Qinxian

致敬
向雅

_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>向雅</dc:creator>
    <dc:date>2012-05-07T16:08:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8031">
    <title>[ft-devel] VEGESIGNES</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8031</link>
    <description>&lt;pre&gt;Hello,

I downloaded FreeStyle on my iMac (OS Lion).

But I ignore how to use it on the Terminal making it working on my Font: VEGESIGNES.ttf

Is there someone to help me?


Frandey Lavie Hypère Chabom⊥
chabon.laval731&amp;lt; at &amp;gt;gmail.com
At your glance, à votre guise, en introduction d'apprivoisement.

URL de l'auteur/of the author: www.lavalchabon.com

http://www.epubbud.com/book.php?g=7NLZBA8H
http://www.dafont.com/fr/vegesignes.font
http://openfontlibrary.org/font/vegesignes
http://www.lulu.com/product/ebook/po%C3%89sies-en-v%C3%89g%C3%89signes/18187143?productTrackingContext=search_results/search_shelf/center/1
http://www.youtube.com/watch?v=RfX2NrdPcdA 
http://www.lulu.com/content/livre-%c3%a0-couverture-souple/po%c3%89sies-en-v%c3%89g%c3%89signes/11246015
http://www.lulu.com/content/e-book/po%c3%89sies-en-v%c3%89g%c3%89signes/11775001

http://www.lulu.com/product/ebook/vegesignes-english/17388533











_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org&lt;/pre&gt;</description>
    <dc:creator>Laval Chabon</dc:creator>
    <dc:date>2012-05-05T20:27:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8029">
    <title>[ft-devel] ttfautohint configure --with-freetype-config is broken</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8029</link>
    <description>&lt;pre&gt;Hi all,

Commit 6076a72 seems to have broken ttfautohint's `configure
--with-freetype-config`, attached a little patch to restore it.

Regards,
 Khaled
_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Khaled Hosny</dc:creator>
    <dc:date>2012-05-05T08:46:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8026">
    <title>[ft-devel] ttfautohint: use native freetype on Mac OS X</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8026</link>
    <description>&lt;pre&gt;Hello,

There's a build error on Mac OS X (10.7) w/ ttfautohint version 0.8: or
some reason, the `--libtool` argument to freetype-config gives a path to a
nonexistent library. I do think the right argument is `--libs`. Please find
attached patch.

Best,

Lance Hepler


Tony Hoare on software architecture:

"There are two ways of constructing a software design:
One way is to make it so simple
that there are obviously no deficiencies,
and the other way is to make it so complicated
that there are no obvious deficiencies.
The first method is far more difficult."
_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Lance Hepler</dc:creator>
    <dc:date>2012-04-25T15:45:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8007">
    <title>[ft-devel] ttfautohint / Oxygen / infinality</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/8007</link>
    <description>&lt;pre&gt;Hi guys,

Today I tested out the TT-instructed Oxygen font from the KDE repo with 
my TT subpixel hinting patches.  This is the result:
http://www.infinality.net/files/oxygen-infinality-problems.png

Yikes!!!  After examining the TT instructions in the instructed version 
of the Oxygen fonts, it looks like the way that ttfautohint is 
generating instructions is substantially different than typical 
TT-instructed fonts.  Since my patches are attempting to do what the MS 
rasterizer does (at least with legacy fonts), I'm curious how these 
render on Windows.  Unfortunately I don't have a Windows system 
available to test that on at the moment, however my guess is that it 
renders just fine on Windows.

I have a way to exclude certain fonts or individual glyphs within a font 
from using the tweaks that my patches employ (i.e. render it the way 
Freetype TT hinter does by default), but I'd rather not build up a giant 
hard-coded exclusion list of fonts generated by ttfautohint if at all 
possible.  And, given th&lt;/pre&gt;</description>
    <dc:creator>Infinality</dc:creator>
    <dc:date>2012-04-21T02:15:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7985">
    <title>[ft-devel] Monochrome DroidSans captital M rendering bug at largesizes</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7985</link>
    <description>&lt;pre&gt;I've encountered what seems to be a rendering bug with monochrome 
rendering of capital M in the DroidSans font at large sizes.  See the 
attached image.  I've tried both 2.4.8 and GIT head with identical results.

Download DroidSans.ttf from the Android GIT, or from this mirror:

http://omapzoom.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/DroidSans.ttf;hb=HEAD

Run ftview like this:

ftview -m M 352 DroidSans.ttf

then disable antialiasing with the 'a' key.

Any ideas?

/Tobias
_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Tobias Ringström</dc:creator>
    <dc:date>2012-04-16T09:22:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7983">
    <title>[ft-devel] Flamewar (was Re: Aftermath)</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7983</link>
    <description>&lt;pre&gt;
You call that a flamewar? freetype-devel is the model of how I wish
participants in other open source projects that I have amalgamated
would behave. Sure, there were some rather vocal dissenting voices
over the FreeType amalgamation but on average I would say it was a
high level of professionalism. Thanks everyone!
&lt;/pre&gt;</description>
    <dc:creator>Vinnie Falco</dc:creator>
    <dc:date>2012-04-15T16:05:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7967">
    <title>[ft-devel] Regression issue - CFF</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7967</link>
    <description>&lt;pre&gt;Hello Werner,

FYI: I run into a regression issue with the latest FT (trunk) version.
Attached is a sample font. I don't claim that this is a valid font however
FT was able to render the file in 2.4.4 but not in 2.4.9.

IvanN

_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Ivan Nincic</dc:creator>
    <dc:date>2012-04-13T17:49:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7961">
    <title>[ft-devel] trying to install</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7961</link>
    <description>&lt;pre&gt;here is a copy of my trial (ubuntu 11.04), do you see where is my error ?

thanks


leleu&amp;lt; at &amp;gt;portable-leleu:~/Bureau/devel/mupdf/thirdparty/freetype-2.4.8$ ls
autogen.sh    ChangeLog.21  configure  Jamfile      objs        version.sed
builds        ChangeLog.22  devel      Jamrules     README      vms_make.com
ChangeLog     ChangeLog.23  docs       Makefile     README.git
ChangeLog.20  config.mk     include    modules.cfg  src
leleu&amp;lt; at &amp;gt;portable-leleu:~/Bureau/devel/mupdf/thirdparty/freetype-2.4.8$ 
./configure
FreeType build system -- automatic system detection

The following settings are used:

   platform                    unix
   compiler                    cc
   configuration directory     ./builds/unix
   configuration rules         ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the 
file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the l&lt;/pre&gt;</description>
    <dc:creator>Robert Leleu</dc:creator>
    <dc:date>2012-04-12T20:00:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7958">
    <title>[ft-devel] Build freetype2 64bit in windows</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7958</link>
    <description>&lt;pre&gt;Hi, I am using solution file 'freetype.sln' in vc2010 directory to build freetype 2.4.9. I create new configuration for x64, and the build process has no error but with many warnings.
I see warings for these:
convert "ptrdiff_t" to "unsigned long"
convert "int" to "FT_Pointer"
convert "FT_PtrDist" to "FT_Long"
convert "int" to "FT_UShort*"

How should I configure my 64bit project for vc2010 to avoid these? I think these pointer operations aren't correct.

Thanks.
_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>钱晓明</dc:creator>
    <dc:date>2012-04-12T01:00:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7953">
    <title>[ft-devel] ttfautohint - latest source build error OSX</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7953</link>
    <description>&lt;pre&gt;Pulled latest source today and built as usual but install fails with following error;

iMac:ttfautohint vern$ sudo make install
Making install in gnulib/src
make  install-recursive
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in lib
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in frontend
make  install-am
test -z "/usr/local/bin" || ../gnulib/install-sh -c -d "/usr/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c ttfautohint ttfautohintGUI '/usr/local/bin'
libtool: install: /usr/bin/install -c ttfautohint /usr/local/bin/ttfautohint
libtool: install: /usr/bin/install -c ttfautohintGUI /usr/local/bin/ttfautohintGUI
test -z "/usr/local/share/man/man1" || ../gnulib/install-sh -c -d "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 ttfautohint.1 ttfautohintGUI.1 '/usr/local/share/man/man1'
Making install in doc
: --toc -S -s -o ttfautohint.html t&lt;/pre&gt;</description>
    <dc:creator>vern adams</dc:creator>
    <dc:date>2012-04-11T06:55:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7952">
    <title>[ft-devel] Wavelet rasterization</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7952</link>
    <description>&lt;pre&gt;

Hi,

I've stumbled upon this paper that claim wavelet rasterization may give better cell coverage (than freetype):

http://josiahmanson.com/research/wavelet_rasterization/


I'm not specialist at all but I thought it might be of some interest for freetype.



Nicolas
&lt;/pre&gt;</description>
    <dc:creator>Nicolas Rougier</dc:creator>
    <dc:date>2012-04-11T05:58:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7933">
    <title>[ft-devel] Issues due to commit "Fix metrics on size request forscalable fonts."</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7933</link>
    <description>&lt;pre&gt;Hi,

We had report of regression in GTK markups rendering in Ubuntu precise, 
(i.e &amp;lt;u&amp;gt;label&amp;lt;/u&amp;gt; would render underlined), I've tracked the issue to 
that commit:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=b0962ac34e66052ccfee7996e5468f30d4bd5a72

It turns out that same commit also got reported to 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636776 as creating 
issues in emacs ("Line height squeezed in GNU Emacs")

Launchpad has a testcase showing the issue:
https://launchpad.net/bugs/955030
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/955030/+attachment/2988350/+files/lala.py

The label is not displayed underlined using freetype 2.4.6 or newer, 
reverting the pointing commit "fixes" the issue

We have reverted that commit in Ubuntu for now to workaround the issue 
but I would like to know how to determine if that's a bug in freetype or 
if other part of the stack (i.e gtk) would need to be updated to deal 
with the new freetype?

Thanks,
Sebastien Bacher
&lt;/pre&gt;</description>
    <dc:creator>Sebastien Bacher</dc:creator>
    <dc:date>2012-04-03T09:06:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7929">
    <title>[ft-devel] [patch] emboldening rework v1</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7929</link>
    <description>&lt;pre&gt;                                       In memory of Paul Alexi

The attached patch is a rework of outline emboldening.

1) It introduces uneven emboldening in x- and y-direction. I
understand that the straight change in API is not going to fly but I
really do not want to introduce a separate function for that. We can
do va_arg here, i.e., we do even or uneven emboldening depending on
whether one or two strength arguments passed. Would this be acceptable
and backwards compatible?

2) It removes a bunch of trigonometry to speed things up. Instead of
calling Atan2's and Cos, we rotate by 90 degrees and cleverly weigh
the incoming and outgoing vectors to figure out the shift direction.
The only complicated operation per each point is FT_Vector_Length.

I would appreciate any feedback.
Alexei
_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Alexei Podtelezhnikov</dc:creator>
    <dc:date>2012-03-30T04:01:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7924">
    <title>[ft-devel] [patch] remove synonymous macro isdigok</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7924</link>
    <description>&lt;pre&gt;Two macros 'sbitset' and 'isdigok' in bdflib.c has recently become
synonymous. Quoting from the code:
Line 428:
#define sbitset( m, cc ) \
          ( m[(FT_Byte)(cc) &amp;gt;&amp;gt; 3]  &amp;amp; ( 1 &amp;lt;&amp;lt; ( (cc) &amp;amp; 7 ) ) )
Line 845:
#define isdigok( m, d )  (m[(unsigned char)(d) &amp;gt;&amp;gt; 3] &amp;amp; ( 1 &amp;lt;&amp;lt; ( (d) &amp;amp; 7 ) ) )

The attached patch removes 'isdigok' altogether.
_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Alexei Podtelezhnikov</dc:creator>
    <dc:date>2012-03-22T02:03:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7923">
    <title>[ft-devel] ttfautohint 0.7 has been released</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7923</link>
    <description>&lt;pre&gt;
ttfautohint 0.8 has been released.

The source tarball and statically linked Win32 binaries are available
from

    http://savannah.nongnu.org/download/freetype/

or

    http://sourceforge.net/projects/freetype/files/ttfautohint/0.8

Enjoy!


   Werner


PS: Downloads from savannah.nongnu.org will redirect to your nearest
    mirror site.  Files on mirrors may be subject to a replication
    delay of up to 24 hours.  In case of problems use
    http://download-mirror.savannah.gnu.org/releases/


----------------------------------------------------------------------


This project provides a library which takes a TrueType font as the input,
remove its bytecode instructions (if any), and return a new font where all
glyphs are bytecode hinted using the information given by FreeType's
autohinting module.  The idea is to provide the excellent quality of the
autohinter on platforms which don't use FreeType.

The library has a single API function, `TTF_autohint'; see
`lib/ttfautohint.h' for a detailed description&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2012-03-21T11:10:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7921">
    <title>[ft-devel] Programmer needed for font related product</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7921</link>
    <description>&lt;pre&gt;We develop a unique font related product and need a part-time programmer in the font business to join the team and make it into a working product.

Regards,
Zvika Rosenberg

zvika&amp;lt; at &amp;gt;masterfont.co.il


_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Zvika Rosenberg</dc:creator>
    <dc:date>2012-03-15T20:12:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7912">
    <title>[ft-devel] Patch to allow '\0' in sfnt name table entries</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7912</link>
    <description>&lt;pre&gt;Hi,

The attached patch fixes a problem with fonts that include a trailing
'\0' in name table entries.  Currently the font name would have a
question mark appended to it.

Huw.
_______________________________________________
Freetype-devel mailing list
Freetype-devel&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel
&lt;/pre&gt;</description>
    <dc:creator>Huw Davies</dc:creator>
    <dc:date>2012-03-14T11:26:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7910">
    <title>[ft-devel] [PATCH] sfnt: made arrays static like all others</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.devel/7910</link>
    <description>&lt;pre&gt;Signed-off-by: Yann Droneaud &amp;lt;yann&amp;lt; at &amp;gt;droneaud.fr&amp;gt;
---
 src/sfnt/ttload.c |   10 +++++-----
 src/sfnt/ttmtx.c  |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/sfnt/ttload.c b/src/sfnt/ttload.c
index 5fb9aea..1f414c4 100644
--- a/src/sfnt/ttload.c
+++ b/src/sfnt/ttload.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -624,7 +624,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     FT_Error        error;
     TT_MaxProfile*  maxProfile = &amp;amp;face-&amp;gt;max_profile;
 
-    const FT_Frame_Field  maxp_fields[] =
+    static const FT_Frame_Field  maxp_fields[] =
     {
 #undef  FT_STRUCTURE
 #define FT_STRUCTURE  TT_MaxProfile
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -635,7 +635,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
       FT_FRAME_END
     };
 
-    const FT_Frame_Field  maxp_fields_extra[] =
+    static const FT_Frame_Field  maxp_fields_extra[] =
     {
       FT_FRAME_START( 26 ),
         FT_FRAME_USHORT( maxPoints ),
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -952,7 +952,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     FT_Error  error;
     TT_OS2*   os2;
 
-    const FT_Frame_Field  os2_fields[] =
+    static const FT_Frame_Field  os2_fields[] =
     {
 #undef  FT_STRUCTURE
 #define FT_STRUCTURE  TT_OS2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1004,7 +1004,7&lt;/pre&gt;</description>
    <dc:creator>Yann Droneaud</dc:creator>
    <dc:date>2012-03-13T14:22:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.fonts.freetype.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.fonts.freetype.devel</link>
  </textinput>
</rdf:RDF>

