<?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.user">
    <title>gmane.comp.fonts.freetype.user</title>
    <link>http://blog.gmane.org/gmane.comp.fonts.freetype.user</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.user/4454"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4447"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4444"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4442"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4435"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4432"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4426"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4424"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4422"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4419"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4418"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4404"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4399"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4393"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4389"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4383"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4379"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4378"/>
      </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.user/4454">
    <title>[ft] Problem of oblique using FT_Outline_Transform</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4454</link>
    <description>&lt;pre&gt;Hello all,

FT2 provides us oblique style. (FT_GlyphSlot_Oblique and FT_Outline_Transform)
When I use FT_Outline_Transform for oblique, Werner suggest not to change glyph's advance.
(http://lists.nongnu.org/archive/html/freetype/2011-01/msg00030.html)
Then the end of the sentence is not displayed properly. The last glyph is cutted.

When I tested with changing glyph's advance(wider than original advance), The last glyph is displayed properly.
But overall display is not good.

My question is:
1. Werner said that changing advance width is not needed for oblique.
    I want to know reason in detail.
2. How can I resolve this issue? Changing advance width is best way?

Best Regards,
Deokjin Kim
&lt;/pre&gt;</description>
    <dc:creator>Deokjin Kim</dc:creator>
    <dc:date>2012-05-25T05:27:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4447">
    <title>[ft] Installing freetype</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4447</link>
    <description>&lt;pre&gt;Hello list,

my name is Lars,42, MCSE. I like to install FreetTpe2 make use it with via
the SDL API, or better said the SDL_ttf library which is a wrapper for FreeType2.

My System is VISTA64/MinGW32/SDL 

I have to admit that I am not a splendid programmer. But I have MinGW32 successfully
installed and the SDL API inclusive SDL_mixer, which is a Audio library.

When I now install SDL_ttf it seems to be right, but I get no text output.
the compilation runs well.

When I look at my installation it feels that I have never successfully installed
FreeType2. Please excuse my clumbsy question, but what have I exactly to do if
I wish to insatll FreeType2 on my VISTA64/MinGW setup?

Thanks,
Lars _______________________________________________
Freetype mailing list
Freetype&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype
&lt;/pre&gt;</description>
    <dc:creator>Lars Brämer</dc:creator>
    <dc:date>2012-05-20T07:43:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4444">
    <title>[ft]  How to get Horizontal Advance on Stroked Glyph</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4444</link>
    <description>&lt;pre&gt;
Hello, 

I am trying to get the advance amount for a stroked glyph. I cannot find it
anywhere in the documentation. I have a code snippet below. Basically when I
do the algorithm, the advance amount is not accounting for the width of the
outline, so the next character's outline overlaps the previous character.

Any suggestions?

Thanks,
John

// set the stroker with a 3 pixel stroke
FT_Stroker_Set(stroker,
                static_cast&amp;lt; FT_Fixed &amp;gt;( 3 * 0x40),
                FT_STROKER_LINECAP_ROUND,
                FT_STROKER_LINEJOIN_ROUND,
                0);
                
FT_Glyph outlineGlyph = NULL;

// Load the glyph
FT_UInt glyphIndex = FT_Get_Char_Index( *face, chr ); 
FT_Load_Glyph( *face, glyphIndex, FT_LOAD_NO_BITMAP );
FT_Get_Glyph( (*face)-&amp;gt;glyph, &amp;amp;outlineGlyph );

// stroke it
FT_Glyph_Stroke( &amp;amp;outlineGlyph, stroker, false );

// copy to bitmap
FT_Glyph_To_Bitmap( &amp;amp;outlineGlyph, FT_RENDER_MODE_NORMAL, NULL, true );
FT_BitmapGlyph outlineBitmap = (FT_BitmapGlyph)outlineGlyph;

// get metrics &lt;/pre&gt;</description>
    <dc:creator>johnpf74</dc:creator>
    <dc:date>2012-05-18T06:21:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4442">
    <title>[ft] Outline decomposition of composed glyph</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4442</link>
    <description>&lt;pre&gt;Hello

I want to render a glyph "e with circumflex" with freetype outline.

In Windows 7, Arial font is Opentype Font and this glyph is composed 
with 3 outlines, which are references of other glyph, 2 outlines in the 
same "glyph cell [e]" and 1 in an other "glyph cell [^]".

When I use FT_Outline_Decompose in order to draw "e with circumflex", in 
Windows 7 circumflex is left border aligned.

Did I forget something in order to get circumflex centered over glyph "e"?

Thanks for your replies.

ANTONCZYK Maxence
BROADCAST-BOX
1, rue de la banque
F-71000 Chalon sur Saône
&lt;/pre&gt;</description>
    <dc:creator>ANTONCZYK Maxence</dc:creator>
    <dc:date>2012-05-11T12:39:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4435">
    <title>[ft] ttfautohint error: broken table</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4435</link>
    <description>&lt;pre&gt;I'm trying to hint Crimson font[1] with ttfautohint, but I'm getting an
error with bold and semibold fonts:

  Error code `0x08' while autohinting font:
    broken table

It would be nice if ttfautohint would give more information so I can
debug the font, at least the name of the offending table.

[1] http://crimsontext.svn.sourceforge.net/viewvc/crimsontext/trunk/builds/

Regards,
 Khaled
&lt;/pre&gt;</description>
    <dc:creator>Khaled Hosny</dc:creator>
    <dc:date>2012-05-09T22:21:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4432">
    <title>[ft] Help:How can i build freetype for win64</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4432</link>
    <description>&lt;pre&gt;Hi, my friends
I have searched many articles, but i haven't found any way to build freetype for win64
I have tried in follow ways:
1. to build with cygwin, but the cygwin do not surpport for x64
2. to build with mingw, but the gnu make for x64 just in planning
 
Finally, i use the freetype project for win32, add x64 platform in configuration manager,  and build success on window64 operate system.
I dumpbin -headers the lib, it shows mechine(x64). but i do not sure the lib will work well.
So i come here for help.
Thanks
 
 
 _______________________________________________
Freetype mailing list
Freetype&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype
&lt;/pre&gt;</description>
    <dc:creator>clive</dc:creator>
    <dc:date>2012-05-02T12:07:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4426">
    <title>[ft]  Problem rendering Arabic Text.</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4426</link>
    <description>&lt;pre&gt;
I've an application that uses SDL, SGE and Freetype libraries to render text
on Screen. Latin text works fine, but Arabic text appears from left to
right. This is a complex language, is RTL and the glyphs are different
depending on the possition, and my application doesn't care.

Is there a solution to Load and render each character but deppending if text
is RTL/LTR and drawing the correct character deppending if is Arabic  etc..? 

I don't know how can I solve this. Here is the source code that render a
unicode texts and draw them on screen with SGE and SDL libraries:

//==================================================================================
// TT Render (unicode)
// Returns an 8bit or 32bit(8/8/8/8-alpha) surface with TT text
//==================================================================================
SDL_Surface *sge_TTF_RenderUNICODE(sge_TTFont *font,const Uint16 *text,
SDL_Color fg, SDL_Color bg)
{
int xstart, width;
int w, h;
SDL_Surface *textbuf;
SDL_Palette *palette;
int inde&lt;/pre&gt;</description>
    <dc:creator>Blaine1666</dc:creator>
    <dc:date>2012-04-25T08:07:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4424">
    <title>[ft] Getting error text</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4424</link>
    <description>&lt;pre&gt;Hallo,

in the include file "fterrdef.h" you have associations between error 
code and error text, e.g.:

   FT_ERRORDEF_( Cannot_Open_Resource,                        0x01, \
                 "cannot open resource" )

How can i get the error text from the error code?!

Best regards

&lt;/pre&gt;</description>
    <dc:creator>Mike Gresens</dc:creator>
    <dc:date>2012-04-23T07:05:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4422">
    <title>[ft] glyphs' metrics and positioning</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4422</link>
    <description>&lt;pre&gt;Hello List!,

I would like to present some of my questions and doubts regarding
mostly glyphs' metrics and positioning. I will try to be concise.


Data reliability in glyphSlot-&amp;gt;metrics

Based on the image from tutorial step 2:
http://www.freetype.org/freetype2/docs/tutorial/metrics.png

advance = bearingX + width + x //for horizontal text layouts

Assume I need to know the value of x - I can obtain it from the above formula.
I've made a test: freetype 246, font arial 5.10, font size 40px,
FT_LOAD_FORCE_AUTOHINT, FT_RENDER_MODE_LCD, FT_LOAD_TARGET_LCD,
FT_LCD_FILTER_DEFAULT, character '1':

(values based on 26.6 pixel format)
advance: 22.0px
bearingX: 4.0px
width: 11.0px

Attached image presents the rendered glyph with additional border so
that bearingX can be verified.
Values taken from the image (ft_1.png):
advance: 22px
bearingX: 4px
width: 13px //!!


I have also noticed some issues with metrics.advance. Specification as
above except: font size 12px, character 'e':
Values from ft:
advance: 7.0px
bearing&lt;/pre&gt;</description>
    <dc:creator>Wojciech Mamrak</dc:creator>
    <dc:date>2012-04-19T19:52:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4419">
    <title>[ft] how to know if a font file contains a unicode character font?</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4419</link>
    <description>&lt;pre&gt;I would like to use differrent fonts, so that I can render many
languages, like  english, chinese, portuguese, etc.
I have two questions.
1. where can I get a font file with certain language?

2. once i get a UTF32 charcter, how to know which ttf file I should use?
   is there a UTF32 charcter range in a font ttf file?
  Something like sample.ttf, have UTF32 character 0x20 ---&amp;gt;0x7f font?
  If any, how can I get the range(eg: "UTF32 0x20 ---&amp;gt;0x7f ")?






&lt;/pre&gt;</description>
    <dc:creator>宋江山</dc:creator>
    <dc:date>2012-04-19T06:09:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4418">
    <title>[ft]  FreeType 2.4.9 has been released</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4418</link>
    <description>&lt;pre&gt;  &amp;gt; - Another round of fixes to better handle invalid fonts.   Many of
  &amp;gt;   them are vulnerabilities  (see CVE-2012-1126 up to CVE-2012-1144
  &amp;gt;   and SA48320) so all users should upgrade.

When I go look up those CVEs, MITRE[1] tells me they're under review and 
NVD[2] says the CVE wasn't found.  Searching NVD for "freetype" yields 
CVE-2011-3439 as the latest.  The git log only references "Savannah bug" 
numbers so I didn't have much luck there either.

Is there a CVE&amp;lt;-&amp;gt;bug number map?  Or a compiled bug-fix list like what 
Samba provides in their release notes[3]?  I'm happy to go build up my 
own change list, but there is a relatively huge amount of changes 
between 2.4.7 (what I have in production) and 2.4.9.  I need to assess 
the need to upgrade my production images (i.e., are we affected by the 
vulnerabilities, can they be mitigated without recompiling, etc.).

1: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1126
2: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-1126
3: http://w&lt;/pre&gt;</description>
    <dc:creator>list_freetype&lt; at &gt;bluerosetech.com</dc:creator>
    <dc:date>2012-04-08T00:23:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4404">
    <title>[ft] Embedded Design - Printer Controller</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4404</link>
    <description>&lt;pre&gt;Hi,

     I am currently in the debugging stages of implementing the 
Freetype2 code in an embedded printer controller. I used INSTALL.ANY to 
select the C files to include in the build. I configured ftmodule.h as 
shown below.


//FT_USE_MODULE( FT_Module_Class, autofit_module_class )
FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
//FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
//FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
//FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
//FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
//FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
//FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
//FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
//FT_USE_MODULE( FT_Module_Class, psaux_module_class )
FT_USE_MODULE( FT_Module_Class, psnames_module_class )
FT_USE_MODULE( FT_Module_Class, pshinter_module_class )
FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
//FT_US&lt;/pre&gt;</description>
    <dc:creator>Allen Wells</dc:creator>
    <dc:date>2012-04-06T04:16:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4399">
    <title>[ft] help pls</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4399</link>
    <description>&lt;pre&gt;Hi i heve downloaded Free Type 2.4.9 but I don't know like use this
library.. 

I did:

./configure

Make

Make install

 

There is some demo program for view free type on action?

Thanks-

 

_______________________________________________
Freetype mailing list
Freetype&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype
&lt;/pre&gt;</description>
    <dc:creator>Giuseppe Ventura</dc:creator>
    <dc:date>2012-04-05T12:21:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4393">
    <title>[ft] FreeType2</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4393</link>
    <description>&lt;pre&gt;Hi,
I would like to know, if I can use FreeType2 to load a ttf Font, delete some charakters from it, and save it as a new ttf Font ?_______________________________________________
Freetype mailing list
Freetype&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype
&lt;/pre&gt;</description>
    <dc:creator>ali_b</dc:creator>
    <dc:date>2012-04-03T11:16:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4390">
    <title>[ft] how to put the character into a rect instead of the baselinecorrdinate?</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4390</link>
    <description>&lt;pre&gt;I have done something like that:

// set size
FT_Set_Pixel_Sizes(face, 24, 24);

// generate bitmap
 FT_Load_Char( face, 0x30, FT_LOAD_RENDER|FT_LOAD_MONOCHROME );

//draw the bitmap
RECT my_rect;
my_rect.left=100;
my_rect.top=100;
my_rect.right=100+240;
my_rect.bottom=100+24;

I have two problems:


1. how to put the text in between my_rect.top and my_rect.bottom,
meanwhile all the letters are aligned?
I find that face-&amp;gt;glyph-&amp;gt;bitmap_top is in baseline corrdinate.
If I use my_rect.top + 24 - face-&amp;gt;glyph-&amp;gt;bitmap_top as the bitmap base
y point, all the letters are aligned, but the 'g' letter will out of
my_rect.

2. what is the difference between the value of FT_Set_Pixel_Sizes
setted and face-&amp;gt;glyph-&amp;gt;bitmap.width and rows ?
I know face-&amp;gt;glyph-&amp;gt;bitmap could no be larger than FT_Set_Pixel_Sizes
setted value;
But is there any letter that face-&amp;gt;glyph-&amp;gt;bitmap size is equal with
the setted size?

In my situation, I use a 24x240 textout box, the pixel size is set to
24x24, but why the face-&amp;gt;glyph-&amp;gt;bitmap.width and &lt;/pre&gt;</description>
    <dc:creator>宋江山</dc:creator>
    <dc:date>2012-03-15T06:12:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4389">
    <title>[ft] FreeType 2.4.9 has been released</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4389</link>
    <description>&lt;pre&gt;
FreeType 2.4.9 has been released.

It is available from

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

(please read the footnote on this page!)

or

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

The latter site also holds older versions of the FreeType library.

See below for  the relevant snippet  from the  CHANGES file; all users
should upgrade.

Enjoy!


   Werner


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


FreeType 2  is a software  font engine that  is designed to  be small,
efficient,  highly   customizable,  and  portable   while  capable  of
producing high-quality output (glyph images) of most vector and bitmap
font formats.

Note that  FreeType 2 is  a font service  and doesn't provide  APIs to
perform higher-level features, like text layout or graphics processing
(e.g.,  colored  text  rendering,  `hollowing',  etc.).   However,  it
greatly simplifies these tasks by providing a simple, easy to use, and
uniform interface to access the content of font files&lt;/pre&gt;</description>
    <dc:creator>Werner LEMBERG</dc:creator>
    <dc:date>2012-03-08T21:10:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4383">
    <title>[ft]  font size confusion (NOMINAL &amp; REAL_DIM)</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4383</link>
    <description>&lt;pre&gt;Hi List,

I am facing a problem which requires the calculation of the equivalent font
size (fontSize2) for FT_SIZE_REQUEST_TYPE_NOMINAL, i.e.,
FT_Set_Char_Size(face, fontSize2 * 64, 0, 0, 0), from the font size set
for FT_SIZE_REQUEST_TYPE_REAL_DIM, here equivalent is that, I mean the two
ways of setting the font size will produce the same output on my PC screen,
(I don't know whether the DPI matters, but it is 96).

The reason is that I am using two external projects (which both use
FreeType) on my own. One uses NOMINAL font size, the other uses REAL_DIM.
I've tried to hack the definition, but it's a way too complicated. So, any
ideas/hints/solutions will be eagerly welcomed.


p.s. My first time to use a mailing list :-P


Thanks,
Albert
_______________________________________________
Freetype mailing list
Freetype&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype
&lt;/pre&gt;</description>
    <dc:creator>milky jing</dc:creator>
    <dc:date>2012-03-01T14:23:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4381">
    <title>[ft] problem with Korean characters and font</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4381</link>
    <description>&lt;pre&gt;Good evening.
I've tried  to use FreeType2 to render some Korean characters: "게으른이 피었습니다"
with font gulim.ttc (GulimChe) and I've received just "???? ??????" instead
of appropriate bitmaps.

PS: That happens If I choose parameter "Use Unicode Character Set"  or "Use
Multi-Byte Character Set" in Visual Studio. If i choose "Not Set" for
Character set, glyphs even don't load with FT_Load_Glyph.

PPS:With Latin characters I've got no problems. By the way, windows
function "DrawText" draws "게으른이 피었습니다" normally.

Best regards, Oleg Gerdiy.
_______________________________________________
Freetype mailing list
Freetype&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype
&lt;/pre&gt;</description>
    <dc:creator>Oleg Gerdiy</dc:creator>
    <dc:date>2012-02-29T17:04:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4379">
    <title>[ft] Sub-pixel rendering for raster glyphs</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4379</link>
    <description>&lt;pre&gt;Hello,



We were going through free-type documentation and got to know that we can
produce monochrome bitmap, or anti-aliased pixmap, using 256 levels of
‘gray’ using glyph outline points.

We are having the glyphs in the form of outline points (not standard
true-type fonts). We are able to produce spans (FT_Span) with grey scale
anti-aliasing for the glyphs using free-type standalone anti -aliasing
renderer module (ftgrays.c).

Is it possible to produce spans/bitmaps with sub-pixel rendering on vector
images using free-type code/library.


Regards
Ankit Gupta
_______________________________________________
Freetype mailing list
Freetype&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype
&lt;/pre&gt;</description>
    <dc:creator>Ankit Gupta</dc:creator>
    <dc:date>2012-02-21T11:26:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4378">
    <title>[ft] gbhavinder&lt; at &gt;gmail.com is inviting you to boosez.in</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4378</link>
    <description>&lt;pre&gt;You are invited to Join http://boosez.in Sharab, Shabab Aur Kabab Community which helps you connect and share your favorite brand with the people in your life.

Attached message: 

Join

This invite was sent using OpenInviter technology.
&lt;/pre&gt;</description>
    <dc:creator>gbhavinder&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-02-20T17:17:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.fonts.freetype.user/4364">
    <title>[ft] changing the depth of gray for anti-aliasing</title>
    <link>http://comments.gmane.org/gmane.comp.fonts.freetype.user/4364</link>
    <description>&lt;pre&gt;I have been for a long time rather unhappy with anti-aliasing
because of it makes text bolder and fuzzier than it should be,
at least on monitors with 100DPI or so, but I have recently
realized, as described here:

  http://www.sabi.co.uk/blog/12-two.html#120206

and in particular by this side-by-side comparison image:

  http://www.sabi.co.uk/Misc/snapFontAliasingDarkLight.png

that anti-aliased text looks very different on dark backgrounds
(thinner, not so fuzzy) than on light ones (thicker, fuzzier).
This is all without subpixel anti-aliasing (gray-level only).

My guess is that this happens because at around 100DPI most 10
point fonts render with 1-pixel wide features, and ''graying''
around that makes it look thicker, but how dark the gray is
matters a lot: if it is lighter, on light backgrounds the
apparent extra thickness will be less apparent, and viceversa on
dark backgrounds.

Therefore it would be nice to be able to control how dark is the
anti-aliased "fuzz", so it can be rather lighter than the &lt;/pre&gt;</description>
    <dc:creator>Peter Grandi</dc:creator>
    <dc:date>2012-02-11T20:04:44</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.fonts.freetype.user">
    <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.user</link>
  </textinput>
</rdf:RDF>

