• Show log

    Commit

  • Hash : 8b884660
    Author : Werner Lemberg
    Date : 2003-06-03T11:51:43

    * src/autohint/ahhint.c (ah_hinter_hint_edges): Removed.  Just a
    wrapper for ah_hint_edges.
    (ah_hint_edges): Renamed to...
    (ah_hinter_hint_edges): This.
    
    * src/base/ftobjs.c (FT_Set_Hint_Flags): Removed.  Unused.
    
    * include/freetype/internal/ftobjs.h (FT_Face_InternalRec),
    include/freetype/internal/psaux.h (T1_DecoderRec),
    src/cff/cffgload.h (CFF_Builder): Remove `hint_flags' field.
    Unused.
    
    * src/cff/cffgload.c (cff_builder_init): Updated.
    (cff_decoder_parse_charstrings) <cff_op_endchar>: Call hinter->apply
    with decoder->hint_mode instead of builder->hint_flags.
    * src/psaux/t1decode.c (t1_decoder_init): Updated.
    
    * src/base/ftstroker.c (ft_stroke_border_export): s/index/idx/.
    
    * src/sfnt/sfobjs.c (sfnt_load_face): Commented out code which
    increased root->height by 15% if the line gap was zero.  There exist
    fonts (containing e.g. form drawing characters) which intentionally
    have a zero line gap value.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/freetype.git
    Git SSH git@git.kmx.io:kc3-lang/freetype.git
    Public access ? public
    Description
    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README

  •   Special notes to Unix users
      ===========================
    
      Please  read  the file  "docs/UPGRADE.UNX".   It contains  important
      information regarding the installation  of FreeType on Unix systems,
      especially GNU based operating systems like GNU/Linux.
    
      FreeType 2's  library is called `libfreetype',  FreeType 1's library
      is called `libttf'.  They are *not* compatible!
    
    
      FreeType 2.1.4
      ==============
    
      Please read the docs/CHANGES file, it contains IMPORTANT INFORMATION.
    
      Read the files "docs/INSTALL" for installation instructions.
    
      Note  that  the FreeType  2  documentation  is  now available  as  a
      separate package from our sites.  See:
    
        ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.1.4.tar.bz2
        ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.1.4.tar.gz
        ftp://ftp.freetype.org/pub/freetype2/ftdoc214.zip
    
    
      Bugs
      ====
    
      Please report bugs by  e-mail to `devel@freetype.org'.  Don't forget
      to send  a detailed explanation of  the problem --  there is nothing
      worse  than receiving  a terse  message that  only says  "it doesn't
      work".
    
    
      Enjoy!
    
    
        The FreeType Team