| 
              
3605e470
               | 
              
2004-11-12T07:02:45
               | 
              
               | 
              
Add new function FT_Get_PS_Font_Private().
* include/freetype/internal/services/svpsinfo.h
(PS_GetFontPrivateFunc): New service function.
* include/freetype/t1tables.h, src/base/fttype1.c
(FT_Get_PS_Font_Private): New function.
* src/type1/t1driver.c (t1_ps_get_font_private): New function.
(t1_service_ps_info): Updated.
* src/cff/cffdrivr.c (cff_service_ps_info): Updated.
* src/cid/cidriver.c (cid_service_ps_info): Updated.
* src/type42/t42drivr.c (t42_ps_get_font_private): New function.
(t42_service_ps_info): Updated.
* src/type42/t42parse.c (t42_parse_dict): Remove compiler warning.
               | 
            
            
              
   
               | 
              
55ca4082
               | 
              
2003-11-02T09:07:21
               | 
              
               | 
              
* src/base/fttype1.c (FT_Get_PS_Font_Info): Fix incorrectly applied
patch.
               | 
            
            
              
   
               | 
              
40bb0964
               | 
              
2003-11-01T14:36:20
               | 
              
               | 
              
* src/base/fttype1.c (FT_Get_PS_Font_Info, FT_Has_PS_Glyph_Names):
Fix parameter order in calls to FT_FACE_FIND_SERVICE.
* include/freetype/internal/ftserv.h
(FT_SERVICE_POSTSCRIPT_NAMES_H): Removed.  Unused.
* src/type42/t42drivr.c (t42_services): Updated.
               | 
            
            
              
   
               | 
              
7760595f
               | 
              
2003-10-29T21:43:52
               | 
              
               | 
              
        * include/freetype/internal/bdftypes.h: removed obsolete header
        * include/freetype/internal/cfftypes.h, src/cff/cfftypes.h,
        src/cff/cffload.h, src/cff/cffobjs.h, src/cff/cffparse.h,
        include/freetype/internal/services/svbdf.h: moving "cfftypes.h" from
        'include/freetype/internal' to 'src/cff' since no other modules needs
        to known about these types
        * include/freetype/internal/t42types.h,
        include/freetype/internal/internal.h, src/type42/t42objs.h,
        src/type42/t42drivr.c, src/type42/t42types.h: moving "t42types.h" from
        'include/freetype/internal' to 'src/type42' since no other modules needs
        to known about these types
        * src/gzip/infblock.c: removing compiler warning
        * include/freetype/internal/services/svpsinfo.h,
        include/freetype/internal/ftserv.h, src/cff/cffdrivr.c,
        src/cid/ciddrivr.c, src/type1/t1driver.c, src/type42/t42drivr.c,
        src/base/fttype1.c: migrating to FT_SERVICE_ID_POSTSCRIPT_INFO defined
        in "svpsinfo.h", removing some sad hacks.
               | 
            
            
              
   
               | 
              
9cbb166d
               | 
              
2002-06-22T13:35:41
               | 
              
               | 
              
Minor fixes.  Formatting.
               | 
            
            
              
   
               | 
              
0460c1d9
               | 
              
2002-06-22T10:07:24
               | 
              
               | 
              
    * include/freetype/internal/t42types.h, src/base/fttype1.c,
    src/type42/t42objs.h: removed duplicate definition of T42_FaceRec
               | 
            
            
              
   
               | 
              
7e3df82e
               | 
              
2002-06-20T21:03:48
               | 
              
               | 
              
* src/base/fttype1.c: Include FT_INTERNAL_TYPE42_TYPES_H.
(t1_face_check_cast): Removed.
(FT_Get_PS_Font_Info): Make it work with CID and Type 42 drivers
also.
* src/type42/t42parse.c (t42_parse_sfnts): Fix compiler warning.
               | 
            
            
              
   
               | 
              
25a6e3a1
               | 
              
2002-06-10T23:03:35
               | 
              
               | 
              
    * include/freetype/internal/ftobjs.h, src/autohint/ahglyph.c,
    src/base/ftobjs.c, src/objs/fttype1.c, src/sfnt/ttcmap0.c,
    src/smooth/ftgrays.c: changed uses of "setjmp" and "longjmp"
    to "ft_setjmp" and "ft_lonjmp". Removed direct references to
    <stdio.h> and <setjmp.h> when appropriate, to eventually replace
    them with a FT_CONFIG_STANDARD_LIBRARY_H. Useful for the XFree86
    Font Server backend based on FT2.
               | 
            
            
              
   
               | 
              
5bbb4940
               | 
              
2002-05-30T19:22:14
               | 
              
               | 
              
* src/bdf/descrip.mms, src/type42/descrip.mms: New files.
* descrip.mms (all): Updated.
* src/bdf/bdflib.c (_bdf_parse_glyphs): Fix typo which prevented
compilation.
* src/pshglob.c (psh_blues_scale_zones): Fix compiler warning.
               | 
            
            
              
   
               | 
              
2a4fa134
               | 
              
2002-05-28T22:07:49
               | 
              
               | 
              
    * include/freetype/ftxf86.h, src/base/ftxf86.c: added a new API named
    FT_Get_X11_Font_Format to return an X11-compatible string describing the
    font format of a given face. This was put in a new optional base source
    file, corresponding to a new public header (named FT_XFREE86_H since
    this function should only be used within the XFree86 font server IMO).
    * include/freetype/config/ftheader.h: adding FT_XFREE86_H, though it's
    not documented yet.
    * include/freetype/t1tables.h, src/base/fttype1.c: adding two new APIs
    named "FT_Get_PS_Font_Info" and "FT_Has_PS_Glyph_Names". This required
    a new optional source in 'src/base' named "fttype1.c"
    * src/base/Jamfile, src/base/rules.mk, src/base/descrip.mms: updating
    build control files for the new files "ftxf86.c" and "fttype1.c" in
    src/base
               |