Al-Qurtas-Islamic-bank-The-.../src
Oran Agra fb429ec409 Position Independent Code (PIC) support in sfnt driver.
* include/freetype/internal/services/svbdf.h add macros to init
instances of FT_Service_BDFRec.
* include/freetype/internal/services/svgldict.h add macros to init
instances of FT_Service_GlyphDictRec.
* include/freetype/internal/services/svpostnm.h add macros to init
instances of FT_Service_PsFontNameRec.
* include/freetype/internal/services/svsfnt.h add macros to init
instances of FT_Service_SFNT_TableRec.
* include/freetype/internal/services/svttcmap.h add macros to init
instances of FT_Service_TTCMapsRec.
* include/freetype/internal/sfnt.h add macros to init
instances of SFNT_Interface.

* src/sfnt/sfdriver.h declare sfnt_module_class using macros from
ftmodapi.h, when FT_CONFIG_OPTION_PIC is defined create and destroy
functions will be declared.
* src/sfnt/sfdriver.c when FT_CONFIG_OPTION_PIC is defined
the following structs:
sfnt_service_sfnt_table, sfnt_service_glyph_dict, sfnt_service_ps_name
tt_service_get_cmap_info, sfnt_service_bdf, sfnt_interface,
sfnt_module_class, and sfnt_services array
will have functions to init or create and destroy them
instead of being allocated in the global scope.
And macros will be used from sfntpic.h in order to access them
from the pic_container.

* src/sfnt/ttcmap.h add macros to init
instances of TT_CMap_ClassRec.
* src/sfnt/ttcmap.c when FT_CONFIG_OPTION_PIC is defined
the following structs:
tt_cmap0_class_rec, tt_cmap2_class_rec, tt_cmap4_class_rec
tt_cmap6_class_rec, tt_cmap8_class_rec, tt_cmap10_class_rec,
tt_cmap12_class_rec, tt_cmap14_class_rec and tt_cmap_classes array
will have functions to init or create and destroy them
instead of being allocated in the global scope.
And macros will be used from sfntpic.h in order to access them
from the pic_container.
The content of tt_cmap_classes is now described in the
new file 'ttcmapc.h'.

New Files:
* src/sfnt/sfntpic.h declare struct to hold PIC globals for sfnt
driver and macros to access them.
* src/sfnt/sfntpic.c implement functions to allocate, destroy and
initialize PIC globals for sfnt driver.
* src/sfnt/ttcmapc.h describing the content of
tt_cmap_classes allocated in ttcmap.c

* src/sfnt/sfnt.c add new file to build: sfntpic.c.
* src/sfnt/jamfile add new files to FT2_MULTI build: sfntpic.c.
2009-04-05 18:08:32 +03:00
..
autofit Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
base Position Independent Code (PIC) support and infrastructure in base. 2009-04-05 17:59:26 +03:00
bdf Fix some FreeType Coverity issues as reported for Ghostscript. 2009-03-12 08:07:49 +00:00
cache Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
cff Preparing changes in cff parser later needed for PIC version. 2009-04-05 17:34:40 +03:00
cid Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
gxvalid Avoid compiler warnings. 2009-01-12 20:11:14 +00:00
gzip Make `gzip' module compile on WinCE. 2009-03-19 08:17:50 +01:00
lzw Copyright. 2009-03-20 07:30:43 +01:00
otvalid Avoid compiler warnings. 2009-01-12 20:11:14 +00:00
pcf Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
pfr Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
psaux Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
pshinter Don't use stdlib.h and friends directly. 2009-01-13 17:34:48 +00:00
psnames FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
raster Fix some FreeType Coverity issues as reported for Ghostscript. 2009-03-12 08:07:49 +00:00
sfnt Position Independent Code (PIC) support in sfnt driver. 2009-04-05 18:08:32 +03:00
smooth Fix `make multi' run. 2009-03-20 21:08:29 +01:00
tools docmaker: Don't ignore single-line code blocks. 2009-03-16 20:42:38 +01:00
truetype Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
type1 Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
type42 Remove redundant header inclusions. 2009-03-21 08:51:44 +01:00
winfonts Set `face_index' field in FT_Face for all font formats. 2008-12-25 23:52:00 +00:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00