• Show log

    Commit

  • Hash : f13516c8
    Author : Werner Lemberg
    Date : 2005-03-03T17:09:08

    Various fixes for C and C++ compiling.
    
    * src/autofit/*: Add copyright messages.
      Formatting.
    
    * src/autofit/afhints.c (af_glyph_hints_done): Don't use
    `AF_Dimension' but `int' for loop counter.
    
    * src/autofit/aflatin.c (af_latin_metrics_init_widths): Don't use
    `AF_Dimension' but `int' for loop counter.
    Use proper enumeration value for `render_mode'.
    (af_latin_metrics_scale_dim): Don't shadow variables.
    (af_latin_hints_compute_segments): Use proper cast for `major_dir'
    and `segment_dir'.
    (af_latin_align_linked_edge, af_latin_hint_edges): Fix arguments of call to
    `af_latin_compute_stem_width'.
    (af_latin_hints_apply): Don't use `AF_Dimension' but `int' for loop
    counter.
    
    * src/base/ftdbgmem.c (ft_mem_table_get_source, FT_DumpMemory): Use
    proper cast for memory allocation.
    
    * src/cff/cffdrivr.c (cff_get_kerning): Use proper cast for
    initialization of `sfnt'.
    
    * src/sfnt/sfdriver.c: Include `ttkern.h'.
    
    * src/sfnt/ttkern.c (tt_face_get_kerning): Don't shadow variables.
    
    * src/truetype/ttgload.c: Include `ttpload.h'.
    
    * src/truetype/ttpload.c (tt_face_load_loca) [FT_OPTIMIZE_MEMORY]:
    Remove redundant variable.
    

  • 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.10
      ===============
    
      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/freetype/freetype2/ftdocs-2.1.10.tar.bz2
        ftp://ftp.freetype.org/freetype/freetype2/ftdocs-2.1.10.tar.gz
        ftp://ftp.freetype.org/freetype/freetype2/ftdoc2110.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