|
ebe7e912
|
2023-01-02T20:13:22
|
|
[autofit] Don't depend on 'hb-ft'.
The circular dependency is still there, but at least we no longer depend on
the HarfBuzz API that is only present if HarfBuzz has been built with
FreeType support, making the bootstrapping a bit easier.
* src/autofit/ft-hb.c, src/autofit/ft-hb.h: New files, providing
`_hb_ft_font_create`, which is more or less a verbatim copy of the
corresponding HarfBuzz code from file `hb-ft.cc`.
* src/autofit/afglobal.c (af_face_globals_new): Use it.
* src/autofit/afshaper.h: Don't include `hb-ft.h` but `ft-hb.h`.
* src/autofit/autofit.c: Include `ft-hb.c`.
* LICENSE.TXT: Updated.
|
|
c0b4f6a8
|
2023-01-05T12:36:00
|
|
fix spelling err in LICENSE.txt
|
|
0606350c
|
2021-01-22T09:01:46
|
|
LICENSE.TXT: Moved to root directory; minor edits.
Fixes issue #1015.
|
|
4312f427
|
2001-05-24T15:00:19
|
|
moving documents to the "docs" directory
|
|
c3e987e2
|
2001-01-03T06:47:10
|
|
* builds/vms: Support files for VMS architecture added.
* descrip.mms, src/*/descrip.mms: VMS makefiles added.
* README.VMS: New file.
* LICENSE.TXT: Added info about PCF driver license.
|
|
85924a88
|
2000-11-09T19:14:11
|
|
fixed typos in the license
|
|
098ab26c
|
2000-11-02T07:53:08
|
|
Moving FreeType license to doc dir.
Adding GPL.
Explaining double license in LICENSE.TXT
Minor improvements to make system.
|
|
6b8fcd53
|
2000-07-19T16:36:36
|
|
Renaming license.txt -> LICENSE.TXT for orthogonality.
|