Werner Lemberg
e9835a1926
* src/sfnt/sfdriver.c: Include ttsbit.h and ttpost.h only
...
conditionally.
* src/truetype/ttdriver.c (Set_Char_Sizes, Set_Pixel_Sizes): Set
`size->strike_index' only conditionally.
* src/type1/t1driver.c, src/type1/t1objs.c: Include t1afm.h only
conditionally.
* src/winfonts/winfnt.h: Move all type definitions to...
* src/include/freetype/internal/fnttypes.h: New file.
* src/winfonts/winfnt.c: Use it.
* include/freetype/internal/ftdebug.h: Replaced FT_CAT and FT_XCAT
with a direct solution (which also satifies picky compilers).
25 years ago
David Turner
d2d1701333
major reformatting of the sources:
...
FT_EXPORT_DEF => FT_EXPORT
FT_EXPORT_FUNC => FT_EXPORT_DEF
BASE_DEF => FT_BASE
BASE_FUNC => FT_BASE_DEF
LOCAL_DEF => FT_LOCAL
LOCAL_FUNC => FT_LOCAL_DEF
LOCAL_FUNC_X => FT_CALLBACK_DEF
LOCAL_DEF_X => FT_CALLBACK_TABLE
FT_CPLUSPLUS => FT_CALLBACK_TABLE_DEF
25 years ago
Werner Lemberg
6d437b09d5
Fixing include header for a `make multi' build.
...
25 years ago
Werner Lemberg
dcff1129fe
Removing trailing whitespace.
25 years ago
Werner Lemberg
a444ee94cd
Added copyright messages to all Makefiles.
...
25 years ago
Werner Lemberg
59266f23c9
Fixing comment in unixddef.mk which caused a trailing blank.
...
25 years ago
Werner Lemberg
0122a4a948
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
...
25 years ago
Werner Lemberg
53c4de62d0
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked.
...
25 years ago
Werner Lemberg
a74e4c0dac
Added #ifdef's for C++ to all header files.
25 years ago
Werner Lemberg
4ddddb4482
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils.
...
25 years ago
Werner Lemberg
ff0cedbb2f
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
...
25 years ago
Werner Lemberg
d060a75b0d
Formatting.
...
25 years ago
David Turner
bca332875d
Boris's patch regarding glyph index 0
25 years ago
Werner Lemberg
0959a8777a
Formatting.
25 years ago
David Turner
2f8f154241
Boris patches for ascender/descender/text height
25 years ago
Werner Lemberg
b48a6094b2
Formatting.
...
25 years ago
Werner Lemberg
415cc7c905
Formatting.
...
25 years ago
David Turner
a90663f591
vast clean-up of the sources in order to allow flat
...
directory compilation (by defining the FT_FLAT_COMPILE
macro at compile time..)
moved "freetype2/BUILD" to "freetype2/docs/BUILD"
25 years ago
David Turner
ab9cc277c2
added Windows FNT/FON font driver
25 years ago