/[freetype]/freetype2/include/freetype/freetype.h
ViewVC logotype

Diff of /freetype2/include/freetype/freetype.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.157 by wl, Tue Aug 30 00:22:46 2005 UTC revision 1.158 by wl, Fri Sep 23 07:40:27 2005 UTC
# Line 2349  FT_BEGIN_HEADER Line 2349  FT_BEGIN_HEADER
2349    *    *
2350    *   FT_LOAD_TARGET_LCD_V ::    *   FT_LOAD_TARGET_LCD_V ::
2351    *     Use hinting for @FT_RENDER_MODE_LCD_V.    *     Use hinting for @FT_RENDER_MODE_LCD_V.
2352      *
2353      * @note:
2354      *   You should use only _one_ of the FT_LOAD_TARGET_XXX values; they
2355      *   can't be ORed.
2356      *
2357      *   However, FreeType makes a distinction between the hinting algorithm
2358      *   being used, and the pixel mode of the target bitmaps.  For example,
2359      *   it is possible to use the `light' hinting algorithm and have the
2360      *   results rendered in horizontal LCD pixel mode, with code like this:
2361      *
2362      *     FT_Load_Glyph( face, glyph_index,
2363      *                    load_flags | FT_LOAD_TARGET_LIGHT );
2364      *     FT_Render_Glyph( face->glyph, FT_RENDER_MODE_LCD );
2365      *
2366    */    */
2367  #define FT_LOAD_DEFAULT                      0x0  #define FT_LOAD_DEFAULT                      0x0
2368  #define FT_LOAD_NO_SCALE                     0x1  #define FT_LOAD_NO_SCALE                     0x1

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26