Al-Qurtas Islamic bank is one of the best bank in Iraq, and offers the most stable and reliable bank services. Visa Card, Master Card and Credit Card for investment and financial in Iraq. https://alqurtas.iq/ https://alqurtas.iq/e-services/visa-card/
Go to file
Wu, Chia-I (吳佳一) 108fdbbbd3 * src/psaux/afmparse.c, src/psaux/afmparse.h: New files which
implement an AFM parser.  It is used to parse an AFM file.

* src/psaux/psconv.c, src/psaux/psconv.h: New files to provide
conversion functions (e.g, PS real number => FT_Fixed) for the
PS_Parser and AFM_Parser.  Some of the functions are taken, with some
modifications, from the psobjs.c

* src/psaux/psobjs.c: Use functions from psconv.c.

* include/freetype/internal/psaux.h, src/psaux/psauxmod.c:: Add
`AFM_Parser' to the `psaux' service.

* src/psaux/psaux.c, src/psaux/rules.mk: Include those new files.

* src/tools/test_afm.c: A test program for AFM parser.

* include/freetype/internal/services/svkern.h,
include/freetype/internal/ftserv.h: New service `Kerning'.  It is
currently only used to get the track kerning information.

* src/type1/t1driver.c, src/type1/t1objs.c, src/type1/t1afm.c,
src/type1/t1afm.h: Update to use the AFM parser.
Provide the `Kerning' service.

* include/freetype/freetype.h, src/base/ftobjs.c: New API
`FT_Get_Track_Kerning'.
2006-01-16 15:35:56 +00:00
builds Formatting, improving comments. 2006-01-11 10:57:42 +00:00
devel * include/freetype/config/ftoption.h: commenting the definition of 2005-04-03 22:09:41 +00:00
docs * include/freetype/internal/ftobjs.h, src/base/ftobjs.c, 2006-01-15 15:01:45 +00:00
include * src/psaux/afmparse.c, src/psaux/afmparse.h: New files which 2006-01-16 15:35:56 +00:00
objs updated 2003-06-18 07:06:54 +00:00
src * src/psaux/afmparse.c, src/psaux/afmparse.h: New files which 2006-01-16 15:35:56 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
ChangeLog * src/psaux/afmparse.c, src/psaux/afmparse.h: New files which 2006-01-16 15:35:56 +00:00
ChangeLog.20 * src/base/ftoutln.c (FT_Outline_Embolden): Strength should be 2005-06-16 19:07:08 +00:00
ChangeLog.21 * src/base/ftoutln.c (FT_Outline_Embolden): Strength should be 2005-06-16 19:07:08 +00:00
Jamfile * Jamfile, docs/reference/README: fix it so that "jam refdoc" works 2005-12-23 13:32:06 +00:00
Jamrules Add license. 2005-06-04 23:04:30 +00:00
Makefile Add license. 2005-06-04 23:04:30 +00:00
README Add license. 2005-06-04 23:04:30 +00:00
README.CVS Add license. 2005-06-04 23:04:30 +00:00
autogen.sh Add license. 2005-06-04 23:04:30 +00:00
configure Add license. 2005-06-04 23:04:30 +00:00
vms_make.com Add license. 2005-06-04 23:04:30 +00:00

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

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

Copyright 2001, 2002, 2003, 2004 by
David Turner, Robert Wilhelm, and Werner Lemberg.

This file  is part  of the  FreeType project,  and may  only be  used,
modified,  and distributed  under the  terms of  the FreeType  project
license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
this file you  indicate that you have read  the license and understand
and accept it fully.


--- end of README ---