# PaCkAgE DaTaStReAm BCalfont 1 908 # end of header 070701f17686a9000081a4000000640000000a0000000142e5b359000001970000011200000002ffffffffffffffff0000001100000000BCalfont/pkginfoPKG=BCalfont NAME=AllegroFont - is an Allegro wrapper for the FreeType2 library DESC=AllegroFont allows Allegro based programs to (amongst other things) able to load and render TTF and many other famous font formats with optional anti-aliasing. BASEDIR=/opt/BCallegro CATEGORY=system ARCH=i386 VERSION=1.9.2 VENDOR=Javier Gonzalez EMAIL=binarycrusader@gmail.com PSTAMP=mindshadow20050725225153 CLASSES=none 070701f17686c5000081a4000000640000000a0000000142e5b3590000032e0000011200000002ffffffffffffffff0000001000000000BCalfont/pkgmap: 1 908 1 i copyright 973 14869 1122348875 1 i depend 77 6390 1122348602 1 d none include 0755 swalker staff 1 f none include/alfont.h 0644 swalker staff 5156 23109 1122349913 1 d none lib 0755 swalker staff 1 f none lib/libalfont.so 0755 swalker staff 394752 42470 1122349913 1 i pkginfo 407 35312 1122349913 1 d none share 0755 swalker staff 1 d none share/doc 0755 swalker staff 1 d none share/doc/alfont 0755 swalker staff 1 f none share/doc/alfont/ALFONT.txt 0644 swalker staff 9037 18559 1122349913 1 f none share/doc/alfont/AUTHORS.txt 0644 swalker staff 112 9534 1122349913 1 f none share/doc/alfont/CHANGES.txt 0644 swalker staff 3405 28801 1122349913 1 f none share/doc/alfont/FTL.txt 0644 swalker staff 6661 29210 1122349913 1 f none share/doc/alfont/README.txt 0644 swalker staff 2864 47089 1122349913 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!070701f17686a9000081a4000000640000000a0000000142e5b359000001970000011200000002ffffffffffffffff0000000800000000pkginfoPKG=BCalfont NAME=AllegroFont - is an Allegro wrapper for the FreeType2 library DESC=AllegroFont allows Allegro based programs to (amongst other things) able to load and render TTF and many other famous font formats with optional anti-aliasing. BASEDIR=/opt/BCallegro CATEGORY=system ARCH=i386 VERSION=1.9.2 VENDOR=Javier Gonzalez EMAIL=binarycrusader@gmail.com PSTAMP=mindshadow20050725225153 CLASSES=none 070701f17686c5000081a4000000640000000a0000000142e5b3590000032e0000011200000002ffffffffffffffff0000000700000000pkgmap: 1 908 1 i copyright 973 14869 1122348875 1 i depend 77 6390 1122348602 1 d none include 0755 swalker staff 1 f none include/alfont.h 0644 swalker staff 5156 23109 1122349913 1 d none lib 0755 swalker staff 1 f none lib/libalfont.so 0755 swalker staff 394752 42470 1122349913 1 i pkginfo 407 35312 1122349913 1 d none share 0755 swalker staff 1 d none share/doc 0755 swalker staff 1 d none share/doc/alfont 0755 swalker staff 1 f none share/doc/alfont/ALFONT.txt 0644 swalker staff 9037 18559 1122349913 1 f none share/doc/alfont/AUTHORS.txt 0644 swalker staff 112 9534 1122349913 1 f none share/doc/alfont/CHANGES.txt 0644 swalker staff 3405 28801 1122349913 1 f none share/doc/alfont/FTL.txt 0644 swalker staff 6661 29210 1122349913 1 f none share/doc/alfont/README.txt 0644 swalker staff 2864 47089 1122349913 070701f176868d000041ed000000640000000a0000000242e5b359000000000000011200000002ffffffffffffffff0000000800000000install070701f1768671000081a4000000640000000a0000000142e5af4b000003cd0000011200000002ffffffffffffffff0000001200000000install/copyright AllegroFont v1.9.2 ==================== AllegroFont (c) 2001 - 2003 Javier Gonzalez FreeType project Copyright (c) 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg AllegroFont is an Allegro wrapper for the wonderful FreeType2 library that makes Allegro (amongst other things) able to load and render TTF and many other famous font formats. Other feature is that it is able to render the fonts antialiased. AllegroFont is distributed under the FreeType Project License (see file FTL.txt). Note I am NOT responsable of the contents of the freetype directory. This library is able to use FreeType code thanks to the FreeType license (freetype/docs/ftl.txt) and *NOT* thanks to the GPL license (freetype/docs/gpl.txt), so from the two license choices FreeTypes gives the former is selected. AllegroFont uses code from: - The FreeType project (www.freetype.org) 070701f1768655000081a4000000640000000a0000000142e5ae3a0000004d0000011200000002ffffffffffffffff0000000f00000000install/dependP BCallegro Allegro - a game programming library for C/C++ developers 070701f1768639000041ed000000640000000a0000000542e5b359000000000000011200000002ffffffffffffffff0000000600000000reloc070701f176861d000041ed000000640000000a0000000242e5b359000000000000011200000002ffffffffffffffff0000000e00000000reloc/include070701f1768601000081a4000000640000000a0000000142e5b359000014240000011200000002ffffffffffffffff0000001700000000reloc/include/alfont.h/* AllegroFont - a wrapper for FreeType 2 */ /* to render TTF and other font formats with Allegro */ /* FreeType 2 is copyright (c) 1996-2000 */ /* David Turner, Robert Wilhelm, and Werner Lemberg */ /* AllegroFont is copyright (c) 2001, 2002 Javier Gonzlez */ /* See FTL.txt (FreeType Project License) for license */ #ifndef ALFONT_H #define ALFONT_H #include #include "alfontdll.h" #ifdef __cplusplus extern "C" { #endif /* common define */ #define ALFONT_MAJOR_VERSION 1 #define ALFONT_MINOR_VERSION 9 #define ALFONT_SUB_VERSION 2 #define ALFONT_VERSION_STR "1.9.2" #define ALFONT_DATE_STR "08/04/2003" #define ALFONT_DATE 20030408 /* yyyymmdd */ /* error codes */ #define ALFONT_OK 0 #define ALFONT_ERROR -1 /* includes */ #include /* structs */ typedef struct ALFONT_FONT ALFONT_FONT; /* API */ ALFONT_DLL_DECLSPEC int alfont_init(void); ALFONT_DLL_DECLSPEC void alfont_exit(void); ALFONT_DLL_DECLSPEC ALFONT_FONT *alfont_load_font(const char *filepathname); ALFONT_DLL_DECLSPEC ALFONT_FONT *alfont_load_font_from_mem(const char *data, int data_len); ALFONT_DLL_DECLSPEC void alfont_destroy_font(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC int alfont_set_font_size(ALFONT_FONT *f, int h); ALFONT_DLL_DECLSPEC int alfont_get_font_height(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC int alfont_text_mode(int mode); ALFONT_DLL_DECLSPEC void alfont_textout_aa(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); ALFONT_DLL_DECLSPEC void alfont_textout(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); ALFONT_DLL_DECLSPEC void alfont_textout_aa_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int bg); ALFONT_DLL_DECLSPEC void alfont_textout_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int bg); ALFONT_DLL_DECLSPEC void alfont_textout_centre_aa(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); ALFONT_DLL_DECLSPEC void alfont_textout_centre(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); ALFONT_DLL_DECLSPEC void alfont_textout_centre_aa_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int bg); ALFONT_DLL_DECLSPEC void alfont_textout_centre_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int bg); ALFONT_DLL_DECLSPEC void alfont_textout_right_aa(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); ALFONT_DLL_DECLSPEC void alfont_textout_right(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); ALFONT_DLL_DECLSPEC void alfont_textout_right_aa_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int bg); ALFONT_DLL_DECLSPEC void alfont_textout_right_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int bg); ALFONT_DLL_DECLSPEC void alfont_textprintf(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_aa(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int bg, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_aa_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int bg, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_centre(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_centre_aa(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_centre_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int bg, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_centre_aa_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int bg, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_right(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_right_aa(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_right_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int bg, const char *format, ...); ALFONT_DLL_DECLSPEC void alfont_textprintf_right_aa_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int bg, const char *format, ...); ALFONT_DLL_DECLSPEC int alfont_text_height(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC int alfont_text_length(ALFONT_FONT *f, const char *str); ALFONT_DLL_DECLSPEC int alfont_is_fixed_font(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC int alfont_is_scalable_font(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC const int *alfont_get_available_fixed_sizes(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC int alfont_get_nof_available_fixed_sizes(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC int alfont_get_char_extra_spacing(ALFONT_FONT *f); ALFONT_DLL_DECLSPEC void alfont_set_char_extra_spacing(ALFONT_FONT *f, int spacing); #ifdef __cplusplus } #endif #endif 070701f17683dc000041ed000000640000000a0000000242e5b359000000000000011200000002ffffffffffffffff0000000a00000000reloc/lib070701f17683c0000081a4000000640000000a0000000142e5b359000606000000011200000002ffffffffffffffff0000001700000000reloc/lib/libalfont.soELF44 (||}}#AR\\QR  !"#%&'(*+,-./234679:;=>@ACDEGIKLMNPQSUVXY[^abdeijlmopqsvxyz{|}~   !"$&()*,.013789:<=>@BCEFHJKLMNO $)0158<?BFHJORTWZ\]_`cfghknrtuw   #%'+-/2456;?ADGIPQ}q *% 9A L0Y ^DE mlT $x<p`\c 4 6 "\B 9| J Z< lЏQ ~< ܂40 ) $A G \ Q $D77 4 I Z ^ n$$H 9 (; b D<L, 0, -XH B$T]ppF, D8 Оh `M < T t '' 9ȑQ U^ d|/2 t H Q ] 0)u <q 4 $8 2ЯA``RxQ gi @8 T=1 0 1y l 0P ,0 6c $Q 0tS Bܛ= YH f=P z@.   `3 `I  | Ў8 h 4A\9 PP8 e$ o  9 7 4, ( ;0 U _f+[ ~d& ( , P lK 8     Ȯ` % X& 7 Q P L3= ^ 7 k r H     32 '    8 ! x 6 Ę4 E ̐T ]  i  | h> tT X 0  3 (3  >#  < L/. 3 ̨b > `Q G e P v .  K ,8 H$ -  d+ F T&M  ؐ, E N  s z dA 89[ - 6 -  << b   <( ) C 6 A B ܭL K  \ T7 f i w lK r  H  8 L 8  z *) FD_ ZHD g' x(   8 i 9m  `* R " 3X H$@ O `Tt| {(; =c H`H H p  r 6 _ L Y} l\@ z` ] $T v @   f pQ 0ȃO <ܓ TD c8@ v<E x' ĒT ܷ3 ly x* $ % -@U Z P `3 0!  )0 G@, Z|( j Y 2 B  </ D# H !8 54H  c0 zK ԡ d N a &x A& #T / 9d K|Q d: {a dI h17 |7 8& @W ,< TP =% , 2X6 CKĤ^b q<x . ` 88 _GLOBAL_OFFSET_TABLE_FT_GlyphLoader_AddFT_LruList_NewlongjmpFT_ReallocFT_Get_Name_IndexFT_Attach_Filealfont_textprintf_right_aa_expshinter_module_classft_smooth_renderer_classbdf_driver_classFT_Lookup_Rendererfreadftc_cmap_cache_classFT_Outline_New_InternalFT_Done_FreeTypeFT_Add_Default_ModulesFT_Outline_CheckFT_Done_LibraryFT_Outline_Renderalfont_textprintfFT_Glyph_To_Bitmapftc_sbit_cache_classah_arctanalfont_set_font_sizeautohint_module_classFTC_Image_Cache_LookupFT_New_Memory_DYNAMICalfont_textprintf_right_aaftc_family_donealfont_is_fixed_fontFT_Outline_TranslateFT_Outline_Copypsnames_module_classFT_Stream_ReadLongLEFT_GlyphLoader_DoneFT_List_UpFT_Set_MM_Blend_Coordinatesft_raster1_renderer_classFTC_CMapCache_Newps_parser_funcsfopenFTC_Manager_Lookup_SizeFTC_SBitCache_Lookupsfnt_module_classrectfilltt_cmap8_class_recFTC_SBitCache_Newalfont_textout_centreFT_Stream_ReadChart1_cmap_unicode_class_rec__ctypewinfnt_driver_classFT_Outline_TransformFT_Glyph_Get_CBoxFT_CMap_NewFT_Set_Pixel_SizesFT_LruList_Lookupalfont_textprintf_centre_aaFT_Set_CharmapFTC_Manager_NewFT_New_LibraryFT_Render_Glyph_Internalalfont_textout_centre_aa_exstrncpyalfont_destroy_fontFT_LruList_RemoveFT_Select_Charmapt1_cmap_standard_class_recFT_Attach_StreamFT_Glyph_Copybdf_cmap_classpcf_driver_classalfont_textprintf_aaFT_GlyphLoader_CheckSubGlyphsps_table_funcsalfont_textout_aaftc_glyph_node_doneFTC_Manager_DoneFTC_Manager_Compressalfont_load_fontFT_Stream_GetLongFT_Activate_Sizeftc_family_initalfont_initFT_Get_Sfnt_TableFT_Stream_ExtractFrameFT_Load_Charftc_glyph_node_initftc_family_table_allocreallocFT_List_FinalizeFT_Stream_Closett_driver_classFT_Library_VersionfcloseFT_Set_TransformFT_Outline_Reversealfont_textout_right_aaftc_face_list_classdrawing_modeFT_Outline_Newalfont_textout_rightFT_DivFixFT_New_GlyphSlotuvszprintfstrncmpmemsetgray_raster_renderFT_GlyphLoader_PrepareTwoByteSwapftc_image_cache_classacquire_bitmaplabscff_cmap_unicode_class_recalfont_text_lengthFT_Stream_ReadLongFT_GlyphLoader_CopyPointsFT_MulDivstrcmpFTC_Manager_Lookup_FaceFT_List_Findpfr_service_recFT_Done_FaceFT_Outline_Get_CBoxFT_New_Facealfont_textout_centre_aaFT_Set_Hint_FlagsFT_Stream_OpenGzipsprintfpfr_driver_classfseekFT_Get_Char_Indexalfont_textprintf_centreftc_node_doneFT_Open_Facemallocftc_size_list_classps1_hints_applygetbtt_cmap0_class_recFTC_Node_Unrefalfont_get_available_fixed_sizesft_standard_rastergetgftc_family_table_freeFT_Stream_ReadOffsetalfont_textout_aa_exFT_List_Insertalfont_textprintf_aa_exFT_New_SizeFT_Matrix_MultiplyFT_Stream_GetShortalfont_textprintf_centre_exft_debug_initFT_Div64by32getrFT_Outline_DoneFT_Vector_From_Polarpcf_cmap_classftc_glyph_family_doneft_smooth_lcdv_renderer_classFT_MulTo64t1cid_driver_classFT_Stream_GetOffsetFT_Stream_ReadAtps2_hints_applyFT_Load_GlyphFT_Get_Next_CharFT_Freepsaux_module_classFT_Stream_SkipFT_Vector_LengthFT_Sinps3_hints_applyFT_LruList_Destroyset_trans_blendert1_cmap_classest1_cmap_expert_class_recputpixelalfont_get_nof_available_fixed_sizesstrcpyFT_List_Iterateftc_cache_doneFT_Stream_ReadFT_List_AddFT_CeilFixFT_Outline_Decomposeft_smooth_lcd_renderer_classFT_Set_MM_Design_Coordinatesmemcmpsbit_metrics_fieldsFT_CMap_DoneRepadBitmapFT_Atan2t1_builder_funcsFT_Sqrt32FT_Set_Char_Sizealfont_load_font_from_mem_PROCEDURE_LINKAGE_TABLE__finialfont_textout_right_aa_exFT_Stream_Posalfont_textoutFT_Stream_Seektt_cmap12_class_rec_lib_versionFT_Remove_ModuleFT_LruList_Remove_SelectionFT_Get_Multi_MasterFourByteSwapalfont_text_mode_debug_mem_dummyFT_Get_GlyphFT_Stream_ExitFrameFT_Get_Moduleftc_cache_lookupt1_cmap_custom_class_reccff_driver_classFT_New_Memory_Facecff_cmap_encoding_class_recFT_Matrix_InvertFT_Stream_EnterFrameFT_CosFT_Get_Sfnt_Namett_cmap10_class_rec_etextugetxcFT_Vector_Unitftc_glyph_family_initt1_driver_classatoiFT_GlyphLoader_CreateExtraalfont_textout_right_exft_autohinter_servicememmoveFT_Set_RendererFT_Outline_Done_InternalFT_Outline_Get_BitmapFT_Done_SizeFT_Vector_PolarizeFT_Angle_DiffFT_Stream_OpenFT_Done_GlyphSlotalfont_textprintf_exFT_GlyphLoader_ResetFTC_ImageCache_LookupmemcpyFT_Get_Glyph_Namealfont_text_heightFT_Init_FreeTypealfont_textprintf_rightalfont_exitalfont_is_scalable_fontFT_Done_MemoryFT_GlyphLoader_Newft_glyphslot_free_bitmaprelease_bitmapFT_Set_Debug_Hookalfont_textprintf_right_exBitOrderInvertFT_Vector_TransformFT_GlyphLoader_RewindFT_Get_Sfnt_Name_Countft_validator_inittt_cmap4_class_recft_glyphslot_alloc_bitmapFTC_SBit_Cache_NewFT_RoundFixft_validator_runFT_Stream_GetLongLEalfont_set_char_extra_spacingqsortFT_Stream_GetShortLEft_bitmap_glyph_classstrlenFT_Get_Module_InterfaceFT_FloorFixt1_decoder_funcsalfont_get_char_extra_spacingFTC_ImageCache_NewFT_Get_RendererFT_Stream_ReadShortLEFT_Get_Postscript_NameFTC_Manager_Register_CacheFT_Done_Glyphalfont_get_font_heightft_validator_errortt_cmap6_class_recFT_Stream_GetCharalfont_textout_exFT_Stream_ReadShortpfr_cmap_class_recFT_GlyphLoader_CheckPointsft_outline_glyph_classft_grays_rasterFT_TanftellFT_Stream_ReadFieldsFT_Vector_Rotate_endFTC_CMapCache_LookupFT_SqrtFixedFT_LruList_ResetFTC_Image_Cache_New_edataalfont_textprintf_centre_aa_exFT_MulFixFT_Get_First_Charalfont_textout_centre_exFT_Stream_ReleaseFrameFT_Glyph_TransformFTC_SBit_Cache_LookupFTC_Manager_Resetftc_cache_initFT_Stream_OpenMemoryFT_AllocFT_Render_GlyphsetjmpFT_Add64ftc_glyph_node_compareft_glyphslot_set_bitmapftc_node_destroymakecoltt_cmap2_class_recFT_Load_Sfnt_Tableft_raster5_renderer_classFT_Get_KerningFT_List_Removesolid_modet42_driver_classFT_Add_Moduleftc_cache_clearliballeg.so.4.2/opt/BCallegro/libt}(~+~~|pXqet5M*  K,P)XI $(,P\dhHD@0<%84I08<@DHLX\`hptx|̂ЂԂ $(48@X\`dx|HԅDĉȉ̉Љԉ $(,0@` @` @` @` @` @`  ,hĐȐ̐А$(,08<@DP\đȑ̑Бԑܑؑ ,8HLPTX\`dhlptx|ĒȒ̒ВԒؒܒ  $(,048<@DHLPTX\`dhlptx|ēȓ̓Гԓؓܓ  $(,048<@DHLPTX\`dhlptx|ĔȔ̔ДԔؔܔ  $(,048<@DHLPTX\`dhlptx|ĕȕ̕Еԕؕܕ  $(,048<@DHLPTX\`dhlptx|ĖȖ̖ЖԖؖܖ  $(,048<@DHLPTX\`dhlptx|ėȗ̗Зԗؗܗ  $(,048<@DHLPTX\`dhlptx|ĘȘ̘ИԘؘܘ  $(,048<@DHLPTX\`dhlptx|ęș̙Йԙؙܙ  $(,048<@DHLPTX\`dhlptx|ĚȚ̚КԚؚܚ  $(,048<@DHLPTX\`dhlptx|ěț̛Лԛ؛ܛ  $(,048<@DHLPTX\`dhlptx|ĜȜ̜МԜ؜ܜ  $(,048<@DHLPTX\`dhlptx|ĝȝ̝Нԝ؝ܝ  $(,048<@DHLPTX\`dhlptx|ĞȞ̞ОԞ؞ܞ  $(,048<@DHLPTX\`dhlptx|ğȟ̟Пԟ؟ܟ  $(,048<@DHLPTX\`dhlptx|ĠȠ̠РԠؠܠ  $(,048<@DHLPTX\`dhlptx|ġȡ̡Сԡءܡ  $(,048<@DHLPTX\`dhlptx|ĢȢ̢ТԢآܢ 048<L\lptxģȣ̣Уԣأܣ  $(,04<DHPX`dlt|ȤФԤܤ(,04DTdhlp̥Хԥإܥ $048<P`dhx|Ȧ(Hhȧ(HhȨ(Hhȩ(HThtȪԪ(4HThtثܫ $(8<@DHLPTXhȬ(Hhȭ(4HThtЮ (,08<@DLT\dxԯدܯ(8HXhxȰذ(8HXhxȱر(8HXhxȲز(8HXhxȳس(8HXhxȴشȁ́ЁԁJ؁ ܁# (. _O 6؂Ă???QQQ<E,pM4ܐؐF|xt*@|ȥn8,t,,ܮ| }}}}H} }$}"(},}:0}4}8}m<}@}D}H}L}P}}T}X}u\}/`}d}h}l}Hp}rx}|}f}}N}}}'}A}:}}}k}}N}2}}h}d}\}a}} }+}.}P}}?}}}}}A}}~~~D ~~i~0~~ ~ $~(~,~80~ 4~ 8~<~@~oD~*H~CL~P~T~@X~^\~`~d~%h~l~xp~Bt~x~]|~~~~j~~G~{~M~~&~@~y~~~~g~~"~7~!~~~E~=~~~L~~w~4~;T z G$D([,0Q4Q8<U@DOHZL,PsT\!`dhlEt1x-(3X;/9l$vS pB$$( 0&483<F@DHLT hhhhh h($h0(h8p,h@`0hHP4hP@8hX0<h` @hhDhpHhxLhPhThXh\h`hdhhhplh`phPxh@|h0h hhhhhhhh h(h0h8ph@`hHPhP@hX0h` hhhphxhhhhhhhhph`hPh@h0h hh hhhhh h $h((h0,h8p0h@`4hHP8hP@<hX0@h` DhhHhpLhxPhThXh\h`hdhhhlhpph`thPxh@|h0h hhhhhhhh h(h0h8ph@`hHPhP@hX0h` hhhphxhhhhhhhhph`hPh@h0 h hh h$h(h,h0h4h 8h(<h0@h8pDh@`HhHPLhP@PhX0Th` \hh`hpdhxhhlhthxhhhhhph`hPh@h0h hhhhhhhh h(h0h8ph@`hHPhP@hX0h` hhhphxhh$h(h0h4h8h<hp@h`DhPHh@Lh0Th USV[]S|33~3ɋR s$@S;|E@$ C$^[]USVW[ï} tqx~i3EG ƀ8tEG ƋH4tQG @4G Ƌ@8tP^G @8EHE܋};}}#FttEPWEPUG;}~݋E@E;E~ɋ$4t MAE$8t MAEEMQЃBu} }_^[]ËUS[uuuuu u[]U`SVW[çuE E@ƋMM;AE;pEEM;Aw} |0uEPWMIIQMDPVQEPEPtEMQЃ EEEEM;AEx\t VPVEPkL$% ]US[ÐMZ+Py[]ÐUS[aD$ D$ [XD$uPt$ t$=[]ÐUS[UE u3!\$ T$ D$S$@D$[]US[][XCu S4; { []ÐUSVW[Ë}D$GD$u ttD$ D$tjD$Pe؉4$D$Pt$D$t$vD$}ًD$D$GD$D$G_^[]ËUS[MID$ L$D$ tY|$u}XTD$ P؍D$ Pt$ D$ I‹ D$}[]ËUS[IMID$ L$D$ tJD$ P,؍D$ Pmt$ MD$ }M D$M[]ËUS[M E@uP[]ÐUM +M` +ih+yh=~]USVW[PEEE EЅEЋxpEEE3EEUJ M MR ʉM‹ SL$T$U RL$T$ T$+։UT$T$+։UT$T$+։UT$T$ +։UT$ L$L$$ML$(MIEu]Et4EED$EED$L$L$D$ D$L$ D$L$EMEЋMQL$QЃg;]ӃMAEB+ƉD$$B +ƉD$(;]KME@E+։T$4[ +ΉL$8]tlT$$D$<L$(D$@EЋHEPD$@PD$,Pу D$4L$8D$$L$(E;EeEЋHEPD$8PD$,Pу bu9B+ƉD$,B +ƉD$0EЋ@MQL$0QЃ$C;EAEB+ƉD$DB +ƉD$HB+ƉD$LB+ƉD$P;]wbB+ƉD$TB+ƉD$XEЋH EPD$XPD$TPD$PPу;]&;EЋ@MQL$QL$,QЃ 4EЋH EPD$PD$TPD$PPуEЋ@MQL$QЃu/E@EMAM܋U; 3_^[]ËUSVW[guEE FPE EPEP uNFPEPEP u4F PEEPEP uEfFEfN3NVEP_^[]US[ØEtuuu 0![]ËUSVW[WMtQYt>~B~>JA E3ɿ3u4;~!;}@;~I;u 3 u3_^[]USVW[utk} tdFO;uX;uNPvw$ FPvw Pv w GN G3_^[]ÐUSVW[Ju tJFt*FP}W跾FPW誾F PW蝾 3_^[]ËUS[Etu 0![]ÐUSVW[ßM} AtqIYNuU];sa1}+H#ƉE+H#+Ћq}+H#ƉE+H#+؃;Mv3333ۉEME MPMHX _^[]ÐUSVW[]CK~-HU UUU3ҋu0u1B{;|_^[]ËUSVW[sEE3EEMQ BUIE ;sX1y0xY;rEP]U;s  CJ;rE@EE@EM ;|Ep_^[]ËUSVW[óEE}EEE GEtoEF@Wv<ЃEt+}uOEPhltuoEP荼 Eu*}t$jjVuwE!EE_^[]ËU0S[Et8L$D$D$ @<t<t<uD$ Qu u []ÐUSVW[ÃutS} tL76EwvԻEw6ĻEw v賻MMEF_^[]ËUSVW[Ep@ƋO;sE EEPVl;v_^[]ËUSV[øEPjXuVB u M1MU ^[]UVW}w3fGfG,4_^]ËUSVW[Nu>FPWȹFPW軹F PW讹F(PW衹F0PW蔹3FFF V萺_^[]ËUSV[Et0PqEPVD^[]ËUS[ÜUB ZىZ8BB<BZ CB@ztJ(JH[]ËUSV[KuF(PFPQθ ؅u FVs^[]UMA,A0AP]ËU SVW[uENF6E NM3;v|EMMEVRPQEPTFPEPEPEP2ur~tF(PEPEPEPuNEFNFV4E;v+EV RPQEPϸuEFVR_^[]ËUSVW[۾}O,OLM G 3;v1AMw0VQPRduEG W_^[]ËUS[t]3fC6fC4CLS$?[]ËUSVW[3Ur4JB6fBBfBB,BLB,HEv3z@4Gf4G@;Evu護_^[]ËUSVW[ÿu NMFEPQ}W| EusEEPvw EPvw EPv w ײ t~tEPv(w(蹲 EfGEfGWzE_^[]ÐUM EMHMH@ ]ËUS[EP轶[]ÐUS[øM EH jP蝶[]ÐUSVW[ÃMu EEEMQj(P EMHu`u*t~tEPEP蛴FEHv uF MAt$EPEP_FPvu۵ EMHEM !_^[]USV[ÃEtpP蜵} u EPV^[]USVW[?uF@`EHMx@EPj$W貳 ȅuu ~ t BEt @ZB BZE] CtJ_^[]ÐUMt E A ]ËUSVW[um~XcFTEUE E;Fv EEPN`Et EAEEEu{%t E tjFt;Eu1AHPE @PEPvXEPуu ExHstibtcE@H EPEPvXEPEPу{cinuu#{ȃtu{ u { t ;s^\3t MA\3 &&_^[]ËUSVW[ÃEMMAEqMQp$V u}EPj(V uhEMEMH`EpdE MAhMI0uuuuPуu&ut &tu @EM6E@4uЃEPVFEPV9E_^[]U S[ÅM t$D$D$L$uuPu([]ÐU S[9M t+D$D$L$ML$ uuPuժ[]ËU0SVW[3ɉMME;u u3 ~E܍EPV}W EEt_VtX t33ɃtFNuVQPuuREu EEPu8wGDE; t=U 3tzBURPWuuQ7Et};ur}t E HEPj EP* EEMAuE@`PAEPuBEulEMUATRu3EuMEMAXE싀H3҉PP HPPEM-EEPuOuEE_^[]ÐU S[íM tD$D$L$Pu薨[]ËUSVW[cutp~`tbEPE EPw ؅uRG@Xt uVЃ؋ExtE3Pua "#_^[]ËUSVW[ìu#tV~`tOGEGEVP趧E#t-PEP譧EPEPWVEP 3ɋ_^[]ÐU SVW[?3EE};E E39G`EG`@EOdMURp(Q臤 u_EPj EPo uGE8E3ɉH(E@8;tuЃu"EMEMAulWd5EPEPEPEP" $#_^[]ÐUSVW[/u>G`EtrE@EGlEVPEtKPEPEPEP_9wXuGXGlt@GXEPVEP 3$" #$_^[]ÐUSVW[n} wuFFPԣ?G wFHP軣GwFJP襣 GwFLP茣 G_^[]ÐU SVW[u:~X/N`$G EE t }u EEE }uEH}uEHAEM у@H#+ȉMUʃ@H#+ЉUEEE荈$ 98EEE썐$ 98UfG fWGGFt2FDPQGFDPEPGEPVHEHH3tEPEPEPEPvXу#_^[]ËUSVW[{}wXF EG`@EE t }u EEE M уH#+ȉMUʃH#+ЉUEfF fVGt=GDPEPFGDPFP֠FEPW:EHL3tEPEPwXу #_^[]ÐUSVW[w3ɋu;};tyF`O@@T;EtrWuu VЃEu^EEtSFXp7藠FXpw脠G}t'  GE#EE_^[]ËUSV[÷utKE =cinut6N(t(V$;s9Ct ;r^\3&V?#^[]ËUSV[Cut8F(t*N$ ;sU ;t ;r^\3 &#^[]ËUSV[Mt"pdA @tQЃEPVF^[]ÐUSVW[ÛEEuEEMIdMPEPQ ENHNHEMH Atu uЃu>MA$(QHQPEP趞uEH$QP$U@(u莟EEt M_^[]UM3tI\t A @ u QЋ]ËUSVW[o3u}3;t+9w\t&jWEuEPjWr U ;tM _^[]UU33t(R\t!E MEB @QRЃtM3ɋUt]ÐUSVW[£}3t2G%t(O`@ tRQЃt u WЃ_^[]ËUSVW[cut }v}tLE E;GwAG%t7G`Q ҹt&QP҃tuVMQWЃȋ_^[]ËUSVW[ڢ}3t2p$u%O`@ tlRQЃtWЃ_^[]ËUSVW[~}3t,Gt$O`@ RQЃt u WЃ_^[]ÐUSV[+ut~G$F$ltuou?G8@t5NNP豃3EMQ IP H}t EP苃EM_^[]USV[Mt!0A@ tQЃEPVW^[]USVW[îut5F%t+N`@ RQЃtu VЃ#_^[]ÐUSVW[Nut8F%t.N`@ RQЃtuu VЃ #_^[]ËUSVW[ut8F%t.N`@ RQЃtuu VЃ #_^[]USV[ÇEHt}3|} پy ‹ڃƀȋ tQ;t<;QRE+4RQ'F@=~&3} 3}^[]ËUE +Ey=~]ÐUSV[Ûu |ًU|k ;|"k ;}9~0.k;} k ;}^[]U SVW[UBEM ȉEpuE~FHE3B E3E3ҋE0;u }<lj};u }׉UPE@E;E~j@E@M+APM+P j@EM+PAM+AP +t_^[]ÐU0SVW[7UJ DAEEEEE|]3ɋBEE3EUы:;}}}E;}~}ER;}E;~ډE@;E~ŋEP]Sau?EPSPu.EPS?uEPS.u _^[]USV[0EPjPuV躁 u M1MU ^[]USV[E04PVmEDPV]E,PVME PV=EPV0^[]ËUSV[ÇEX @k<ËM Q8I}t EMH,E0E;E_^[]ÐUSV[wEP4@0k0E t+ȋN;s J,tȉJ,0;v^[]ËUSVW[ËwMHE~8E Eȅ~Ur>; :ZIօE@;E~_^[]ËUSVW[ wEp@ EHTMH\MhcinuPstEătu3E̋Eċ0F ~ ;Ũȃ EԍD$,;}RCW+ЉUU+BBU‰E7QEPEPEP:E`}mE ȃ}@~&E Eȋ+‰EU+yMȋE+y;}ME+ЉSGKU܋+BBEG+EEE73EPEPEPEM ME+M}ًEE +EU+Uy;}ECEG ;]C9CCG+CE7QPEPEPE@~!&}`E|C CY EESЍB ȉMR+ыZyE+y;|EEM+ЉSG EPWS]܋EP&EPSWEP E0;}]Ћ_0G tMQWPEP,}tGU+B BGG G}܋;}vW+OH#+ЉW;]sG0tWOH+H#G;WM̋Au ~tujVWI u%}Ft(EME"EPEPPEE_^[]US[NU 3U I;t vu уE PWKN_^[]ËU SVW[GSutyE EtoEFE~EtXEEvEPuU u?1E3ɋEE@;t VuЃEPEP\KEu_^[]ÐUSVW[êRUB`uNQr\2u ЃuF@Xt PO_^[]ËUE@;E ]ÐUSVW[:R}wVPE pN V1HG_^[]USV[Qut23ɉE;t MQu pxN uMI '^[]ÐUSVW[ÓQu EEM@QRpLu7uNvv6F u EMA uM_^[]ËUSV[QuFtPMF^[]USVW[PEEp} ;t!VPME@WP2V_Mww7F tVME@_^[]ËUE@U ; u H ;Jt3 @;B]ËU SVW[PutEEt|EVE E0EEPL D$EHL$@MD$QD$PEpYL u}EpULE@MbVE E0EEP@L uDD$EHL$@MD$QD$PEpK uEpK_^[]ËU3ɋEHH@ ]ËUSV[NuFPu eG3F F^[]ËUSVW[ïN}G w;tE;sEEGPEPPu HMOWЉw ^;sEHˉJ rA{;vB rMA u;Ar2HU BMAP Q @ MM3_^[]ËUE U;sBx uJ H @B ]ËUSVW[sM3E};EMQjtPE um} uE }uE}uE@ EHQMQPu Iu#EHQMQPuIt2EtspIEpIEPEP8EHE8EMA E@EMA`EMA\EdPUEM !_^[]ËUSVW[?LE03EDEt$HI PуEPVDEDG~VEdPEpH3ExEpHExEPV3D_^[]ÐUSV[ËKutvGvG^[]ÐUSVW[OKutS~F;F rHtDOAE;t#A VQHMtF;F wA uQG_^[]ËUSVW[J3҉UM;ʉE9U 9UE3<|tFrpEEPE EPEPC Eu`EMEMHEMHEp At3uЃEt$E@ tuЃEPEPBEGEME_^[]ËUMt!AU ;BdsBlxt AHfA]ËUS[èIE@M BlH u PqDF[]ËUS[hI] CtHUJPE@ECC[]ËUSV[Iu FMQS;u;t^F3AN^[]ÐUSV[Hu FM;tQSPQH N^[]ËUSVW[ËHUr M y#;As }#ƋI ;tAMQA} wOG@GUB;¸~ivdtN+GwW RR QPAu2_  t Q uM<:M Aq3_^[]USVW[ÓGUr M y#;As }#Ƌq JʋuE P E}t8 u F;s E@F3_^[]ÐUSVW[Fu }wUG RQdPC uMqM9MIOM 9_^[]ÐUS[ðEMtAtqdPB[]ÐUSVW[sEEEHMp@@@ EPj@Q= u_~vYMQ$3A(A,~y0~y4~y8AE EvEPWU u }t;~tMF~}EPE PV^? E_MME؋EEE Eԋ@EQ#;As U#EMI EEԋ;E:E@M;Ah(E@EE0tSE@,E܋}tCEEF ;Eu#FM;AuEPEPVU܃ K~7űE@Eu~EPE@ PWg: Eu|Ef@MfAM AUB Ef@E@$VQuЃ EtEPW :3VuEE@0VuЃEPW9}@.EЍ4E;E̋@9E E̋@EuЅExGEG+EPW=;}N}w;u;}tFEN0E;pt EPVE0l6uE@(VuЃAE؋H;H r$MA@fAEP=MAHfAEMEEE_^[]ËUSV[?]sM 3+ʋUfJC+K+H#fBC ^[]US[à?3ɋEfHfHu P<[]ËUUJE @+J;]ËUSVW[B?uuV}W< ؅u,E GEGEG>OF3 F_^[]ÐUS[>uQ<[]ÐUSV[û>uFtP4Fu V!<^[]USVW[w>M EPquV; EMPQEH Q@0;uUF Mq(PuC3 u9EHTAH=stibt=ltuotEPQ"3uEF uVh;_^[]USV[ÿ=EpN3stibuv$];F4ltuouFNDH(^[]ÐUSVW[_=EEu} G F GF$GF(EPw Q9 u*3_^[]USVW[-Mts3ҋEPEtXE U ЋKxB3ɋ+Eku~ ;t;r]KMA;~ FM3#_^[]ËUUt>M tEu;Bt#&ME uEPu RI%]USVW[-Myd4PA`p2+thM  JPQDV EMMv/P +;uruNVEPEEP" E0EPW %3_^[]ËU SVW[S,MAdEE荃,PA`px*E3Ex EDEE EE苀p= MIPуEPEPG'4yPEPe EPEP!'EPEP/$t FE;p r3_^[]ËUSV[s+|Pu V&uEpPV&u)hPEp&tI VPу3^[]ËUSV[*hjuV F E E^[]UUtztL=|>=|J;M wg+B+ȍAdJ;M wJ JDlJuCB;E w)BJ J J B;E v3BJ ]ËU SVW[)}33Et GE ;lكu׃ w Uk ‰EŃ EEucE Et G;}ك s=Uk ‰EEk E=|ŋU t G;ك r u E Eu?3U Ut G;}ك sk ك}t؋MEM~Ek EEk EIMM}#gfff}+׉UEk EA|݋}}tEPEP! t3_^[]ËUM8tqPjqP' ]ÐUM8tqPW jqP]US['M8tqPhPA!jqP []ÐUSVW[×'}W O$9zRoF0GEW]F8ExPKF4GEW9FF;EDUBJ J J E3E%;u ڋE@+Ё”UFE;uE@l EFEuUE<MM0MMl}+}}}<jll  2   ~tj"`V;uEHF%#&%$'! 0)(#/+|ung`*Y.R-K,D=361/(! ;0EĉE}~jE t^wYMЃ MMtE@MME؉EEƀ 3ȃ9MU+ЉŰE+E3M4;EEp@E>EHE(M; D4M+*+׃ !qQ UE0uU0TQAEUq AEEHE$M;4M+*+׃ qQ UE,uU,TQA[EUq AEE̋H;H ~E̋HEẼ8t3ẺEẼ8u Ẽxu3ẺEẼ8t Ẽxu3ẺEE@3Ʌ|U;}  ẺEZE̋@IU;: ,E̋ẺEP@EEM+ȉM;M}}DHEUE܋E}~M3Q:9@;E~E̋MHE@E|B}~Suj EPV tF$;vܿ ^D$++G EE+ P} WuJEEHPVW u2MUJPrLJHJ ΉJBXV_^[]USV[uNH9t FDQPFVЃ^[]ÐUS[ÔEE 3ɄvE  CwE[]ÐUSVW[N] v-U} 1imX3BKw_^[]USV[uUBtmZt&uM IX|Hi0MvE HuN@t+PA`ptOPуA 3_^[]ËUSV[E@Q@`pOtttPу3^[]ËUS[Ð]{(tSt @s(ЃC([]USV[L]3SJt,Ji0uVQrdЃ uEC(^[]ËUS[]S3tAjjsss(Ѓ[]ËU SVW[çEEKEM썈MHdM<tkE,~I33E<ǃEt&PEPEPEPE,F;|E<PEPEPEPEPEPsEPEP`E PEPMEPEP:EPEP%EǀPEP E PEPEPEP3MAA_^[]USVW[2u uPF`pWuPF`p3@uPF`p@ju\ȅTVȅAE6)(F3F$FFtF~tA7t;uGB7t @;t< t 8BE Pt F8F3] CC C4S8C<C@sDufCDfCFfSHk gfff+fSJffCPffCR3ffB_^[]ËU3]U]ËUEt8/u@]ËUS[Pu Vt34[]U SVW[ÿEEHMQhUEAdE英 $4M PR"VEP)yE@ uEE PVEE$PVxEEM E$PVU+uEPEPVEPk VuE4EPEPdE<EEW1W%Mf0WE%t E+E@E+uFMuQVEP薰 t @yEPW詰@EIM33EEEuW?E WpE}t=ƙMEE܋ƙMUU܋MEMȋUfQEEF;u~uEPEPEP EЋJ~U33ɋu4}7ufv}fwA;~(W路EPjEPe Eu)E MЉ(MU,REP#3 EPEPEPEP_^[]ËUSVW[OEu MEEQPuP}WE.EPW<E}ɉM#t u!EPPW讴 EEPPPW荴 EPEPWa EPEPWA Eu{M#=t5E8PPW EuVEPW EE_^[]ËUSVW[ûu FdEV}WqVWghP uLjVW rVWS`VWNVW<MVW(VWVWhVWx FFtFF PVtxt@9fu9yau3ylu-ysu'yeu!3yruyuuyeu^[]ËUPSVW[#D$PEEP D$L$MT$UU Uzt3uO5E8pL$HL$ QPE8p3|$(uu{EEEMAEAuEPEP2uEPEPuOjEPEP ȋE@<u E<u Ef<u EEu\EHE+EEE8EPE@PQZ EPEPEP EEEMpu{L$D$@D$jL$0QjPD$$Pt$,ƜMt$0赜MAt$4補MAt$8葜MA NG3_^[]USVW[] |$ D${uD$EPj D$4PuVM H# EMNM}KE~@EE\$,CFjEPWD$PVD$ D$EHE ʋEMMH3_^[]ÐUEpP]ËUu EpPK]ËUuu EpP]Uuuu EpP9]ÐUSVW[Î}G M OEGEG _^[]ËU]ËUSVW[6}GPGQE Guw@dtBG HOH4OP蒕E@(G`3G\M;t @ G\Et HO @G$3G(G,G0G4G8GET$ 3:A;~3ɍD$T$ 8+:8;~D$ PEPEPEPE+EEz_^[]ËUSV[OujjuVj ĉFF؉F FhF F^[]USVW[tE iEEpEvnEPEp6nMA Ps}GNv?EP7 nMI +y+Ё}GPrGN w_^[]USVW[?tuu mEv+IM3ɻbk T+y+;}߉UA;Mv;E}H!U+H#Hߋ+UH#Ћ+_^[]ËU0SVW[çsEEE؋EE܋EMEEE܃EEEME EE}u8}u2E@+ÉEEعUMw6EXMHEX+ÉEE3ɋUMEvf ;|1;t H w?B}| 9E~SEBK9E}FEB>HwEB}tEE܉XMHEEEEEM؉EM_^[]ËU SVW[?r} u]EE E3ɉ EPSuu juV?EPSuujV)EE~-ʅv%v ~ +9~~~F FFI wۃE}~/uMv%v +~ 9~}~FFF I wۋEEEEvOE)C s>Jv7N$+;E|E>+ȉN$ljF$ >JwɋEljCEHE]U}_^[]ÐU0SVW[pu M; ~#VW*j ~O~VWj EE M؍MEu 3MME}uE}uE}uEE؍xEv^VwiEGVw iEGV7~iEGVwliGG GEHE wE@EbEE3M ME}u EMM E܋M؉MHMEvlEEE0}vHE+y+ȋEPQh@| N wGMAGAGAGAEHEE wE@E[_^[]ËU SVW[n3ɋEEUU E;vYEE؋} +r 3;|=JM;~ K w3'}u E3;ERPEEv[EE؋uMMMK+;|3K +M;} Jw}u E;}EMCA_^[]ËUS[mEtA3ɉHEEEEEEPR f[]USVW[wmEPh uVe EHE0EM QxI|v Iw+߸*+ӉEXp} OzHG}v:9 Hw+θ*+щj] stC(PC PC PCPEP?jstCXPC PCEZEHxʋ1>;;| qH}E@E;E~EX_^[]ËU0SVW[fUiE ȍquuMMMI8E3E@ M U GBB 0QP\OO +ȋEHUZ+ÃBZ_^[]USV[bUrM ;N}B;tr;J|Ep%;N ~ BB;tr;JEp6u [F^[]ËU SVW[_bEEP EEiMMM苀EY2Oz}E EEG MME;vuWEPEPEPEPEPEPEPEP O MEPE+ȉM~!CPEPCEHENoE EEG E;EvsWEPEPEPEPEPAEPEPEP} O MEPE+ȉM~PEPEHENEEpRE xp}u#v>EPw(ZEGNwvEP7ZENw_^[]ËU@SVW[[`uu4E EEEj(jD$PU E0FPF PVD$$PEu0WEPEPD$ PE0D$PO}E_^[]ÐUS[_] U [;}3 B;[]ËUSVW[Â_uFP} WW3FFF PWWFPWW3FF_^[]ÐUE@v`@Iw]ËUSVW[^E kMY;sZCuPCyqCv#EPSu NwECEH;s QP@_^[]ËUSVW[g^M AEIMv8EE333ۅuE0@Et SEPC;]v_^[]USVW[]E E0EE PPEEPnV EPkPEPMV EPPEP'V E0H H3ɉHHHPE@v JXXY N wEt'0XMMA vSEPNwu9FtIMv3SVC;]v_^[]ËU SVW[\3ۋM AE1EEPsHE;33EuE@Et;kuFE@u%uFE9EsE@ u}EZEHxʋ1>;;| qH}E@E;E~EX_^[]ÐU0SVW[ÿ[EEiM MHME}GV7TEEVwTEG3ɅMt%PEP@| E@EEG 3D$D$D$}uL$QPGPEPD$uD$+EGu D$GuD$GD$+D$G GE}tlE@uEPEPEP UBEB MAEGV+EPSE+EEM?uEE EE M+GO_^[]ËUSVW[YEX0v} EEEPWS Nw_^[]ËUSV[ÛYU6;t=Z F +˅tuR;t!B +Åt #33^[]USVW[6Y}wVGDPVGPGPVQG PVQ3GG_^[]USV[X] }ӋM}k ;}%k ;|k ;}} ^[]ËU0SVW[gXjxjEEPN EM܋EPE E@k(PQP jE PEPEPP EEHU BruR E3ɋE@ up@E+k(MM B~vS} t( 3ҋADt } @(B;r% 3ҋAӋt } (B;r_^[]ËUSVW[ßTMA EAE] EEE0K}ًS ;MtK};Mu++x+ʃ |FNMW+_yM+σ |.;|F; SluEHEEw sK s_^[]ÐU SVW[SU k(EEpHF t~u;}%vF tEH F E;~F$E+MME@$+EEE@$EE+EF$+EEM}E~EPEPHEExEEEG +E~,;E}MQPYHE%MQ+EPDHEMQP2HEG$;uu;uCuEPEp HMI$+ȉM;utEPv GEԉF$(;vߋEHE܃ES_^[]ËUSVW[ Nuuu |$ WEuY\$03VWCVt$0S VWVW VWVWVWs(F~D$PUE_^[]US[ÀM] U [;}3 B;[]ËUSVW[BMuFP} WE3FFF PWEFPWE3FF_^[]ÐUE@v`@Iw]ËUSVW[óLE kMY;sZCuPCyqCv#EPSu NwECEH;s QP@_^[]ËUSVW['LM AEIMv8EE333ۅuE0@Et SEPC;]v_^[]USVW[ûKE E0EE PPEEP.D EPkPEP D EPPEPC E0H H3ɉHHHPE@v JXXY N wEt'0XMMA vSEPNwu9FtIMv3SVC;]v_^[]ËU SVW[ÃJ3ۋM AE1EEPsHE;33EuE@Et;kuFE@u%uFE9EsE@ u}EZEHxʋ1>;;| qH}E@E;E~EX_^[]ÐUS[ÄIM @~pEP+y+(}ʃ0H#+ЉU M | 8у?ك | }C ʃ6H#+Ѝ @}t []ËUSVW[H]S +M D ++|+څ|+;_^[]ËU0SVW[ÃHEEiM MHM苰E}GAV7AEEVwAE}tZ}t3EgExyx{EEG L$3D$D$D$QPGPEP.ExxxzEEG 3D$D$D$D$uL$+MOu L$OuL$OD$+D$G GEtWE@uuEPEPEPMAQ QUOV+Q@EM+EEGEG Ex|t3}@~jEPEP6 EEEE@EEPEPMȉOEG }tkG @| Ѓ@D$uD$+‰GW =uW 3t.W @u D ˋ +ÉGW OEGEG O_^[]USVW[EEX0v)} EEEEEPEPWS&Nw_^[]U SVW[×EEEHlEE@ U|BU<Ћv;/F$;G$u V(;W(tV(}+W(R+G$P,EEMME;H$MMMI$9MuP(E@(;t P(E@(+P+MQD;EtMQPDEEw;u EG$EN$;u W(F(;tF(W(+P+MQDE;EtEPEPxDM3ȉE}EH @E;uEH }EE}tEHEHE@E;_^[]USVW[C}wVGDPVGPGPV]<G PVP<3GG_^[]USV[ßC] }ӋM}k ;}%k ;|k ;}} ^[]ËUS[4CMAPA vH} t"3ۉXZXXI0w 3ۉXXZXI0w[]ËUSVW[ûBuNFX@E>vS} t(3ҋADt } @0B;r%3ҋAӋt } 0B;r_^[]ËU0SVW[/BhjEEP7 EM܋EPE E@k0PQ: E PEPEPj: [EHU BruR E3ɋE@ up@E+k0MM B~EP XE EHE;t;tMI;t;uMIM@dt  Auv$u#EE#MM2}u,}tF t~u;}%vF tEH$F$E;~F,E+MME@,+EEE@,EE+EF,+EEM}E~EPEPc0EExEEEG$+E~,;E}MQP0E%MQ+EP0EMQP~0EG,;uu;uCuEPEp$L0MI,+ȉM;utEPv$-0EԉF,0;vߋEHE܃ES_^[]ËUSVW[l6uuu \$SEƄ$Ƅ$MA;$ă Ĉ$;$t$(3WSS$Wt$,VWSVWStWSfWS,WS(G~D$ PE_^[]ËU3ɋEHxPǺ]ËUSV[O5uF^PSܺFlPFxP脾^xP貿3^[]ÐUEl]UEx]UE]UPSVW[÷4EMuu@xnu:xiu43QЃ rsQ sN@څtyut0<.t Ft%<.uE+@}VP|$WT4 D4 } EE38EuQEPx/tG!~3{Ĵ_^[]UEE +]ËU SVW[÷33ɋ}GEu MPQu*, EGIMEv:}3t"Pt=tMqMF;uvыE@M+ȋwu8EPu+EHMQPEP}W,Eu PjVEp1EPWJ+3E0E_^[]ËUSV[×2EpT;wA] +΋Ƌ;t;t;rPp;v@^[]USVW[#2] CEp MT;w=+ϋNj;t;t;rPx;v'+H#+u;s;r ;r3_^[]ÐUS[Ä1}rEEC h[]ËUS[H1E=r3 []US[1} uE@ @E @ @]SCKډS []USV[Û0UB,z`u B\B` B,;B(so] u B\@ uHB\@ 3ɋB\HB\HB,r\FB\HB\HzduB\BdZhBZB[3B0 B0b^[]ËUSV[/UJ,Z\+sxP~1CJ,J\A B,AB,J\AB\CBX@fBXJ,;J(sB[3B0b B0c^[]ÐUSV[S/MA4JY$+ȅ|9Cu ;}؃Jx%;s|M ;~MM J˅}M MA(;A,v A(A4PQ4U ؋I$TA0b3^[]ËUSVW[ç.u^XÃ~` GO OGGG uGE+@GWLO GLMPVu$E@PVuÅ F`3_^[]US[-]CC S‹KCCCC$S ‹KSC C[]ËUSVW[b-]{{0sS@KDC(TLKDC DCSS4s KC@C T S,LDCL K$DC_^[]ËU SVW[û,ME E+ȉMEEu+ƉE}9}E E;;|]E@EH#Ћ];]]]]# EE3ۅ~j;}tE+E왋MEE G^3%EP+PEP& EE EU9U~ EE3]U@H#؋Ex[t@,@[UB[zZt B\xBZE+ǍXJ,D;B(}*EBډU}EE}E$EBE}EE}E+u~&E E E EE x +uEE KEH,3B0b3_^[]ÐUSV[*u^ZEPE PEPuEPu Vt ~ZuN\Y^[]ÐU SVW[{*UZ8E EÉEHsB,E};nEE;`BE؉E#Ƌu+ƉEH#EƉE;|7Et#uH#u%z[tEB[EEErzZt B\xBZ9uE+Ƌ MD;B(]}EEEEE@[C; ;t-E+++EU;B|1SUE;]suMA[EEq+]-E<+Nj+™MNjMM+]Ep;]r'EÉE;uPEB,B0bMEA,A8+EA83_^[]USVW[ò(}w8^^ ^M ~^_ZEPEPuQWt ZuO\Y^_^[]ËUS[H(]ChuHCLM;%;jSujSXtmu.E;CL}VSujS%t:u+E;CL~#SujStgChu&sTsPuu sLsHSt29u&sTsPuu sLsHSYtE CHECL3[]U SVW['MMEA8AHALE EEQ8EQ8BA8EEpP HME+H#Nj++H#;;;u;u|^E@ht.tEP_jEPEpTpPQjPZsE@ht&tEPuhjEP;uVEpTpPQjP8u7!EMA8EPE@8E@8E;EEMHHMHL3_^[]ËU SVW[S%MMEA8AHALE EEEEQ8E Q8BA8EuNFEU+H#‹+ЉU~ V+H#Ƌ++H#׋}+H#;;u;M;M~^E@ht.tEPijEPEpTpPQjPdsE@ht&tEP uhjEPEuVEpTpPQjPBu7!EMA8EP>E@8E@8E;EEMHHMHL3_^[]ÐUPSVW[_#UUEE4uE EJB+ЉUT$ S+|$+ЉT$v+t$EEt|$ ED$t$T$D$ L$D$L$ EuuSEt,D$ D$D$ D$D$D$D$L$D$ L$END$ E؋MAHD$EAL;]ӃFEHxB+ljED$B +ljD$ };]pSUF}O+׉US ]D$EEET$ :PEPREPEPaeED$|$ E9EiD$ED$ ;]CEFUJzS +׉U]thD$EEET$ :PEPREPEPED$|$ E9Em(WEPt$(t$(EPx|uCEHxB+ljEB +NjM}tȋEPQEP 4C;EA EHxB+ljEB +ljEB+ljEB+ljEB+ljEB+NjUM}}tUMMM}}E;]wQPWEPQEPREP8;]INEPEPt$(t$(EPMTEPEPEPQEPREP,t$t$u E@0_^[]ÐUSVW[3ɋuN`F[FZF$F(N4F,F\@fFX;E E3EE3FhFdEPPEPV us@ENL~\FH#u;NP|;NTFdt @ ;G uF,V>u%FdtGE@E;l*#]S7uC,;C(_^[]ËUE]ÐUUM t ;| PuM A ]ËUUtM ;t Pu@]ËUSV[OE0tFN FNvuE0Eȅt.Vt';~JNr0 N1tVu^[]ËUS[UJtfE ؉~Bl+H3ff[]ÐUSVW[oUZ߉} Et#u+;B~ E#DžZ<;#;|Hۋ}ȸ;~f;}fB@+~""E ĈN~ BNB ȈJ E# _^[]U SVW[gu~؉EMM\9#؋UU#;:;9E<u}t.}uEE\8#]}EEM9Hu ExA;EuE M9AEÃE|+F<;}#EF@EM#Eu{}tEE\8#]ڋ|PF<;}H;~f;}f~@ ˆ_^[]UM]ËU]ËUSV[÷]sMU+;}O؍T2##;u?E s@ȸ |Kl;}[t+~I ^[]ËU SVW[3u^؉EMM|#UU#;;7E<u}t.}uEE|#}}EMM9Hu xM MM9Au @;E}EȸEFtEEF@MM+}~ FlHE}|Fl9E} Mub}tEE|#}E V@ȸ|Nl;}^t+ׅ~Iъ _^[]ËU]ËU@SVW[ÛEPEPEP]S` CPfECTfEtGBEZˋBH};~f]M;}fEREP]UuEx4u@0M]QSP҃ UtEJ+BRuEEMM̋Q4EЅ;M̋I$+ȋ;EuJẺP4E}tHuԋ_)wu6WEPG uWEPu WEP{uEPEPM̋A4JQ4I$+E؋MЋ+҉U;&]EE3ۉEM܋;~ЋE̋H+;<ߋ#ljED #Nj}̀t9EM;u3E܉CEE̋EPSRVEPEPу[E܋@E܅tE~:u]t0~t FE̋SV36URPуv[uЋE̋PуE@EE;E}EP|EPpEEЋ]tËXxu PEPu]tËXxu PEPuẼx4E9E]SЃE@EM;~3_^[]ËUSVW[']E ECȉKTCPC C,C0EPSu&{`tSJy{0bC0E:ȃ}I;|EUffHfB$C0!ǃC0 3_^[]ÐUSVW[u%PVFFƆ3% fFlHffFpfFƆ(,VD$PE EP u3F$F(WEPu _^[]ËU0SVW[u FEEE܍\MlMQVhemanP҃t XVEEPPVU .E܋`Ek MDEMM;v Eǀ`hPEkPEP Ek PVE܋hE}voEEPEPV u>EHt3E܋dEUB B ;Er ;EwE 3MA fAEHEwE@ M+ȸgfff+ыEPu Ef@MfX_^[]ÐUSVW[MA`@E\Eh`vGPEPffGNwE PEPE3MAfA_^[]ÐUSVW[ÎuP} WhpamcVуt$PW t dž_^[]ËUSVW[|$,ff덳$uj} Wh2/SOVЃtfdžp3pEPD$PW uv3ɉfffffp~:EP$PW. u!p|EP$PW _^[]ËUSVW[Mj} WhtsopQЃtVPW u3_^[]ËUSVW[Û},jE EPhTLCPWуtLJ,3VlPEP> _^[]U SVW[3u FEEEjVhpsagPуt3jVVMf$VMf&VE&EMEQPEP9 unEPVVu[EM(EIMv7EV7MUfV$UMfDAM;Mvu _^[]ÐU SVW[} GEEE苈jWhnrekPуt3 jWW<$EW}EEEjWIWF<$>EW,<$"ƃt(EPW[E@E;Er/jW5WEWEkEMQPEPk EPWE苈MEkE;s:WfMfWWMfAWGMfAM;MrW,EM􉈤U쉐vdEzWR\uE@E;Er;DPjEPEEǀ3ɉ_^[]UMI U  R ;r ;]ÐU SVW[ou FE}3ff MjVhxmdhWЃEt3jVEVfVfVsEVtEPPEPM ENGE)E싇 E<;'}EPVM}EPVMA}EPEPEP EEPEpV EEE;vEPVeM}uvEPVMMA}u]EPEPEP: Eu?EPEpV Eu%EPVEuEE;rE_^[]ËUSVW[3}tiG`@E~63E ƃPEPE@E;|Ӌu PEPXfdž_^[]ÐU0SVW[ãu ~ t3{}GEvW*E[N IjWEWFWFWFWFWFEEN QPEP EEPWEEIMv#EWV MfJAM;MvujM A0$A4@FEjW/E(WFWFWFuh WEEPWTEF}Ek ENQPEPz EEPWEFEEIMvAEW$Mk uWFWFE@E;Evu8EHH <M A0A4jWEWFWfFWfFWFENQPEPs EEEPWE~EIM~13EEWhNUfQE@EE;E~uAM A0A4FEj WEWFWfFWfFWfFWfFFEWF EPEPEPR E{EPWcE\F EEIM3EW?MfE@E;u~EEP33EP MfDF;}~EE33EPMfDF;}~EE33EPMfDF;}~ WEEPEM I+#EfpPPEP EuvPEP.Eu[HE~#33EPMIfyF;}~uEH HM A0A4EPEP|FEFEPhEPi EhWEyW|F333҉UMEW^NUfQ9E}EE@EE=~ȋ}W#uE @+%EMfAE@MQPEP EXVWE@E@E؃}|qu؃3EEWMfWfW|fFWoȋE+E+ȃfNEE@EE;E~EEP2E PEPEP EunuPEPEuRHE~#33EPMI fyF;}~uM A0,A4EPEPCEPEP3uEPEP!cEPWF}uJFPhEP Eu.hvW EuPF0tF43u uJE_^[]Ë|$USVW[u E@`xN F PWFFPWFmFPWfFXF PWF$PWfF6FPWFPWF PW FPWF 3_^[]ËnUnUME =v3A]ËUME @=wI<u @=v3]ËUSVW[N]M 3tɋs4Nu IK4Qu>K<+O;s+OS$;sC Ht O_^[]ËUSVW[uE @=NM؋tы}WuPUZt@B~<+W;v #OV$;s V  Ju @=r3_^[]ËUSVW[ ]CEKES ‰EK,Au ++;r.EK;;wA;s ;vkEHAtQYu ++™+uE@;s)E@p3tAAE 3_^[]ËUSVW[]CEK[ ]ӋM A;;;v ;rvCE+H#KtX;wNuvu+]]ˋ+MM+;Msuv Nu @;v33_^[]US[L]KE +S3;sK A[]ÐUSVW[u^U B+H#++~;sF PuB;r3_^[]ËUSVW[óMAEYAk ÉEQ } +ȋr+;r/EI;s;zw;:s ;v EP M + 3B_^[]ÐUU BMAIk ;s!;Pv ;r+H#ȋ+3]ÐUUM +J3;JsB H]ËUSVW[u^U B+H#++Ӌ~;sF  PuB;r3_^[]ÐUM EH3]ËUSVW[[uFN  U U;Jw1=r*Ex|3FM;A8s G~_^[]jEP'jEPЋUEHE =r3D]ÐUS[ðEPE @33=sLu @=r؋E []ÐU SVW[_uFN  MU U;J=u33ɉEMEN Ex| M+H#+ȉME@E=vEMDEM M;AM}EuN NV ɉMNV ɉMNMNV My}2}G;EEDG;EEx|x<=E=tY}G;EEDG;EE|F9}s.MqI utEM;A8sz;rҋE@E;E_^[]jEPIjEPnjEPjEPmj EPZ jEPGsUSV[E 3=sOut"LFDF ;tDNLN ˅uы^[]ÐUSVW[ÃE@] SP`3҅trP Hp Hx ɉMHx +3;s%t!OLD 3҅tEЋ_^[]USVW[E@EE C33ɁESEPP Hp Hx ɉMHx ˅tJ;r3ҍIt1+]Z^ ҅t ҅u@;EvE=s @3E _^[]USVW[gE E@Euu ;wkUBJ BR E;EwZ} ;rOEx|#vN M;A8s;Ow_^[]jEPE@EyjEPjEPUS[ÔEPBJ M +BJ 3;sDZ LZ []ËUSVW[2E @MYKS Ks 33=sA+I#+Ѝ\S 33;s" { Ʌu @B;r3E 8_^[]ÐU SVW[ÓEEM MQ E;MAq q q ;= M      k  ;HEE EEEU} O w BO O O EJ B}W W   M;uA}v ;uEEx}+E;x8:E+ƍxuDEU%MD ΃#:OFwZvVEUD #E%MD ΃#OFwE E@EMM;E_^[]jEPEPjEPiEPjEPP"jEP=jEP*jEPjEP$jEP5jEPjEPUSVW[EX       E3v] J J J Br r r Bz  z  z 3;r;v EHEwË+_^[]USVW[ßE BEp       33ۉEq q y Ay  y  y ljE+H#+Ay y y ;w +EEu Kv3E 0E_^[]ÐUSVW[ÛuuE EH;UBz z R ‹}W ׋} ׋} U;wW };rLEx|#vN M;A8s8Ow_^[]jEPEHVjEPjEPUS[äEPB J  J J M +BJ J J 3;sDZLZ []ÐUSVW[&EPB J  J Z BZ Z r E 8G+H#++ٍLZ3;sQ u GC;rM 9_^[]U SVW[E EPuFE;,FN N N N ~  ~ N ;k ;HE~3EE O O EE@O O O EEH @W W  W ‰EME;EwlvE9EvpEx|EE+EM;A8sf FEE;uL_^[]jEPWEPjEP>jEP+jEPjEP 늋USVW[EXSC K  K K E3v] J J J Br r r Bz  z  z 3;r;v EHEwË+_^[]ËUSVW[EpE BNF ^  ^ v 33ۉEq q y Ay  y  y ljE+H#+Ay y y ;w +EEu Kv3E 0E_^[]UpSVW[EUʉMUƒ;EEU@R }EEU@R ETE;FEEM@I fD$EEM@I fD$ED$D$EE}UM@G R I EH;ME@ E0E8t}EE@;EuajuD$(uPE@L$0D$XQuEL$ @QuЃD$,uD$jPEPuZEE8uMEvE;E3E_^[]ËUSVW[ExpEPFPu u?J3Ʌv+_ X_v?]وA;vuE3_^[]ÐUSVW[ExpEPFPu uNJv<3_ _ _ ÍX_v?]وA;vuE3_^[]ÐUSVW[MyEqPFPu j u1J3ɅvGX_v?]وA;vuE3_^[]ÐU SVW[wMAdEhuX3I} 3EEEF;ubF~ZtuFuF‰E>u‰E1u,}tF% uFt t u‰EB;~}}8}|Eku4S3}Eku24EkuFtu2 p33tFE8uPElEEPFPEP u7v EPu$FPvEP u EPV׃EPEPXfF3_^[]ËUSV[ç;s$MU 9u X;tt ;r@3^[]U SVW[Su F`@Eu+PEPvu\PEPBGL$ Qu]SVЃuHD$ fD$fGL$ QSVЃ uڃI#+щ_^[]ÐU SVW[ou hfylgV輻uh FFCV誻t3ɉME"GTuVЃɉMEtG uVЃEJO,EEPVуG(MQVЃG8MQVЃG4MQVЃ}uLG$jMQVЃ EG$jMQVЃ EG0MQVЃEG\t(MQVЃEt}}G@MQVЃEzGLMQVЃEbGHMQVЃEJGPMQVЃE2jVKFjV=FFdE}ȸ t (t t@F3ɀ}u+p=tt t ttN V~$~93EEF(E8G PGPFGEE@E;F$|Ӌu du 3FF bNFN QPEPU Edv33k0hR,^ fTh@-V fA;drπ}] C4C8C<C@ffCDfCFfKH+fCJuks2Q+fSJffCL(u6fCNffCPffCRE_^[]ËUSVW[Ëu~dEt E@ltVЃE@dtVЃPWԼdžPW躼džPW蠼fdžFhQPdžPWjPWZ(t'PPWATPW1Ɔ((PWfdž&E@^[]ÐU@SVW[UBEJ UЅ} EHE+ȋUEEEԃ}ƒEE؃MMMEEE33uԋ}MM}u^ڃM M sM M9 MAM  FǃMM}}GكMM M s!M MM MAM EEЉŰM ˆME FEGEMM}}~r;}'M M MكU MAM E#ЋM܋ ;}~ MF ˆFϋE+߀}t33ۋMMԋMIMЅk_^[]ËUSV[EPu VMA EuQ,V蜻 E^[]USVW[ÇU UEJMPR躻}}w}ulEO QPEPڴ EEPEPEHE3EPغO fqF;uvEOQPEPk Eu{G PPEPO Eu_EPEPhEuHHEv33EPYO fqEPFGOF;uvu )E_^[]USVW[+E EPu~t"uEPVh N+ȉMAMNAMtxFPEPR\ !EEPEPk}3EEPVFVMAM;MvkEENQPR EPEP}v&3EEP薹FVMAM;Mvu ƲSujEPV8 ;u1EPVtjEPV _^[]ÐUSVW[pE E@E荳|$ fxfLL\|$`udždjMQhCLBEVЃt!jMQhcolbVЃEPrEjEP葱EP;E$.EEPow}jEk0EhQPEP JEdhMQEEP}vtVD$PPEP u\FPD$PEP uAFPD$PEPŶ u&VD$dPEP譶 uEHE0wE EPzEhE}EMPk(QEP YE@EPEP9EPEPEp}vGEPfEPصfFEPxMIMȉN$EHE(wEP蠯EMpv$EPNjEPVu{EPTfFEPDfFEPFEP%E$Vu.EHE(tEHEE0_^[]ÐUSVW[EpdhMdk0EtyE9Es_Exk(ljEt';}s"GPV$G PV(;}rދEPVE0E;ErEhPV٭Eǀd_^[]ËUSV[#E =wmMIwaUd3ɅvKt$hk0p-;uu @,;E t!A;r#hk0T-;UtA;r E3 ^[]ËUSVW[Ê]M A(;A*;Qk(…;u ;rz;v (;rz+Jtu B BSu JDtuCZ3v:r Fڋ^(ʋFˋN F^^4N VFF ڋ^,ʋFˋN$F_^[]ËU0SVW[יEEp8uEU} ҋ+y+΋UR;|Aً;EvD$ 9EvEH@EM_^[]USVW[Ú} WEpPPW _8w<3_^[]ÐUMAPPu 3]Uu uu(3]ËUuu uu3]ËUSVW[UE+| HE ~9E EEuFtNQPPL E HE u_^[]ÐUSVW[_] yۋuu |7u}~E F E ؋}~E F EkƉE 9ubxU;u2UUUU;UuU;tZ |9tRQMQЃdžMffMfHXEEMf_^[]ËU SVW[ MAÉEǁ3ǁCE3K {CE;EEEEF#‰E]E#Ƌ]S;Uu%93uK {;]t} E.t6|2j +PEPVEPE@;Cu;EBVEt/MAQ +9M}M++P WEPQEP3M+P PEPQEPet|j +PEPVu>F#t(MAQ +;}++P WEPVQEt#~SRу_^[]ËUS[-EEPt E'EP(QPK EumE[]ËUpSVW[ü]S8K;Vs u܋E;?sE;+{}؋;9U}S U9U} UЉU؉S;M~MԉK;~C ǃ~x3Ƀ~x~+E؋EuEE'|E'3M؉MuEM;Pt$ EEMEH;t EM;~EEED$ ED$u;CC$ECE@CSteEEE@EME+EȋE;tvE+E;|EUPEH EEMHEs3WSEE;IEEEEM;3,U~~33_^[]ÐUSVW['E EHEU:zq{ly ayWDG@;BE@tvu$ut 4BB$}uft}u~ 3Ep4BB$u󥍃 mE@tEH @R% 3_^[]ËUSVW[?} EPhuV轂 uMM_^[]ÐUS[MEQPj[]ËUS[ĉ]tM tE=| PQS E[]ÐUUBJI8Ir<3]UMA@8@ uu q<Ћ]ËUSVW[*u NHE3;Hu.Et PFlPEtp0lVڄ _^[]ËUSV[LjjjuVs~ E PHM;Qu VlP蘄^[]ËU`SVW[{u NHEE;HE;Ej~lEtp0W. D$ PW0D$ ȃL$ D$ED$D$?D$T$?T$+E+UUFLEE@EFXEF tEPEPKf EEE Et EEEF^fF\EFPMNLFTURPEP EPN D$PD$PW2 ED$|$ D$$}t.NpFnEH@T$Rp<уEVnEH@T$Rp<уEEUЍBȃE Et EEEF^fF\VPEFLNTURPEP1 EyN D$PD$PW[ ED$|$ D$$NpFn~`3U@Vn;|} tJO~ju 3Q։Q@W;|EL$P@Qp<҃EWEuI{}u'EL$P@Qp<҃EOG!EL$P@Qp<҃EWO~]EE3EuE@EW;|} t0O~)E E3EAuAE@EW;|t$t$W! }uM AHstibD$ AdD$Aht/Mt(APPWހ EEE_^[]ÐUjjjuuu u#]ËUS[Üjjjuu] SuuC^[]ÐUS[`jjjuu] SuuC^[]USVW[Mts3ҋEPEtXE U ЋKxB3ɋ+Eku~ ;t;r]KMA;~ FM3#_^[]ËUSVW[uu~,E u.E EH$98EEP$988E E$ 98EE$ 98EfP,fP.E@DPQ{MA0E@DPV{MA4AlApQ"_^[]UVWEx,p @l@pP_^]ËUS[P]tSM t+Eu';Ct#;yluQt &ME uEPSu (%[]ÐUSV[ׁPuvN}t@t@u VЃ3^[]USVW[Çu FE}EEPVhacolWу$EEfQPEPy EPVyEE<;sVMM;ru yEfQPEP)y Eu_PV>yEuDE<;sVMM;ru yEE_^[]ËUSVW[U UzuEPRh tvcVуt33E鉎QPWFx uXPEP[xu=E􋎜4H;sEPC~MfM;ru (x_^[]USVW[+uEP} WhmgpfVуt3 EPuW} uFMQWhperpVЃt3EƘVuWQ} _^[]ËUS[x~]S"t@E ;r+‹K(fAMfC$fDMf(K$fT]ffMf3MfMf[]ËUSV[~]Suu uP_}tt ff^[]ÐUSVW[ò}M3~$u 3ۋ <;t @;|D3_^[]ËUS[`}Uu}tt E F(D$+D$ FD$+D$F3_^[]USVW[øku FE@hEE}dž@p=y\I`URVLRURWURPEPу3fFnfFlEFEFEEF MF$EF(UF,]F0EF4FHstibu EFdNhVd^h3(3EM EE@t EjURhfylgPуhjD$P ` E@`x$|$Wcjj$WPjjWD$pPF|ED$ED$ EED$t$ED$$PxhD$`FHltuodž]jSD$P uSD$P}tE@} F|_^[]ÐUSVW[ciu F`@QPgjEEPa؅OEEPEEPEEPVEPу؅=t=eurtuz}}3uGMQMQMQVMQЃ؅uVFt>EPV u(EPV~uEPVEV_^[]ËUSVW[Chu~dFhEEt Ѓ}t E@ VЃPW`fdžPWj`3PEPfPEP|f_^[]ËUE@l3]ÐUE@l]ËUSVW[^gu~l>F,N.;}%V4VXfNPQhPa FHFL#V0VXfFPFHPhQja FLv4GFPW` F8v4GHP>` F}~0jPvH'b t8j PvHb t E~Yu EPEP][FHFFLFE_^[]USVW[âbu~FPPW[~Yu FHPW[FVЃ_^[]ÐUMAЃ vAvAv  ]ËU SVW[buFDEFEFXFHENL4J8eux ;sxeuxxu xeuxct@;v׿E< uEE+EȉMEE@Yu%E@ZMHPMHT@H@L3(EPPAQEPY PEMATEPEE@PEE@PEE@PM M M E@P9usrE tD t?PaE|AE@E;s.E@P?M CEEE@E;rE@PE@PE@P+ȋEHT5EPEPEpPU EP^EFTEPEPEPx E=u$FTEFTuEP^볋u~Tu EPEPlXFPPvTEP?X EFTMPQEP uLE=uAEPuFPFTPEPZ uKFTEFTEPEPEP t3E @hq]KTQsPЃ CPCCTC_^[]U SVW[^MMAdE싉M3u)EPh`EPOW MUu mMt ;WQPEPW EPiPEPV E PPEPV mEPPEPV HMMUMUMUruEMMUU}MMU U}MMUU}MAM;vM U MqUv t;udQMUtXtT9uLQEPEPzU u1MJUv#κ]{<|B;Uv_^[]ËUSVW[Ê\EtBB] C3Ƀzv+k 4‹|~x\?~ xX@\DFA;Jr3_^[]USVW[\EMMI;M E8EEEMyvP3M #сI#с#}u RPTFM;qrUMAM; r3_^[]ÐU`SVW[?[EMMI;M EEEE MM k EP\p`u@XEvmEHE3<;tN;|~;}v} B|>} EMD2<}+URU4+4V+MQT EEMD E@EM;AGD$ Pu u _^[]USVW[ZMAdEMEGEGPEPqRENvMD@;vPEPARPEP.R PEPR?PEPRPEPQ PEPQ}v3 3҉@;v䍇PEPQ3MJU;v@3DPEPQF;uv3k ljE\PEPaQE@XF;uvۋEPEP?Q_^[]ÐUPSVW[ÓXU EJ8Pjt$VRуEIv EPj}W] EOdMM~vEEtr} D$O4PWу|$uSEGED$D$G>v$3ۋG(jWЃC;rދE MMH3 M A _^[]ËUM AA ]ËUSVW[ûSEUJZu]E3tW>Mu]E3t7>-u]E3t> ]E3AvE HF;sjPV,N tE @ MEǀh;Eǀh)Eǀhuu} G`EGEx>G$WЃE ME쉁lG\VPEP G E|PEPEPF EMQMQMQЃ oEIM~!t83ۋjVSMQЃC;]~E E0x;du9F;s2~eu,~fu&FPtFP rFE0H$Pу؋E0;P~tF;@Pbu>/urFEE;s/FPtEHM;s@PiuEEH,VURSPуMA E@D0y u"u;EǀhE 0G _^[]ËU0SVW[ÏLu 8FEEEԋE؃4H;Nv8[u x]F$VЃ4~ FVЋF 4$ЋF4$ЋE؋M $4WЃ E܅b4^EEEjEP6J -F$VЃEEPEPVQ FVЋF 4$ЋF4$ЃjEP6J uF VЋF4$ЃEԃ}duMQMQWЃE~EPuEPC E܅uEPEPEP}@ E؋@hMQuЃ EԋE+EdPMQEPW҃E܍EPEP=C}uE@E;4 E M܉H _^[]ËUPSVW[kJu E荆EEFEEEFE39>F$VЃ39N $ UR@PEPу EEP@PEPу EMQjMQЃ E E33ɉEЉMEEFVЃE;EEtEȍHM;Ms@PuE+EE䋎PEPEPEPуEEԋȋ UD0EPCuEЉEܸE؋EȉEPEPV ME}"uEPEPEPуEEPuEP@ EEPEPEPR= GhMQuЃ EE+E싖PMQEPEP҃EEPEP@}EE@E;}u EЉE@0PBt } }@ D MQ,Ex7@0jQ҃EMQ,Ex7@0jQ҃EEH,jl8RjPуEEH,jURjPуEUZ,EH1@0EPRӃEmUZ,EHq@pEPRӃECE@=EH,UZ3R2jPуEEH,UZ3R2jPуEEH,UZu4R4jPуEEH,UZu4R4jPуEEH,UZ3R2URPуEunEH,UZsRrURPуEuHEH,UZsRrjPуEu$EH,UZs Rr jPуEt E MH _^[]ËU0SVW[DuE 0MΉMH@ 3;)E荃E?FG;Elj EPWC uu~ };}sb~ kt:jPW`C t$G;}s8xktjVWD$N4PVу|$uEu?/G;Ewu;us0GP%tEHM;Ms@PuE+ƉEH)EEtr':u0WA9Eu"}v$:uA;Mr;MsE E8u)u EFVЋE$VuG F u6F;usE @ _^[]ËUSV[BhpjuV8 3F\FlD Ɔl^[]ËUS[ÄB]t C`Pуt QЃt QЃ0t QЃht 8QЃSY[]ÐUSVW[AuEVD$PdždžWvdvhD$P`EЅxt$Xt$XD$PVEЅWWD$P:EЅ>t$`t$`D$PVmEЅ$$Pt?DŽ$P$@$D$\$`$uEDŽ$$$$$$3$$hLD$|}MԉUd8E33ɍUMEE3ɋxEfE苖|Ћ}܉:$E;3ENjEPEP8;tE@E;|YxEMf|EMQEP:t+MԋU+H#‰EԋM؋+H#+ȉM؃EEE@EL$|;EԋME؉D$hD$ PE_^[]ËUSV[>EQ@`p_:tttPу3^[]ËUS[à>]{(tSt @s(ЃC([]USV[\>]3SJt#MQQrdЃ uEC(^[]US[ >]S3tAjjsss(Ѓ[]ËUE@ ]ËUSVW[ê=uNt+PA`p9tOPуA 3_^[]ËUSVW[K=uEE~dVdžEPW5PW5PW5PWp5PW`5PWP5PW@5PW05PW 5PW5PW5PW4PW4xPW4|PW4dPW4t PW  PW43FF_^[]U SVW[;u PF`p:EPF`p9E|PF`p9VfENFFE􊆜t Ft FVtPt;2t;uBA2t @;t< t\8AE H!T8Fdt FL8F3u ~ ExtF E@t1tQP5tlPEp5uN ~F F4N8~<F@VDufFDfFFfNH+k gfff+fVJf~LEPVt3fEfFLfFJfFNEfHfNPf@fFR3ffH}}E@Et$fD$fD$D$cinujL$Qjp ,8fD$huD$CBDAfD$E@QuD$BODAfD$E6uD$1talfD$E@ u2D$EBDAfD$E@tjL$QjP7_^[]ÐU3]U]ËUSVW[_8M ED9u _t.u;sFE+I?EsnWPD$P% D< EE~K3ENjtd$ :uD$ PQ+tE@EM;|EE0E_^[]USVW[/EE E3;sf EDu&-uB;Us;HEDtڋE] k |ЋB;sHEDuE_^[]ËUM AU  J+]ËU SVW[/u FEEEEvV'Er~ v$uN;NE8Ku xPuE@;v}*EPjEP"' EEPEPEP& EEHMMEMI@?KPGE8XuGEEPEPEP MEPEPEP MAEPEPMAA XtEPEPMA EG;cPjEPEp,EPEP%u ?&E_^[]ËUSVW[B-E U ЋEX|;wMu+ˋË H;t;rxX;v H@ F 3MA_^[]USV[ï,u8t Pu a+3^[]ËUSVW[g,}GE7u V$EPPV + uG=t=t+f3ffffGLu4GbufGdfGb7V{$uPw Vt* _^[]ËUSVW[Ï+MAdEyhiƋIM;sWVƬ;uvuPEP#dž_^[]ËU SVW[+MyhAdE3jW#{EPPW) ]E=MZ>EPWL#1EPPWn) E=NEEMPW"EM+PW"W)EW)W)E=t%Ek O DG Wo)uGWZ(O +O$tW"}*"VW;" MMEEPiɬQEP! EM䉈EEk PW"EMEiEE;sOEEW(MMW(MM䉁EAG M;MrW!EEÉE;s8WSuì;]rWS! u_^[]ÐUUHlJ@m+@B3]UM U+J3;JsA]ËUSV['U YEp;v+΍q;ps A2^[]ËUSVW[î'u~dVF PW F_^[]ÐU SVW[k'u FdEV5tXPhEP džMQQPYU􋎄i‰EFBhRj;uFExZtN E@^= |N F PQEP, FV MNE;s&Mbf9fzfyf:;vD$D$cinufD$fD$u t$jPjP%ui~$tF(F\UBmJl+@FBxF|8FF ut18F&t 8F8F u _^[]ÐUSV[{%U iɬB,;sFZpd;t ;r/B,HTJHdXT+JHdJ t3^[]ËUSVW[$E p,}Ew FnNl+HNt.BwJv ȉOPByRx Rk ɉOPU U U OTNdOLG^PW$GdFTGhstibWHOP_(G G$O8WH3_^[]U0SVW[ô#uE~dEVD$PnPj W Eԅ%EPWvhD$ P Eԅt$`t$`D$PVKEԊ<*$$uEDŽ$$$$$$3$$hVD$|}M؉U8E33ɍ,UEME3ɋxEfE싖|Ћ}:$E;3ENjEPEPmtE@E;|YxEMf|EMQEP+t+M؋U+H#‰E؋M܋+H#+ȉM܃EEE@EL$|;E؋ME܉D$hEԍD$PgE_^[]ËU SVW[!u dž$PF`p?EPF`p!EVEuF3F$FFEtFVtPt;2t;uBA2t @;t< t8AE H!8Fdt F8Fu 3FF PjPF`ppXCT4T4fADfFDfAFfFFfAHfFHfAJfFJfALfFLfANfFNMfAfFPfAfFR3ffBF yt F J tF B tN }}E@Et$fD$fD$D$cinujL$Qjp fD$huD$CBDAfD$E@QuD$BODAfD$E6uD$1talfD$E@ u2D$EBDAfD$E@tjL$QjP/_^[]USVW[ uE~dt PEPW`PWPPW@PW0PW PWPWPWPWPWxPW|PWdPWPWPW3FF_^[]USV[PuvBF(3^[]ËU]ËUSVW[ÃuMQhEF,u_^[]ÐUSV[;uv,lP=tv,F,^[]ËUSV[uV339JTtEPMIT^[]US[ØMA@Tt;t @u Q[]ÐUSV[OE0p,uuuu ^[]USV[ E0p,uu s ^[]ËUSV[uV j jFPk jjFlP[ jjFLPK 3FdFh3ɉFHF8F<^[]ÐUSVW[B]C@`p(LNPEPEPE p,у{rJ8K8JF;sjPV tE @ <Eǀh*EǀhEǀhEE} GXEGEG$WЃ ElwTxPPEPv E|PPEPQ EMQVMQЃ lHE~!83ۋjVSMQЃC;]~E E0x;du9F;s2~eu,~fu&FPztFPi rFE0H$Pу؋E0;P'tF;@P u>/urFEE;s/FPtEHM;s@PjuEEH,VURSPуMA E@D0y u"u;EǀhE 0G _^[]ËUMArAr AЃ r 3  ]ËU@SVW[M AE1yPtFPuF<[;EEEȋE̋E EEEEEEEEP|tFPku%u} F< uu(}}u EܩtMF3E]E̊DFŮDQcEFPSMEE؃E܃}uh} sEċMыEAM+EċAIE EMQPj EP  E }E9EsEċMыEAMEIM~X3MċMEEEMAQ Q I EEE@E;E~MċE艁MQ@PE PEPuXE}uEċMыE؈AM;!EЉ0M A _^[]ËU SVW[ã} EEGEEGEG$WЃ  URPEPу MQMQЃ 33ɉEMGWЃ7;uMD$N4PVу|$uEu?/G;Ewu;us0GPtEHM;Ms@PuE+ƉEHsr3h/EEt&EP9EuEPEPV tGv)u EFVЋE$Vu F u6F;uE @ _^[]ËUSV[ hjuV 3FTFd^[]ÐUS[ ]t CXPуt QЃt QЃS1[]ÐUSVW[_ M EEMEA qE ]܉X]؋+0pQ4jPQ -MK sM܉OM؋+7wS4PWSS EG wE܋MAE؋+YW4EPQW EMA qE@]؋+0pQ4uPQ MEA q] E܉CE؋+3sQ4EPSQ ]EMA qE@]؋+0pQ4uPQz &EMA qE@]؋+0pQ4uPQC E 9M A]EC sE܉AE؋+1qS4jQS EMA qE@]؋+0pQ4uPQ tE 9M A]EC sE܉AE؋+1qS4jQS 0MEA qE ]܉X]؋+0pQ4jPQO _^[]Ð2K[&UU B$MQr(Ћ]ËUSVW[gE E@ EuF0EV4;vV,EH+U+H#<t }uE+ϋEHxF8tWMQv<Ѓ F@FH P L WEu]WFD!F,!F0GF4FHF j8PjEPu~ uEE_^[]ËUS[]C P 3C,C0C4C CCCCC[]ËUSV[wuvDP؅u7F P`3FNHN FHNH P L ^[]ËUSVW[u>Ot#FHEhPwWуEuFUPWG+-I#EuU'FHEMQRP EGMN F3_^[]ËUSVW[ju^ HL FF3~uV!u1jStu~wUFP U_^[]ËUSVW[] u3L P ++I#щL H +t V,t_^[]ËUSVW[ÃE E}3;H sWH 9MvE+PWMup}tjL P +UUP+‹XH#EEPQEEP} EMȉML H M+ȉMt WYt_^[]ÐUSVW[ïuF E~tPEPWF _^[]UE@ uuu P]ÐUSVW[CE E@Ej(juV EFMQhT P uEPVue u(EF F3F'F@'FEPEPG_^[]Ujju u]ËU SVW[{ECu ; M؅EvuEEEEC;wZKÉE;wG}t1EPt'9txP DžuEPEPS҃ EuEHE]wEEE_^[]ËUSVW[új} WXu!uVPW u NHN$_^[]ÐUM90RFPuywy :r y t3]USVW[3u }3WEuEPW}uE0E_^[]ÐU SVW[uu VxEEPV0}M;r PV5EEPV}EPV}MM9APVEcWVENN M}A ;(AEQ I MAUBEz R ‰A UBEz R ‰AUBEz R ‰AEEPUu1Et t;EaEt}u}t @ t@;E}u E@BUUUBR ˜UB}u$UBEz R ‹UB$}t2 u E@EUBER ЋEP @tEPEPEuuMA;EwcAEI ȋEH(UBEz R ‹UB,}t%EP;UwMA(UEVE_^[]ÐU SVW[çEEEuFM M; ~FEuUJ\;B`Ev;EUdRk$Pk$QEPEo EMA`I\ǃEt ׃Ut@׃t@߃]t@}t@k$}_dE;E EO} }w}3E}u VGVGv ɉ KHKJp@z C}tF6z R F6R s}u qxqxI ЉSE@E$;E8EH\}E3ɉM}u 8NPNPv ;CBCBq q ƉCqBEBFEA C}u JE@uUBI ɉKMAMu$;MGEH\)}}3E}u NWNWv CBCBq q ƉCBq q ƉCBz CE@Eq $;EyEH\}U3EN BCBCBN N CBN N CJ B V CE@E $;EvEH\U3EBCBCBN N CBN N CJ B V CE@E $;EvEH\kzN}M3}u Fyy  щNM ɉKOKOV ɉKOMOV ɉK}uwUBMAU}O?v s@r$;EMEH\}M3}u Fyy  щV ɉKOKOV ɉKOV V ʉKWO S@ $;EvEH\}U3~ B~ CBCB~ CB~  ~ ljCz B   CA$;MvEH\gU3B~ CBCB~ CB~ ~ ljCz B   CA$;MvEH\}N}M3}u Fyy  щV ɉKOKOV V ʉKOV ɉKWO S@ $;EvEH\D}U3~ B~ CBCB~ ~ ljCB~ Cz B   CA$;MvEH\U3B~ CBCB~ ~ ljCB~ Cz B   CA$;MvEH\2}}U3~ F~ CBCF~ ~ ljCF~  ~ ljCB CA $;MvEH\U3F~ CBCF~ ~ ljCF~ ~ ljCB CA $;MvEH\$}EEF3ɋ֋Ez CFCBz z ljCBz z ljCF EB z CA $ ;MvEH\3ҋy Ay CFCAy y ljCAy  y ljC A y CB $;UvEH\MEH\EE_^[]USVW[ãUU u EE+P339u0RFPQ uVEPEpPڼ EpP_^[]ÐUSVW[3uu339VLEpU U;wm8׃UDx;EwTEPPQ| u@MUJLM] J@v'V ɋU OEw_^[]ËU SVW[{EEEMQj P EuFM M;EHFV ˜UB FUBVU}+W}WUBu#u-IE;E8UBtBEPE;Eu4^F Ë]CIMI MAbF^ Fv  Ë]CIʋUJ BJ  ËMAEEUEMA*EPEPIEPEP7EE_^[]ËUSVW[3Eu ;w DJM|1t UU uv3Ҋ3< rC<w?B;Uv3t3EP} GPu襼 uWEPEPn }EM_^[]USVW[uFPP} W<FTPW/FXPW"FLPW3FHF@F& }3EEȃ}u E@EUBER ЉF(AE@E@EQ}uUBER "UBEEB ER ‰A E@E;EZl}3EE}u MAMUJM R щN(HUJMJR ɉHUJM R ɉH E@E;E{}uw3EEEMAMN(HUJMJR ɉHMAEQ I MA E@E;EvV3EEEUJM R ɉN(HUJMJR ɉHMAEQ I MA E@E;Ev}3EE}u MAMUJM R щUJM R ɉHMAMP}uUJM R "UJM MJ MR ʉH E@E;EK}3EE}u MAMUJM R щUJM R ɉHUJM R ɉHUJM R ɉH E@E;EgS}3EEEMAMUJM R ɉHUJM R ɉHMAEQ I MA E@E;E{3EEEUJM R ɉUJM R ɉHUJM R ɉHMAEQ I MA E@E;Em}}3EE}u MAMUJM R щUJM R ɉHMAMAMPUJM R ɉH E@E;Eqp}u3EEMAMUJM R ɉHMAMAMPUJM MJ MR ʉH E@E;Ev3EEUJM R ɉUJM R ɉHMAMAMPUJM MJ MR ʉH E@E;EyZ}}3EEMAMUJM R ɉHUJMJR ɉHUJM R ɉH E@E;Ev3EEUJM R ɉUJM R ɉHUJMJR ɉHUJM R ɉH E@E;Ex4}3EEMAMUJM R ɉHUJMJR ɉHUJM MJ MR ʉH E@E;Ev3EEUJM R ɉUJM R ɉHUJMJR ɉHUJM MJ MR ʉH E@E;Enu VP4$Mǁ_^[]ÐUSV[;j,juV E F$F(P购^[]ËUSVW[uF$8FPWq3FF FFF PWV3FFF$F(_^[]ÐUSVW[ÛEEX$x(teK6JC4E3~ C@utp;~&C8E<;|uE|;|uHfC6Q;|EHfK4K@fAE@(_^[]ÐUE@(]ËUSVW[Ep$jjV迬 u%N6^8} ˉ|N<N6AfN6_^[]USVW[ÞEp$jjVg uLN6V8N<} z}Zz }ZzAAN6fN6_^[]ÐUSVW[u~$V_F(jjWګ u u V_^[]USV[ӱuVv$^[]ËU@SVW[ÛEE@$EM Au;UE uBU3t@;yE Et0E H;M @;IE ljEMI ;Ev;EEURPQEP莪EpEMH EH H}v|333uE x;1} u"} }G};}?׋}} } W;U  ҋ}A;MrEtE uPmEEEP3D$D$ L$D$$L$(EEE H;MuM Ev E;RMR+E E E3L$ ƒu"} G;E?E E@Tu'} G;EE EG E(uE x;}} D$$D$$u#} G;E|?E E@AWu(} G;ETE EG EA*uE x;}'} D$(AD$(Au}tE x;}} EyD$$|$(F;uND$$D$ ʃE@D$L$ L$$D$(&D$(D$ʃE@D$ L$D$$L$(}v D$PD$PD$PEP E;t;rH;r@3_^[]USVW[ËE BEpu3ɅMv]X+<;;t;rH;rEu(B3ɋuw"3;Ms(MtAM@E 3҃}v3EE E_^[]ËUSVW[uF`x3FFvd P VW>_^[]U0SVW[Ó} MEEPQEPu EPEP EMM9E| PEPEPP_ EMQP3EGGGDu GuO O|EvOv@OtGu pGxGGG E4L4,EfGD@fGF8fOH+k gfff+‰EfWJ}v|GhHEPEPQ: O MEHE3EfB}fffE@EE$;EvڋE MHHJM@DEE@$t7Exx3Ʌv+BEH#E+OwE fHLEf@(M fAL} EfGNMgffffWPfORD$|$fD$fD$D$cinujPjP艢E胸tO@_^[]ÐUE QP3]ÐUEP,]U0SVW[u~FlEEvHEEE uuu V8 EE@t EEEFHltuo3fNnfNlpp QwhPEcFEeTTlF|ȃN|M MtMI} F|3F(F4E@0,;t QRP腜 DuF(F4F(F8F4F<3F,F0}EHM@E~pFn~;EEP7%EPwGE@ENn;|̋EPEpMAEPqؚMAD$ PEPAD$+D$ UD$+D$BL$ JL$+ȉJ E_^[]U SVW[Eu E 3MA; 9ww;wv ?uE@hEwPVGGPEPZGEE@ EGEEEEEEEEMQ EAQ  E;t;wEEE@EE9Er,GtAI G M AG MEP裘3_^[]ËUSVW[ãuVuu EEPzuJE,0;t7>tPQ6ܙ ~tE0Q,P6蹙 F_^[]ËUS[3ɋU ];tM ;sA3[]ËUSVW[Ϟu~XM t,Et0Mt10PG P菗E0PGPuMtUMt3_^[]USVW[6u N ] VS~{C ljCEuHډS_^[]USVW[ߝMMYEEu +Q+H#Ћ}3Ʌ~cu 3;}u } 7G} ƀt K~u.E@E3EMYAE3J=tE_^[]U SVW[UUBEE3ɋRUMM3;щ]}E33}t5t$M ;s.AM uU3ۅttt EMIM~u@EMAM踀3ɉM(MEMAEAEM3ɉMNɉMMIMR=tME_^[]U SVW[MMyEIM3҅ɉUuE3ۃ}tM M M ;sAM tt EO~u=EMAM3ɸM%MEMyAEM3ɸMKɉMMIMu=tME_^[]U SVW[Uƒtڃ]tAUtA]uOEEE EEE3ҍE<;}8@E;}tn;}r;rEEE EEE3E<;}x}8@ ;Et;Er;rf}uUM BMQI M }uJ M(J J M 3M M_^[]U SVW[ÏEE8Wu ;*u#B;G]uW;GE_{u.W;G_ ØEG_ H3ۃEu:W;G_ _ ÉEG_ G ȃu 33ɉ}u z;< UfuJ; MJGEu6J; z ɉMJMJR ɋUuuuyuz};UUXu!z};w|2R ҉UU2}u%z};wN2z R ։UUu}>u]u3] M$]M(E3_^[]U SV[,E38~`x~ZuP\$S Euu uS 1uu uS uu uS ^[]ËU@SVW[ßEHM؋AhEč EԋEE̋|3ɅGHEЍFU UR 9u }98t$$A;MvFMtMЩtEЃtEЋEԋFPEP蘎EFPEP蚎EPEPE0FPFPEp$p EPm}u kEԋ@PEpu F Pݏ EE؋EPEP%uEP MċA EEPEPEPEPEPEPuq$EPK$}GHstibEGPMWLUЉ UUԉWTG^GOMO MO$M O(G,G0F G4EGdEEGhEEPWu'EPE؋PuEp$uEP_^[]USVW[uE @ E3tkFuM MI3E4t6}':uWQ t;us E@Mtu͋_^[]ËU SVW[[}}w EOMɉOVUUU+ЉVQu 辋 EuYMAPjq }EIM~#3tMQ0F;u~ߍEPu NE_^[]ÐUSVW[âuFPFF Phu  uhjv  _^[]ËUSVW[;Mt@Ay IM~E E3WEP蛊F;u~E Pu 耊_^[]ËUSVW[ӑuV}WEMt E A3JEPjEEP4 u1MU M9M UJN;|EPVuF_^[]ÐUu u?]ÐU@SVW[+3ɋEHE3;E 8u>j D$jP衆 3EtDt=<+u~tD< ˆD< EFt@uËu EƉE3ɉu3;Mc>ZEEEEEt>L Mȸ#Eu FtD #tEH@;uNt$MQHQPEP諉ЅEPjEPm ЅE@HA}G;uwEEE}taFHtTL Mȸ#Et6FtD #u;uv>E3Eu;us uNF}|9;rT;t }Jt VHQPu蘈ЅVju^ ЅuxFFN}tAF>FN;u;tVHQPu3Ѕu-Vju ЅuFN_^[]USV['u t7Ft0Mt);s3ҋBAF;r+EM AF^[]USVW[ˍEEtmExtdE Ex3҅v@EE3M 4t FBuMy@;s M BMy;rE 3ۋ_^[]ËUSVW[/}wW;wSGtMQM QVWЃE'+֋M+H#EPPE P\ MwE3U_^[]U0SVW[ë3ɉMEE@E؋u ;oEPhEP E܅WuEEuPhVuEPE܅%EEljEEE;us< t< tF;us @< t < u;utmEE<#t1<t-;}v(MEPEPEPE+RPуE܅wu;us} u  uFuEEjUM+%<+ȉM+E+ljEPWRڀ }E+ȍEPQWuE܅uEEEME܍EPEP蔃E_^[]ËUSVW[MEu E u EE E0u$Au @PQt#@Ss 2@33^[]ËUSVW[Åu@VXtFTPE@PRQZuHFTPE@PQ ~ u.FTFXEMMQM QPz ME FX@FX_^[]USVW[,u9@EE @ FQOxW6D$P\z 3$$EP$PWD$P0<Poub$u=$@,A-w({zFFF $PEP|_^[]ËUSV[ouE0t6 t tFt$ t uuutuut xt3pM UFt t uFt t t<"uFE0;v.A t uI;v@ t t<"uA^[]ÐU SVW[u@EE EP@vPFup~ WEPzEEtHEPy@E~3WEPEPz EPEPv bw F 3uj ju F 33j ju F @EPEP%E3u,VjEP `EPEPENLFH;uct'NPQHQPEPzFPPjEPy jjFHFPPv FHNLE@Ss 2 @NPMPQPQ@udEEtNEP~@E~9E PEPEPx [EPEPEp u BE@ 6uj ju* MA uj ju MA j PEP胀 t$EPvLE0FLj PEPC uE@ F$j PEP u E@ F(vj PEP u E@ F,RjPEP u9E@ >>>>>??????@@@   c  mn    !"#$%&'()*+,-./0123456788:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ c  mn   ,-.1:;@ABCDEFGHIJKLMNOPQRSTUVWXYZ c  mn    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~              @ `P0pH(hX8xD$dT4t L,l\<|B"bR2r J*jZ:zF&fV6vN.n^>~A!aQ1q I)iY9yE%eU5u M-m]=}C#cS3s K+k[;{G'gW7wO/o_? c  mn    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !"#$%& ()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ abcdefghijklmnopqrstuvwxyz{|}~D ' 9 :  ! "    & 0 ` AR1BS"!"`x}a~!$&} ~ % $ 0123456789?  `abcdefghijklmnopqrstuvwxyz  [!\!]!^!S!T!p t u v w x y   ""J " %%%%&$2,0!*.(469=;?CGENPL&!&!TXV! %%%%<%,%4%%$%%%a%b%V%U%c%Q%W%]%\%[%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%Z^^\fdbblpjrnhtvy{  !"#$%&'()*+,-./    012345Q6789:;<=>?@ABCDEFGHIJKLMNORSTUVWXYZ[\^brt_csu  j `abcdefghi!"#$%&'()*+,-./0123456789:@ABCDEFHIJKLMNOPQRG~y *+K5!!!, - . m5! ")#*#H"!!!!!!!!!!!!"%!   %""c&E"f&%% #"""Ka".!< "@&%% #!"e"'%e& #-3+"+"!# #)"%%;&/)578:><@d"% '"("%%B&2 j&k&DIHF "`""OQM%""" !"""" U"YW""#%[__]3 %<":&`& ""<&gecc4"%%%%mqk *""s%oiu!wz| l  !"#$%&'()*+,-./0123456789:;<=>?@ABCDFGHIJKLMNOPQRSTUVWXYZ[\]^_`abctefjxwhdi/n|}sm{E gkopqruvyz~OQdPT    ( *,-. /                cinucinunmrabmys cinucinusijs bg5gibsnawahoj6     $, 2 345      X Z \ ^ `N                 !"#$%&'(),048<=>? @ B D F H J L N          $                "             6   $ & ( * , . 0 2 4        <DFHJLNPRSTVXZ\^`bdefghlptx|("@:       !1Aa  0@`pp #+3;CScs:       $(, 048<@DHLPTX \`d h~~  rbpostscript_nameload_sfntget_sfntglyph_namename_indexset_mm_blendset_mm_designget_mmxzroescxzroescfijkdbhautohinterpqgjyHEZLOCUSTHEZOCQScffRegularpsnamespsnamespsnamespshintersfntpshinterpshintersfntname_indexglyph_namepsnamesFDArraySDBytesversionGDBytesFDBytesUIDBasepostscript_nameExpansionFactort1cidpshinterpsauxpshinterpshinter%ADOBeginFontDictFontMatrixFontBBoxStemSnapVStemSnapHMinFeatureStdVWStdHWFamilyOtherBluesFamilyBluesOtherBluesBlueValuesBlueFuzzBlueShiftBlueScalepasswordLanguageGrouplenIVUniqueIDStrokeWidthForceBoldThresholdlenBuildCharArraySubrCountSubrMapOffsetFontTypePaintTypeUnderlineThicknessUnderlinePositionisFixedPitchItalicAngleWeightFamilyNameFullNameNoticeCIDCountCIDMapOffsetSupplementOrderingRegistryCIDFontTypeCIDFontVersionCIDFontNameStartData%!PS-Adobe-3.0 Resource-CIDFontpcfISO8859get_bdf_property1ISO10646CHARSET_ENCODINGCHARSET_REGISTRYAVERAGE_WIDTHRESOLUTION_YRESOLUTION_XPOINT_SIZEPIXEL_SIZEFAMILY_NAMEWEIGHT_NAMESLANTpsnamespsauxpshintertausunrhopsiphietaengchiTauRhoPsiPhiEtaEngChifflffiethEthyenbarsixtwoonepsnamesupsilonupblockuogonekumacrontriaguptriagrttriaglftriagdnsimilarrtblockradicalproductomicronomacronltshadelozengelfblockiogonekimacronepsiloneogonekemacronelementdotmathdnblockdkshadediamondcyrflexcyrFlexbraceexarrowupaogonekamacronafii301afii300afii299aeacuteUpsilonUogonekUmacronOmicronOmacronIogonekImacronEpsilonEogonekEmacronAogonekAmacronAEacuteRegular001.003001.002001.001001.000OEsmallAEsmallonehalfcedillasectiongreaterpercent.notdefupsilondieresisUpsilondieresisexclamdownsmallCircumflexsmallzetazdotaccentzacuteygraveycircumflexxiwgraveweierstrasswdieresiswcircumflexwacuteutildeuringupsilontonosupsilondieresistonosuniversalunionunderscoredbluhungarumlautuhornubrevetrademarkseriftrademarksanstonostildecombtheta1thetathereforetcommaaccenttcommaaccenttcarontbarsummationsuchthatspadesmilefacesigma1sigmashadesecondscommaaccentscircumflexscedillascedillasacuterevlogicalnotregisterserifregistersansreflexsupersetreflexsubsetrcommaaccentrcaronradicalexracutequotereversedproportionalpropersupersetpropersubsetprescriptionpiphi1pesetaperpendicularpartialdiffparenrighttpparenrightexparenrightbtparenlefttpparenleftexparenleftbtoslashacuteorthogonalopenbulletomicrontonosomegatonosomega1omegaohungarumlautohornobrevenunotsubsetnotequalnotelementncommaaccentncaronnapostrophenacutemusicalnotedblmusicalnoteminutemalelongslogicalorlogicalandllliralessequalldotlcommaaccentlcaronlambdalacutekgreenlandickcommaaccentkappajcircumflexitildeiotatonosiotadieresistonosiotadieresisiotainvsmilefaceinvcircleinvbulletintersectionintegraltpintegralexintegralbtintegralinfinityijibrevehousehookabovecombhearthcircumflexhbargreaterequalgravecombgradientgdotaccentgcommaaccentgcircumflexgcarongbrevegammafrancfilledrectfilledboxfemaleexistentialexclamdbletatonosestimatedequivalenceepsilontonosemptysetedotaccentecaronebrevedotlessjdotbelowcombdongdieresistonosdieresisgravedieresisacutedeltadcroatdcarondblgravedblGravecyrbrevecyrBrevecopyrightserifcopyrightsanscongruentcommaaccentclubcirclepluscirclemultiplycirclecdotaccentccircumflexccaroncarriagereturncacutebracketrighttpbracketrightexbracketrightbtbracketlefttpbracketleftexbracketleftbtbracerighttpbracerightmidbracerightbtbracelefttpbraceleftmidbraceleftbtblockbetaasteriskmatharrowvertexarrowupdnbsearrowupdnarrowrightarrowleftarrowhorizexarrowdownarrowdbluparrowdblrightarrowdblleftarrowdbldownarrowdblbotharrowbotharingacuteapproxequalanoteleiaanglerightangleleftanglealphatonosalphaalephafii64937afii63167afii61664afii61575afii61574afii61573afii61352afii61289afii61248afii57929afii57842afii57841afii57839afii57807afii57806afii57804afii57803afii57802afii57801afii57800afii57799afii57798afii57797afii57796afii57795afii57794afii57793afii57723afii57718afii57717afii57716afii57705afii57700afii57695afii57694afii57690afii57689afii57688afii57687afii57686afii57685afii57684afii57683afii57682afii57681afii57680afii57679afii57678afii57677afii57676afii57675afii57674afii57673afii57672afii57671afii57670afii57669afii57668afii57667afii57666afii57665afii57664afii57658afii57645afii57636afii57534afii57519afii57514afii57513afii57512afii57511afii57509afii57508afii57507afii57506afii57505afii57470afii57458afii57457afii57456afii57455afii57454afii57453afii57452afii57451afii57450afii57449afii57448afii57446afii57445afii57444afii57443afii57442afii57441afii57440afii57434afii57433afii57432afii57431afii57430afii57429afii57428afii57427afii57426afii57425afii57424afii57423afii57422afii57421afii57420afii57419afii57418afii57417afii57416afii57415afii57414afii57413afii57412afii57411afii57410afii57409afii57407afii57403afii57401afii57400afii57399afii57398afii57397afii57396afii57395afii57394afii57393afii57392afii57388afii57381afii10846afii10832afii10831afii10196afii10195afii10194afii10193afii10192afii10148afii10147afii10146afii10145afii10110afii10109afii10108afii10107afii10106afii10105afii10104afii10103afii10102afii10101afii10100afii10099afii10098afii10097afii10096afii10095afii10094afii10093afii10092afii10091afii10090afii10089afii10088afii10087afii10086afii10085afii10084afii10083afii10082afii10081afii10080afii10079afii10078afii10077afii10076afii10075afii10074afii10073afii10072afii10071afii10070afii10069afii10068afii10067afii10066afii10065afii10064afii10063afii10062afii10061afii10060afii10059afii10058afii10057afii10056afii10055afii10054afii10053afii10052afii10051afii10050afii10049afii10048afii10047afii10046afii10045afii10044afii10043afii10042afii10041afii10040afii10039afii10038afii10037afii10036afii10035afii10034afii10033afii10032afii10031afii10030afii10029afii10028afii10027afii10026afii10025afii10024afii10023afii10022afii10021afii10020afii10019afii10018afii10017afii00208acutecombabreveZetaZdotaccentZacuteYgraveYcircumflexXiWgraveWdieresisWcircumflexWacuteUtildeUringUpsilontonosUpsilon1UhungarumlautUhornUbreveThetaTcommaaccentTcommaaccentTcaronTbarSigmaScommaaccentScircumflexScedillaScedillaSacuteSF540000SF530000SF520000SF510000SF500000SF490000SF480000SF470000SF460000SF450000SF440000SF430000SF420000SF410000SF400000SF390000SF380000SF370000SF360000SF280000SF270000SF260000SF250000SF240000SF230000SF220000SF210000SF200000SF190000SF110000SF100000SF090000SF080000SF070000SF060000SF050000SF040000SF030000SF020000SF010000RfrakturRcommaaccentRcaronRacutePiOslashacuteOmicrontonosOmegatonosOmegaOmegaOhungarumlautOhornObreveNuNcommaaccentNcaronNacuteMuMacronLdotLcommaaccentLcaronLambdaLacuteLLKcommaaccentKappaJcircumflexItildeIotatonosIotadieresisIotaIfrakturIdotaccentIbreveIJHungarumlautHcircumflexHbarH22073H18551H18543H18533GraveGdotaccentGcommaaccentGcircumflexGcaronGbreveGammaEuroEtatonosEpsilontonosEdotaccentEcaronEbreveDieresisGraveDieresisAcuteDieresisDeltaDeltaDcroatDcaronCdotaccentCcircumflexCcaronCaronCacuteBetaAringacuteAlphatonosAlphaAcuteAbreveSemiboldRomanMediumLightBookBoldBlackYdieresissmallThornsmallYacutesmallUdieresissmallUcircumflexsmallUacutesmallUgravesmallOslashsmallOdieresissmallOtildesmallOcircumflexsmallOacutesmallOgravesmallNtildesmallEthsmallIdieresissmallIcircumflexsmallIacutesmallIgravesmallEdieresissmallEcircumflexsmallEacutesmallEgravesmallCcedillasmallAringsmallAdieresissmallAtildesmallAcircumflexsmallAacutesmallAgravesmallcommainferiorperiodinferiordollarinferiorcentinferiornineinferioreightinferiorseveninferiorsixinferiorfiveinferiorfourinferiorthreeinferiortwoinferioroneinferiorzeroinferiorninesuperioreightsuperiorsevensuperiorsixsuperiorfivesuperiorfoursuperiorzerosuperiortwothirdsonethirdseveneighthsfiveeighthsthreeeighthsoneeighthquestiondownsmallCedillasmallRingsmallOgoneksmallhypheninferiorfiguredashMacronsmallDotaccentsmallCaronsmallBrevesmallDieresissmallZcaronsmallScaronsmallLslashsmallcentoldstyleTildesmallrupiahonefittedcolonmonetaryZsmallYsmallXsmallWsmallVsmallUsmallTsmallSsmallRsmallQsmallPsmallOsmallNsmallMsmallLsmallKsmallJsmallIsmallHsmallGsmallFsmallEsmallDsmallCsmallBsmallAsmallGravesmallhyphensuperiorparenrightinferiorparenleftinferiorfftsuperiorssuperiorrsuperiorosuperiornsuperiormsuperiorlsuperiorisuperioresuperiordsuperiorcentsuperiorbsuperiorasuperiorquestionsmallperiodsuperiorthreequartersemdashcommasuperiornineoldstyleeightoldstylesevenoldstylesixoldstylefiveoldstylefouroldstylethreeoldstyletwooldstyleoneoldstylezerooldstyleonedotenleadertwodotenleaderparenrightsuperiorparenleftsuperiorAcutesmallampersandsmalldollarsuperiordollaroldstyleHungarumlautsmallexclamsmallzcaronydieresisyacuteugraveudieresisucircumflexuacutescaronotildeograveodieresisocircumflexoacutentildeigraveidieresisicircumflexiacuteegraveedieresisecircumflexeacuteccedillaatildearingagraveadieresisacircumflexaacuteZcaronYdieresisYacuteUgraveUdieresisUcircumflexUacuteScaronOtildeOgraveOdieresisOcircumflexOacuteNtildeIgraveIdieresisIcircumflexIacuteEgraveEdieresisEcircumflexEacuteCcedillaAtildeAringAgraveAdieresisAcircumflexAacutecopyrightthreesuperiormultiplyminusregisteredtwosuperiorthreequartersthorndegreebrokenbardivideonequarterThornplusminustrademarkmulogicalnotonesuperiorgermandblsoeoslashlslashdotlessiaeordmasculineOEOslashLslashordfeminineAEemdashcaronogonekhungarumlautringdieresisdotaccentbrevemacrontildecircumflexacutegravequestiondownperthousandellipsisguillemotrightquotedblrightquotedblbasequotesinglbasebulletparagraphperiodcentereddaggerdbldaggerendashflfiguilsinglrightguilsinglleftguillemotleftquotedblleftquotesinglecurrencyflorinfractionsterlingcentexclamdownasciitildebracerightbraceleftzyxwvutsrqponmlkjihgfedcbaquoteleftunderscoreasciicircumbracketrightbackslashbracketleftZYXWVUTSRQPONMLKJIHGFEDCBAatquestionequallesssemicoloncolonnineeightsevenfivefourthreezeroslashperiodhyphencommaplusasteriskparenrightparenleftquoterightampersanddollarnumbersignquotedblexclamspaceapplenonbreakingspacenonmarkingreturn.nullraster5raster1psnamespostscript_namesfntglyph_nameload_sfntget_sfntsfntsmooth-lcdvsmooth-lcdsmoothsfnttruetypesfntputduppsnames.notdefversion.notdef.notdefpostscript_nametype1set_mm_blendset_mm_designget_mmname_indexglyph_nameBlackBoldpshinterpsauxpshinterpshinterknownknownFontDirectoryshareddictWeightVectorBlendAxisTypesBlendDesignMapBlendDesignPositionsCharStringsSubrsEncodingFontMatrixFontNameFontBBoxStrokeWidthFontTypePaintTypeStemSnapVStemSnapHMinFeatureStdVWStdHWFamilyOtherBluesFamilyBluesOtherBluesBlueValuesBlueFuzzBlueShiftBlueScalepasswordLanguageGrouplenIVUniqueIDUnderlineThicknessUnderlinePositionisFixedPitchItalicAngleWeightFamilyNameFullNameNoticeISOLatin1EncodingExpertEncodingStandardEncoding%!FontType%!PS-AdobeFont-1winfonts.notdefversionpsnames.notdefpostscript_nametype42name_indexglyph_nameknownknownFontDirectoryISOLatin1EncodingExpertEncodingStandardEncoding%!PS-TrueTypeFontsfntsCharStringsEncodingFontMatrixFontBBoxFontNameStrokeWidthFontTypePaintTypeUnderlineThicknessUnderlinePositionisFixedPitchItalicAngleWeightFamilyNameFullNameNoticetruetypepsaux1.1.4pfrbdf%hd%hdBBXISO8859COMMENTCOMMENTENDCHARENDFONTCOMMENTSPACINGCOMMENTFONTBOUNDINGBOXSTARTPROPERTIESget_bdf_property1ISO10646SIZEFONTSTARTFONT_XFREE86_GLYPH_RANGESENDPROPERTIESBITMAPDWIDTHSWIDTHENCODINGSTARTCHARCHARSFONT_DESCENTFONT_ASCENTDEFAULT_CHAR\r&r6rFrVrfrvrrrrrrrrrss&s6sFsVsfsvssssssssstt&t6tFtVtftvtttttttttuu&u6uFuVufuvuuuuuuuuuvv&v6vFvVvfvvvvvvvvvvvww&w6wFwVwfwvwwwwwwwwwxx&x6xFxVxfxvxxxxxxxxxyy&y6yFyVyfyvyyyyyyyyyzz&z6zFzVzfzvzzzzzzzzz{{&{6{F{V{f{v{{{{{{{{{||&|6|F|V|f|v|||||||||}}&}6}F}V}f}v}}}}}}}  H ( olP7:oo} EEDDDDXTTT??S(ltuoh4stibx8<%X%x%%D$%H,dJ LJ0J@JH,ExFD EtEBH,? @x>4?8> \++,, H**PD\|  $(,XU LV`dhl4WxW !"#$%&  <  d   ! ! !   !  ! !D!H!L!P!T!X \ ` d,ExxQ,sxppprrrrON(E̱D0Hd80H HHH GGEHGEEGEGGG GGG|GhG\GPG@GE4G G GEGFFFFFlFpFtF F( F< tFX lFxdFzXFLF |@F }4FEH(F$(hHLH,X8xx0Tl@l,\ DLh ,Lh0Ip  tTHd (D8IGGHH$HxIH8H8I\JpKK/-JDv0vvvK vvuuuKuuuuuuuuuuxuIIpuhu`uIXuPuHu@u4u,u$uKuuu uuuuttttttttttttttttttttttttxtlt`t\tXtTtPtLtHtDt@tT>H?,?>>G@FMvyyy y|ylyXyDy8y0y yyylxpxtx x( x< xX xxxzxx |x }xx$lx%`xTTxHx0+@ x> 4?[ ? @n TBd  BY % C 8 D` K ES ` tEt v E xFn GD J* 0J @J" dJ L $ L: : C N R OT ] O p P Q~ RH HR R T3 T0 UO XU=  V ' 4WS > Wm P W _ Z1 y ,[< h[o \T ,] ] t^/ ^  0_  _< - ` @ ` R \a7 c ad t d e h kB Xk o pX pp@ p rA r *r_ 8Xsb Cs QxS _x  ox  x y6 y. z z 8{, d{i {A |b 4x|J L| fX}_ }' }! ~  i % D \ 6|J RȞ' l^ P6 V  0#4 |# |% |' &*(L 9v) Nalt {$; `C P   $# H ԦD  $ ث( * 9 G UY cR ~d@ ] A Hx    ̱  ر 8 0 8 2@ DJй W f }$> dr ؼ-     4 0# T lU 3s F8  TX  bxd u" K L= @+ P+4 +4 + + + ,+  B,  T<, eT, s{ @A |  p @V 2 2   . 6 ?lv J Z jPz t8     ( D dJ    (t6 , 8{ MTA cb zJ H P , ]       ( 8L IL Zhw qK , D \=  5 U D' %l0 :6 OV j, X-h p3 O DZ 6 ` 8/ h= (] 8` KhQ `U t> T  N y \D    != 9G T` l\ ,6 d@ 1 Y 4  ^  h K "4 0H >d` R ` o`   H e  g    ` x -  C5 Z: l_ t)  ,l 5 B P d 7v R o4: p_ )  l 5 ,  0! ' #J CX#d Z#` j$j {$ T'm ' P( )& @*  + C , g t/: y /_ 0) <0 0l 415 l2 !p3 +!4U J!l4 Z!7T v!X7 !8` !T9j !9r !4: !: != "> 1"@& O"A t"B "|D "G! "G_ "H "H #$H "# 5#@#8H Q# I b#8I" y#\Jp #J #pK: #K/ #- #/ #1F $ : $ +$H =$hL$U$K| h$XL t$ M $M $HN $O $O $4P $R[ $tR $@Ti $T4 $U $W $Yk %]6 %4_ )%H_- 0%x_* 7%_y <% `_ P%` d%a x%c %0c  % 'pK 'p +'r D'ht ['Xuy l'uO '$v '@v '\v '4x# 'Xz (${ (| '(d}j 9(}! J(~^ b(Th t(+ (\ (D; (9 ( (L (,$ (P! )t- ) '), 5) D)Ԓ R)7 a)Y o)< )C )! )$W )| ) ) # )DK )a *w *l 4* G*( Y* m*0X * *`] * *\ *p *P *T +P{ +̩ .+p A+, V+ j+ ~+ +p +s +x +LP + , ,dy +, :,q N,T g,\ z," ,X ,h\ , ,| , , -h -dj .- @-Y L-(% ]-P m-4$ -Xc - - -0 -B -x--\- . .q (. 6.S F. [. l. }. , .8 . .H .XS .$ . . .  /R / /j 8/0 K/O [/. l/0G ~/x, /! /a /,E /t /4! /X; 0; 0C  (0p :0p2 R w J0L [0h m0 ~0 0|q 0O 0@R 0a 0_ 0XB 0' 1 1D 51L; M1W c1 {1h 1X 14W 1 1 1l 1 1  1 2 2,& '2T  62>2`` K2 Y2PK l25 w28 2 Y 2h p 2  2!( 2" 2\$ 2X%z 3& +3h( ?3) Q34) e3*G n3d*R {3*x 30+ , 30-. 3`0! 32 3(8 :Z *p: 3; 3>R 4T>@ 4>T %4>A 34,? E4H?Y W4?x d4A[ q4xD  4D  4Dc 4Dk 4`E 4tE C @F0 4pF| 4F 5 G 5G +5KC 75L  D5M M5M" `5M l5O {5? 555P5X5DPB 5P 5`Q~ 5Q 6T( 6T *6TN =6DU? K6U Y6xW m6X4 |6? 6@ 6@ 668Y 6[ 6^D 6(`6 6``  7l`K 7`J (7aX ;7\aG N7aD `7a> s7(b 7b 7c( 7d< d` a3TeG 3e xf\ f 3g 7j2 7$k% 3Ln< 7p 3q 7rG 7,sc 8sc 8s )8t 4ts <8h`I8R8p^8xDk8u v8y 8z 8<| 8$~> 8d~ 8l 8< 8ć 9L 9  +9V ?9I L9\] W95 e94 m9( u95 9' 9 98 9P 9p 94F 9|j 9 : : ^ 5:l E:@L Z: l:`u:d~:h:l::@L :Ax :Ax :B| :B| ::X :t :8O :4 ;W ";3 4;H  T;Lo p; ;t ;p ;, ; ;= ;[ <T < -<X ?<T R<L d< 1 r<T < < <= <# < < X <d =L =\7 !=# /= ==$ K=U `=L p=F =  =T = =  = =t >`d !> 6>P K>Bt ]>H(v>|>>> > >Pa >f > > > >X >$ > ?D "?  -?+ 7?<: A?x) M?  a?f r?, ? ? ?p ?C  ?\7 ? ` ?K @@ @XU &@& 4@ B@U V@Hs i@ w@P  @\f @ @n @D= @pC @xC @C  @C  @C  @C >0AA}.Aq AA% PAXA cA0Y uADE AlT A$Ax<Ap`A\c AA4B (B6 9B\B PB| aB qB< BЏQ B< B܂4B0 B) B$BA CG C\ CQ ;CD77 KC `C Z uC C$$CH C9 C(; Cb CD<DL, D0&D,D, DDXH YD$kDtDpDF, DD8 DОh DDD`DM E< ET 70t +E' =EȑQ YE^ hE|/2 xE EH EQ EE] E0)u E<q E4F (F8 6FЯEF``VFxQ kFi FF@8 FT=1 F0 F1y Fl F0P G,0 G6c (GQ 4GtS FGܛ= ]GH jG=P ~G@.  G G`3 G`GI GG G| HЎ8 Hh 0H=H\9 LHP8 aH$ kH |HHHH H9 H7 H4HHHI, $I 7I0 QI [IbI+[ zId& I( I, IP IlK I8 I I J JȮ`J!JX& 3J Q LJL3= ZJ 7 gJnJH J JJJ32 J' JJ9J8 Kx KĘ4 +K̐T CK OK bKh> uKtT KX K0 KK3 K(3 KK># K<LL/. /L̨b :L`MLG aLP rL. O  LK L,8 LH$L- L Ld+ LF LT&M L MؐM 3M OR O P PX /P$@ 6P GPT[P| bPiP(; xP=c PH`H5PH PH PpPP HPr Q _ .Q ;Q} NQ\@ \Q` kQ] }Q$T Qv Q@ QQ Q Qf QpQ RȃO Rܓ 6RD ER8@ XR<E qRRx' RĒT Rܷ3 Rly Rx* R$ R% S"SU  SP SS`3 S0! S  T0 )T@, W<@ x XW. gWrW`W W88 lib/unix/libalfont.socrti.svalues-Xa.calfont.calfont_initedalfont_textmode_alfont_reget_fixed_sizes_alfont_uncache_glyphs_alfont_delete_glyphs_alfont_cache_glyph_alfont_new_cache_glyphft_libraryftsystem.cft_allocft_reallocft_freeft_ansi_stream_closeft_ansi_stream_ioftdebug.cftinit.cft_default_modulesftbase.cft_multo64ft_div64by32ft_trig_downscaleft_trig_prenormft_trig_pseudo_rotateft_trig_pseudo_polarizeFT_GlyphLoader_Adjust_PointsFT_GlyphLoader_Adjust_Subglyphsft_input_stream_newft_input_stream_freeft_glyphslot_initft_glyphslot_clearft_glyphslot_donedestroy_sizedestroy_faceDestroy_Driverfind_unicode_charmapopen_faceft_recompute_scaled_metricsft_lookup_glyph_rendererft_set_current_rendererft_add_rendererft_remove_rendererDestroy_Moduleft_trig_arctan_tablenull_outlineftglyph.cft_bitmap_copyft_bitmap_glyph_initft_bitmap_glyph_copyft_bitmap_glyph_doneft_bitmap_glyph_bboxft_outline_glyph_initft_outline_glyph_doneft_outline_glyph_copyft_outline_glyph_transformft_outline_glyph_bboxft_outline_glyph_prepareft_new_glyphftmm.cautohint.cblue_charsah_angleah_angle_diffah_compute_directionah_test_extremaah_get_orientationah_outline_newah_outline_doneah_outline_saveah_outline_loadah_setup_uvah_outline_compute_inflectionsah_outline_compute_segmentsah_outline_link_segmentsah_outline_compute_edgesah_outline_detect_featuresah_outline_compute_blue_edgesah_outline_scale_blue_edgessort_valuesah_hinter_compute_bluesah_hinter_compute_widthsah_hinter_compute_globalsah_snap_widthah_compute_stem_widthah_align_linked_edgeah_align_serif_edgeah_hint_edges_3ah_hinter_hint_edgesah_hinter_align_edge_pointsah_hinter_align_strong_pointsah_iup_shiftah_iup_interpah_hinter_align_weak_pointsah_hinter_align_pointsah_hinter_scale_globalsah_hinter_alignah_hinter_doneah_hinter_newah_hinter_new_face_globalsah_hinter_done_face_globalsah_hinter_loadah_hinter_load_glyphah_hinter_get_global_hintsah_hinter_done_global_hintsft_autohinter_initft_autohinter_doneft_autohinter_load_glyphft_autohinter_reset_globalsft_autohinter_get_globalsft_autohinter_done_globalsftcache.cftc_face_node_initftc_size_node_selectftc_face_node_doneftc_size_node_initftc_size_node_doneftc_size_node_flushftc_size_node_compareftc_family_table_initftc_family_table_doneftc_node_mru_linkftc_node_mru_unlinkftc_node_mru_upftc_node_hash_unlinkftc_node_hash_linkftc_image_node_doneftc_image_node_initftc_image_node_weightftc_image_family_initftc_image_family_compareftc_sbit_copy_bitmapftc_sbit_node_doneftc_sbit_node_loadftc_sbit_node_initftc_sbit_node_weightftc_sbit_node_compareftc_sbit_family_initftc_sbit_family_compareftc_sbit_cache_lookupftc_cmap_node_initftc_cmap_node_weightftc_cmap_node_compareftc_cmap_family_initftc_cmap_family_compareftc_cmap_cache_lookupcff.cFT_Get_KerningFT_Load_Glyphcff_get_glyph_namecff_get_name_indexcff_get_interfacecff_parser_initcff_parse_integercff_parse_realcff_parse_numcff_parse_fixedcff_parse_fixed_thousandcff_parse_font_matrixcff_parse_font_bboxcff_parse_private_dictcff_parse_cid_roscff_parser_runcff_get_standard_encodingcff_get_offsetcff_new_indexcff_done_indexcff_index_get_pointerscff_index_access_elementcff_index_forget_elementcff_index_get_namecff_index_get_sid_stringCFF_Done_FD_SelectCFF_Load_FD_Selectcff_fd_select_getcff_charset_donecff_charset_loadcff_encoding_donecff_encoding_loadcff_subfont_loadcff_subfont_donecff_font_loadcff_font_donecff_size_get_globals_funcscff_size_donecff_size_initcff_size_resetcff_slot_donecff_slot_initcff_strcpycff_face_initcff_face_donecff_driver_initcff_driver_donecff_builder_initcff_builder_donecff_compute_biascff_decoder_initcff_decoder_preparet1_builder_check_pointscff_builder_add_pointcff_builder_add_point1cff_builder_add_contourcff_builder_start_pointcff_builder_close_contourcff_lookup_glyph_by_stdcharcodecff_get_glyph_datacff_free_glyph_datacff_operator_seaccff_decoder_parse_charstringscff_slot_loadcff_cmap_encoding_initcff_cmap_encoding_donecff_cmap_encoding_char_indexcff_cmap_encoding_char_nextcff_cmap_uni_pair_comparecff_cmap_unicode_initcff_cmap_unicode_donecff_cmap_unicode_char_indexcff_cmap_unicode_char_nextcff_argument_countscff_expert_encodingcff_standard_encodingcff_expertsubset_charsetcff_expert_charsetcff_isoadobe_charsetcff_field_handlerstype1cid.ccid_parser_newcid_parser_donecid_get_offsetcid_decryptcid_load_keywordt42_parse_font_bboxt42_parse_font_matrixparse_fd_arrayt42_is_alphacid_parse_dictcid_read_subrst1_init_loadert1_done_loadercid_face_opencid_slot_donecid_slot_initcid_size_get_globals_funcscid_size_donecid_size_initcid_size_resetcid_face_donecid_face_initcid_driver_initcid_driver_donecid_get_postscript_namecid_get_interfacecid_load_glyphcid_slot_load_glyphcid_field_recordspcf.cpcf_read_TOCpcf_get_metricpcf_seek_to_table_typepcf_has_table_typepcf_find_propertypcf_get_propertiespcf_get_metricspcf_get_bitmapspcf_get_encodingspcf_get_accelpcf_load_fontpcf_cmap_initpcf_cmap_donepcf_cmap_char_indexpcf_cmap_char_nextPCF_Face_DonePCF_Face_InitPCF_Set_Pixel_SizePCF_Glyph_Loadpcf_get_bdf_propertypcf_driver_requesterpcf_toc_headerpcf_accel_msb_headerpcf_accel_headerpcf_property_msb_headerpcf_property_headerpcf_compressed_metric_headerpcf_metric_msb_headerpcf_metric_headerpcf_table_header_reverse_bytepsaux.cps_table_newshift_elementsreallocate_t1_tableps_table_addps_table_doneps_table_releaseps_parser_skip_spacesps_parser_skip_alphaps_parser_to_tokenps_parser_to_token_arrayT1Radixt1_tointt1_tofixedt1_tocoordarrayt1_tofixedarrayt1_toboolps_parser_load_fieldps_parser_load_field_tableps_parser_to_intps_parser_to_fixedps_parser_to_coord_arrayps_parser_to_fixed_arrayps_parser_initps_parser_donet1_builder_initt1_builder_donet1_builder_add_pointt1_builder_add_point1t1_builder_add_contourt1_builder_start_pointt1_builder_close_contourt1_decryptt1_lookup_glyph_by_stdcharcodet1operator_seact1_decoder_parse_charstringst1_decoder_parse_glypht1_decoder_initt1_decoder_donet1_cmap_std_initt1_cmap_std_donet1_cmap_std_char_indext1_cmap_std_char_nextt1_cmap_standard_initt1_cmap_expert_initt1_cmap_custom_initt1_cmap_custom_donet1_cmap_custom_char_indext1_cmap_custom_char_nextt1_cmap_uni_pair_comparet1_cmap_unicode_initt1_cmap_unicode_donet1_cmap_unicode_char_indext1_cmap_unicode_char_nextt1_args_countpsaux_interfacepshinter.cps_hint_table_doneps_hint_table_ensureps_hint_table_allocps_mask_doneps_mask_ensureps_mask_test_bitps_mask_clear_bitps_mask_set_bitps_mask_table_doneps_mask_table_ensureps_mask_table_allocps_mask_table_lastps_mask_table_set_bitsps_mask_table_test_intersectps_mask_table_mergeps_mask_table_merge_allps_dimension_doneps_dimension_initps_dimension_end_maskps_dimension_reset_maskps_dimension_set_mask_bitsps_dimension_add_t1stemps_dimension_add_counterps_dimension_endps_hints_doneps_hints_initps_hints_openps_hints_stemps_hints_t1stem3ps_hints_t1resetps_hints_t2maskps_hints_t2counterps_hints_closet1_hints_opent1_hints_stemt1_hints_funcs_initt2_hints_opent2_hints_stemst2_hints_funcs_initpsh_globals_scale_widthspsh_dimension_snap_widthpsh_blues_set_zones_0psh_blues_set_zonespsh_blues_scale_zonespsh_blues_snap_stempsh_globals_destroypsh_globals_newpsh_globals_set_scalepsh_globals_funcs_initpsh1_hint_overlappsh1_hint_table_donepsh1_hint_table_deactivatepsh1_hint_table_recordpsh1_hint_table_record_maskpsh1_hint_table_initpsh1_hint_table_activate_maskpsh1_hint_table_optimizepsh1_hint_table_setup_zonespsh1_hint_table_tune_coordpsh1_hint_table_tune_outlinepsh2_hint_overlappsh2_hint_table_donepsh2_hint_table_deactivatepsh2_hint_table_recordpsh2_hint_table_record_maskpsh2_hint_table_initpsh2_hint_table_activate_maskpsh2_hint_alignpsh2_hint_table_align_hintspsh2_point_is_extremumpsh2_glyph_donepsh2_compute_dirpsh2_glyph_initpsh2_glyph_load_pointspsh2_glyph_save_pointspsh2_hint_table_find_strong_pointpsh2_glyph_find_strong_pointspsh2_glyph_interpolate_strong_pointspsh2_glyph_interpolate_normal_pointspsh2_glyph_interpolate_other_pointspsh3_hint_overlappsh3_hint_table_donepsh3_hint_table_deactivatepsh3_hint_table_recordpsh3_hint_table_record_maskpsh3_hint_table_initpsh3_hint_table_activate_maskpsh3_dimension_quantize_lenpsh3_hint_snap_stem_side_deltapsh3_hint_alignpsh3_hint_table_align_hintspsh3_glyph_compute_inflectionspsh3_glyph_donepsh3_compute_dirpsh3_glyph_load_pointspsh3_glyph_save_pointspsh3_glyph_initpsh3_glyph_compute_extremapsh3_hint_table_find_strong_pointpsh3_glyph_find_strong_pointspsh3_glyph_interpolate_strong_pointspsh3_glyph_interpolate_normal_pointspsh3_glyph_interpolate_other_pointsps_hinter_doneps_hinter_initpshinter_get_globals_funcspshinter_get_t1_funcspshinter_get_t2_funcspshinter_interfacepsmodule.cps_unicode_valuecompare_uni_mapsps_build_unicode_tableps_lookup_unicodeps_next_unicodeps_get_macintosh_nameps_get_standard_stringst1_expert_encodingt1_standard_encodingps_names_to_unicodemac_standard_namessid_standard_namespsnames_interfaceps_glyph_namesraster.cSet_High_PrecisionNew_ProfileEnd_ProfileInsert_Y_TurnFinalize_Profile_TableSplit_ConicSplit_CubicLine_UpLine_DownBezier_UpBezier_DownLine_ToConic_ToCubic_ToDecompose_CurveConvert_GlyphInit_LinkedInsNewDelOldSortVertical_Sweep_InitVertical_Sweep_SpanVertical_Sweep_DropVertical_Sweep_StepHorizontal_Sweep_InitHorizontal_Sweep_SpanHorizontal_Sweep_DropHorizontal_Sweep_StepDraw_SweepRender_Single_PassFT_Render_GlyphRender_Gray_Glyphft_black_initft_black_newft_black_doneft_black_resetft_black_set_modeft_black_renderft_raster1_initft_raster1_set_modeft_raster1_transformft_raster1_get_cboxft_raster1_rendersfnt.ctt_cmap_classestt_face_lookup_tablett_face_goto_tablesfnt_dir_checktt_face_load_sfnt_headertt_face_load_directorytt_face_load_anytt_face_load_generic_headertt_face_load_headertt_face_load_bitmap_headertt_face_load_max_profilett_face_load_metricstt_face_load_metrics_headertt_face_load_namestt_face_free_namestt_face_load_cmaptt_face_load_os2tt_face_load_postscripttt_face_load_pclttt_face_load_gasptt_face_load_kerntt_kern_pair_comparett_face_load_hdmxtt_face_free_hdmxtt_face_load_charmaptt_face_free_charmapcode_to_index0code_to_next0code_to_index2code_to_next2code_to_index4code_to_next4code_to_index6code_to_next6code_to_index8_12code_to_next8_12code_to_index10code_to_next10tt_cmap_inittt_cmap0_validatett_cmap0_char_indextt_cmap0_char_nexttt_cmap2_validatett_cmap2_get_subheadertt_cmap2_char_indextt_cmap2_char_nexttt_cmap4_validatett_cmap4_char_indextt_cmap4_char_nexttt_cmap6_validatett_cmap6_char_indextt_cmap6_char_nexttt_cmap8_validatett_cmap8_char_indextt_cmap8_char_nexttt_cmap10_validatett_cmap10_char_indextt_cmap10_char_nexttt_cmap12_validatett_cmap12_char_indextt_cmap12_char_nexttt_face_build_cmapstt_name_entry_ascii_from_utf16tt_name_entry_ascii_from_ucs4tt_name_entry_ascii_from_othertt_face_get_namesfnt_find_encodingsfnt_init_facesfnt_load_facesfnt_done_faceget_sfnt_tableget_sfnt_glyph_nameget_sfnt_postscript_namesfnt_get_interfaceblit_sbitLoad_SBit_Const_MetricsLoad_SBit_Range_CodesLoad_SBit_Rangett_face_load_sbit_strikestt_face_free_sbit_strikestt_face_set_sbit_strikefind_sbit_rangefind_sbit_imageload_sbit_metricscrop_bitmapLoad_SBit_SingleLoad_SBit_Imagett_face_load_sbit_imageload_format_20load_format_25load_post_namestt_face_free_ps_namestt_face_get_ps_namesfnt_interfacesmooth.cgray_init_cellsgray_compute_cboxgray_record_cellgray_set_cellgray_start_cellgray_render_scanlinegray_render_linegray_split_conicgray_render_conicgray_split_cubicgray_render_cubicgray_quick_sortgray_move_togray_line_togray_conic_togray_cubic_togray_render_spangray_hlinegray_sweepgray_convert_glyph_innergray_convert_glyphgray_raster_newgray_raster_donegray_raster_resetft_smooth_initft_smooth_set_modeft_smooth_transformft_smooth_get_cboxft_smooth_render_genericft_smooth_renderft_smooth_render_lcdft_smooth_render_lcd_vtruetype.cSet_Char_SizesFT_Set_Pixel_Sizestt_get_interfacett_face_load_locatt_face_load_cvttt_face_load_fpgmTT_Get_MetricsGet_HMetricsGet_Advance_Widthstranslate_arraytt_prepare_zoneTT_Access_Glyph_FrameTT_Forget_Glyph_FrameTT_Load_Glyph_HeaderTT_Load_Simple_GlyphTT_Load_Composite_GlyphTT_Init_Glyph_LoadingTT_Process_Simple_Glyphload_truetype_glyphcompute_glyph_metricsTT_Load_Glyphtt_face_inittt_face_donett_size_inittt_size_doneReset_Outline_SizeReset_SBit_Sizett_size_resettt_driver_inittt_driver_donetype1.cread_pfb_tagT1_New_ParserT1_Finalize_Parserhexa_valueT1_Get_Private_Dictt1_allocate_blendT1_Get_Multi_MasterT1_Set_MM_BlendT1_Set_MM_DesignT1_Done_Blendparse_blend_axis_typesparse_blend_design_positionsparse_blend_design_mapparse_weight_vectorparse_shared_dictt1_load_keywordt42_is_spaceis_name_charread_binary_datat42_parse_font_namet42_parse_encodingparse_subrst42_parse_charstringst42_parse_dictT1_Open_FaceT1_Size_Get_Globals_FuncsT1_Size_DoneT1_Size_InitT1_Size_ResetT1_GlyphSlot_DoneT1_GlyphSlot_InitT1_Face_DoneT1_Face_InitT1_Driver_InitT1_Driver_Donet1_get_glyph_namet1_get_name_indext1_get_ps_nameT42_Get_InterfaceT1_Parse_Glyph_And_Get_Char_StringT1_Parse_GlyphT1_Compute_Max_AdvanceT1_Load_GlyphT1_Done_AFMafm_atoindexafm_atoicompare_kern_pairsT1_Read_AFMT1_Get_Kerningpfb_tag_fieldst1_keywordswinfnt.cfnt_cmap_classfnt_cmap_class_recfnt_font_donefnt_font_loadfnt_face_done_fontsfnt_face_get_dll_fontsfnt_cmap_initfnt_cmap_char_indexfnt_cmap_char_nextFNT_Face_DoneFNT_Face_InitFNT_Size_Set_PixelsFNT_Load_Glyphwinfnt_header_fieldswinne_header_fieldswinmz_header_fieldstype42.cT42_Open_FaceT42_Face_InitT42_Face_DoneT42_Driver_InitT42_Driver_DoneT42_Size_InitT42_Size_DoneT42_GlyphSlot_InitT42_GlyphSlot_DoneT42_Size_SetCharsT42_Size_SetPixelst42_glyphslot_clearT42_GlyphSlot_Loadt42_parser_initt42_parser_donet42_hexvalt42_parse_sfntst42_load_keywordt42_loader_initt42_loader_donet42_get_glyph_namet42_get_ps_namet42_get_name_indext42_keywordsftgzip.cfixed_builtinflate_maskhuft_buildinflate_trees_bitsinflate_trees_dynamicinflate_trees_fixedinflate_codes_newinflate_codesinflate_codes_freeinflate_flushinflate_blocks_resetinflate_blocks_newinflate_blocksinflate_blocks_freeinflateResetinflateEndinflateInit2_inflateadler32ft_gzip_allocft_gzip_freezcalloczcfreeft_gzip_check_headerft_gzip_file_initft_gzip_file_doneft_gzip_file_resetft_gzip_file_fill_inputft_gzip_file_fill_outputft_gzip_file_skip_outputft_gzip_file_ioft_gzip_stream_closeft_gzip_stream_iofixed_blfixed_bdfixed_tlfixed_tdfixed_membordercpdextcpdistcplextcplenspfr.cpfr_extra_items_skippfr_extra_items_parsepfr_header_loadpfr_header_checkpfr_log_font_countpfr_log_font_loadpfr_extra_item_load_bitmap_infopfr_extra_item_load_font_idpfr_extra_item_load_stem_snapspfr_extra_item_load_kerning_pairspfr_aux_name_loadpfr_phy_font_donepfr_phy_font_loadpfr_glyph_initpfr_glyph_donepfr_glyph_close_contourpfr_glyph_startpfr_glyph_line_topfr_glyph_curve_topfr_glyph_move_topfr_glyph_endpfr_glyph_load_simplepfr_glyph_load_compoundpfr_glyph_load_recpfr_glyph_loadpfr_cmap_initpfr_cmap_donepfr_cmap_char_indexpfr_cmap_char_nextpfr_face_donepfr_face_initpfr_slot_initpfr_slot_donepfr_slot_loadpfr_face_get_kerningpfr_get_kerningpfr_get_advancepfr_get_metricspfr_bitwriter_initpfr_bitwriter_decode_bytespfr_bitwriter_decode_rle1pfr_bitwriter_decode_rle2pfr_lookup_bitmap_datapfr_load_bitmap_metricspfr_load_bitmap_bitspfr_slot_load_bitmappfr_header_fieldspfr_phy_font_extra_itemsbdf.c_num_bdf_propertiesemptyhash_buckethash_rehashhash_inithash_freehash_inserthash_lookup_bdf_split_bdf_shift_bdf_joinbdf_internal_readstream_bdf_readstream_bdf_atoul_bdf_atol_bdf_atosby_encodingbdf_create_propertybdf_get_property_bdf_add_comment_bdf_set_default_spacing_bdf_is_atom_bdf_add_property_bdf_parse_glyphs_bdf_parse_properties_bdf_parse_startbdf_load_fontbdf_free_fontbdf_get_font_propertybdf_cmap_initbdf_cmap_donebdf_cmap_char_indexbdf_cmap_char_nextBDF_Face_DoneBDF_Face_InitBDF_Set_Pixel_SizeBDF_Glyph_Loadbdf_get_bdf_propertybdf_driver_requesternibble_mask_bdf_optshdigitsddigitsodigitsa2icrtn.s_END__START__GLOBAL_OFFSET_TABLE_FT_GlyphLoader_AddFT_LruList_NewlongjmpFT_ReallocFT_Get_Name_IndexFT_Attach_Filealfont_textprintf_right_aa_expshinter_module_classft_smooth_renderer_classbdf_driver_classFT_Lookup_Rendererfreadftc_cmap_cache_classFT_Outline_New_InternalFT_Done_FreeTypeFT_Add_Default_ModulesFT_Outline_CheckFT_Done_LibraryFT_Outline_Renderalfont_textprintfFT_Glyph_To_Bitmapftc_sbit_cache_classah_arctanalfont_set_font_sizeautohint_module_classFTC_Image_Cache_LookupFT_New_Memory_DYNAMICalfont_textprintf_right_aaftc_family_donealfont_is_fixed_fontFT_Outline_TranslateFT_Outline_Copypsnames_module_classFT_Stream_ReadLongLEFT_GlyphLoader_DoneFT_List_UpFT_Set_MM_Blend_Coordinatesft_raster1_renderer_classFTC_CMapCache_Newps_parser_funcsfopenFTC_Manager_Lookup_SizeFTC_SBitCache_Lookupsfnt_module_classrectfilltt_cmap8_class_recFTC_SBitCache_Newalfont_textout_centreFT_Stream_ReadChart1_cmap_unicode_class_rec__ctypewinfnt_driver_classFT_Outline_TransformFT_Glyph_Get_CBoxFT_CMap_NewFT_LruList_Lookupalfont_textprintf_centre_aaFT_Set_CharmapFTC_Manager_NewFT_New_LibraryFT_Render_Glyph_Internalalfont_textout_centre_aa_exstrncpyalfont_destroy_fontFT_LruList_RemoveFT_Select_Charmapt1_cmap_standard_class_recFT_Attach_StreamFT_Glyph_Copybdf_cmap_classpcf_driver_classalfont_textprintf_aaFT_GlyphLoader_CheckSubGlyphsps_table_funcsalfont_textout_aaftc_glyph_node_doneFTC_Manager_DoneFTC_Manager_Compressalfont_load_fontFT_Stream_GetLongFT_Activate_Sizeftc_family_initalfont_initFT_Get_Sfnt_TableFT_Stream_ExtractFrameFT_Load_Charftc_glyph_node_initftc_family_table_allocFT_List_FinalizeFT_Stream_Closett_driver_classFT_Library_VersionfcloseFT_Set_TransformFT_Outline_Reversealfont_textout_right_aaftc_face_list_classdrawing_modeFT_Outline_Newalfont_textout_rightFT_DivFixFT_New_GlyphSlotuvszprintfstrncmpmemsetgray_raster_renderFT_GlyphLoader_PrepareTwoByteSwapftc_image_cache_classacquire_bitmaplabscff_cmap_unicode_class_recalfont_text_lengthFT_Stream_ReadLongFT_GlyphLoader_CopyPointsFT_MulDivstrcmpFTC_Manager_Lookup_FaceFT_List_Findpfr_service_recFT_Done_FaceFT_Outline_Get_CBoxFT_New_Facealfont_textout_centre_aaFT_Set_Hint_FlagsFT_Stream_OpenGzipsprintfpfr_driver_classfseekFT_Get_Char_Indexalfont_textprintf_centreftc_node_doneFT_Open_Facemallocftc_size_list_classps1_hints_applygetbtt_cmap0_class_recFTC_Node_Unrefalfont_get_available_fixed_sizesft_standard_rastergetgFT_Stream_ReadOffsetalfont_textout_aa_exFT_List_Insertalfont_textprintf_aa_exFT_New_SizeFT_Matrix_MultiplyFT_Stream_GetShortalfont_textprintf_centre_exft_debug_initFT_Div64by32getrFT_Outline_DoneFT_Vector_From_Polarpcf_cmap_classftc_glyph_family_doneft_smooth_lcdv_renderer_classftc_family_table_freeFT_MulTo64t1cid_driver_classFT_Stream_GetOffsetFT_Stream_ReadAtps2_hints_applyFT_Get_Next_CharFT_Freepsaux_module_classFT_Stream_SkipFT_Vector_LengthFT_Sinps3_hints_applyFT_LruList_Destroyset_trans_blendert1_cmap_classest1_cmap_expert_class_recputpixelalfont_get_nof_available_fixed_sizesFT_List_Iterateftc_cache_doneFT_Stream_ReadFT_List_AddFT_CeilFixFT_Outline_Decomposeft_smooth_lcd_renderer_classFT_Set_MM_Design_Coordinatesmemcmpsbit_metrics_fieldsFT_CMap_DoneRepadBitmapFT_Atan2t1_builder_funcsFT_Sqrt32FT_Set_Char_Sizealfont_load_font_from_mem_PROCEDURE_LINKAGE_TABLE__finialfont_textout_right_aa_exFT_Stream_Posalfont_textoutFT_Stream_Seektt_cmap12_class_rec_lib_versionFT_Remove_ModuleFT_LruList_Remove_SelectionFT_Get_Multi_MasterFourByteSwapalfont_text_mode_debug_mem_dummyFT_Get_GlyphFT_Stream_ExitFrameFT_Get_Moduleftc_cache_lookupt1_cmap_custom_class_reccff_driver_classFT_New_Memory_Facecff_cmap_encoding_class_recFT_Matrix_InvertFT_Stream_EnterFrameFT_CosFT_Get_Sfnt_Namett_cmap10_class_rec_etextugetxcFT_Vector_Unitftc_glyph_family_initt1_driver_classFT_GlyphLoader_CreateExtraalfont_textout_right_exft_autohinter_servicememmoveFT_Set_RendererFT_Outline_Done_InternalFT_Outline_Get_BitmapFT_Done_SizeFT_Vector_PolarizeFT_Angle_DiffFT_Stream_OpenFT_Done_GlyphSlotalfont_textprintf_exFT_GlyphLoader_ResetFTC_ImageCache_LookupmemcpyFT_Get_Glyph_Namealfont_text_heightFT_Init_FreeTypealfont_textprintf_rightalfont_exitalfont_is_scalable_fontFT_Done_MemoryFT_GlyphLoader_Newft_glyphslot_free_bitmaprelease_bitmapFT_Set_Debug_Hookalfont_textprintf_right_exBitOrderInvertFT_Vector_TransformFT_GlyphLoader_RewindFT_Get_Sfnt_Name_Countft_validator_inittt_cmap4_class_recft_glyphslot_alloc_bitmapFTC_SBit_Cache_NewFT_RoundFixft_validator_runFT_Stream_GetLongLEalfont_set_char_extra_spacingqsortFT_Stream_GetShortLEft_bitmap_glyph_classstrlenFT_Get_Module_InterfaceFT_FloorFixt1_decoder_funcsalfont_get_char_extra_spacingFTC_ImageCache_NewFT_Get_RendererFT_Stream_ReadShortLEFT_Get_Postscript_NameFTC_Manager_Register_CacheFT_Done_Glyphalfont_get_font_heightft_validator_errortt_cmap6_class_recFT_Stream_GetCharalfont_textout_exFT_Stream_ReadShortpfr_cmap_class_recFT_GlyphLoader_CheckPointsft_outline_glyph_classft_grays_rasterFT_TanftellFT_Stream_ReadFieldsFT_Vector_RotateFTC_CMapCache_LookupFT_SqrtFixedFT_LruList_ResetFTC_Image_Cache_New_edataalfont_textprintf_centre_aa_exFT_MulFixFT_Get_First_Charalfont_textout_centre_exFT_Stream_ReleaseFrameFT_Glyph_TransformFTC_SBit_Cache_LookupFTC_Manager_Resetftc_cache_initFT_Stream_OpenMemoryFT_AllocsetjmpFT_Add64ftc_glyph_node_compareft_glyphslot_set_bitmapftc_node_destroymakecoltt_cmap2_class_recFT_Load_Sfnt_Tableft_raster5_renderer_classFT_List_Removesolid_modet42_driver_classFT_Add_Moduleftc_cache_clear@(#)errno.h\t1.17\t03/01/03 SMI@(#)errno.h\t1.20\t00/01/12 SMI@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)time.h\t1.44\t04/09/28 SMI@(#)time_iso.h\t1.4\t04/09/07 SMI@(#)types.h\t1.84\t04/09/28 SMI@(#)machtypes.h\t1.11\t04/09/28 SMI@(#)machtypes.h\t1.2\t04/09/28 SMI@(#)int_types.h\t1.10\t04/09/28 SMI@(#)select.h\t1.19\t04/01/28 SMI@(#)time_impl.h\t1.10\t04/01/15 SMI@(#)time.h\t2.75\t04/07/19 SMI@(#)fcntl.h\t1.16\t03/12/04 SMI@(#)fcntl.h\t1.51\t04/09/28 SMI@(#)unistd.h\t1.74\t04/09/28 SMI@(#)unistd.h\t1.42\t04/09/10 SMI@(#)inttypes.h\t1.4\t04/04/29 SMI@(#)inttypes.h\t1.3\t03/12/04 SMI@(#)int_const.h\t1.5\t04/09/28 SMI@(#)int_fmtio.h\t1.6\t04/09/28 SMI@(#)stdint.h\t1.1\t03/12/04 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMI@(#)errno.h\t1.17\t03/01/03 SMI@(#)errno.h\t1.20\t00/01/12 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27@(#)limits.h\t1.59\t04/08/24 SMI@(#)feature_tests.h\t1.24\t04/09/28 SMI@(#)ccompile.h\t1.2\t04/11/08 SMI@(#)isa_defs.h\t1.27\t04/10/01 SMI@(#)limits_iso.h\t1.2\t03/12/04 SMI@(#)int_limits.h\t1.9\t04/09/28 SMI@(#)ctype.h\t1.35\t04/09/28 SMI@(#)ctype_iso.h\t1.3\t04/09/28 SMI@(#)ctype_c99.h\t1.2\t04/09/28 SMI@(#)string.h\t1.26\t04/06/30 SMI@(#)string_iso.h\t1.5\t04/06/18 SMI@(#)stdio.h\t1.84\t04/09/28 SMI@(#)stdio_iso.h\t1.7\t04/03/29 SMI@(#)va_list.h\t1.15\t04/11/19 SMI@(#)stdio_tag.h\t1.4\t04/09/28 SMI@(#)stdio_impl.h\t1.14\t04/06/17 SMI@(#)stdio_c99.h\t1.2\t04/03/29 SMI@(#)stdlib.h\t1.51\t04/06/30 SMI@(#)stdlib_iso.h\t1.9\t04/09/28 SMI@(#)stdlib_c99.h\t1.2\t04/03/29 SMI@(#)setjmp.h\t1.38\t04/09/28 SMI@(#)setjmp_iso.h\t1.2\t04/09/28 SMI@(#)stdarg.h\t1.47\t04/09/28 SMI@(#)stdarg_iso.h\t1.4\t04/11/19 SMI@(#)va_impl.h\t1.1\t04/11/19 SMI@(#)stdarg_c99.h\t1.2\t04/09/28 SMI@(#)stddef.h\t1.18\t04/09/28 SMI@(#)stddef_iso.h\t1.2\t03/03/06 SMIacomp: Sun C 5.7 Patch 117837-03 2005/03/23iropt: Sun Compiler Common 10 Patch 117846-05 2005/04/27ir2hf: Sun Compiler Common 10 Patch 117846-05 2005/04/27ube: Sun Compiler Common 10 Patch 117846-05 2005/04/27ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.4788 <^4P <`4P <_4H <^4H <^4P <_4@<\4P <`4P <_4@<[4P <`4@<[4H <]4P <`4P <`4H <^4@<\4H <^4P <`4H <]4P <^4H <^4H <^4@<[4@<[4.hash.dynsym.dynstr.rel.got.rel.data.rel.picdata.rel.plt.text.init.fini.rodata.rodata1.dynamic.data1.bss.symtab.strtab.comment.stab.index.shstrtab.stab.indexstralfont.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/alfont.o src/alfont.cftsystem.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftsystem.o freetype/src/base/ftsystem.cftdebug.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftdebug.o freetype/src/base/ftdebug.cftinit.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftinit.o freetype/src/base/ftinit.cftbase.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftbase.o freetype/src/base/ftbase.cftglyph.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftglyph.o freetype/src/base/ftglyph.cftmm.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftmm.o freetype/src/base/ftmm.cautohint.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/autohint.o freetype/src/autohint/autohint.cftcache.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftcache.o freetype/src/cache/ftcache.ccff.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/cff.o freetype/src/cff/cff.ctype1cid.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/type1cid.o freetype/src/cid/type1cid.cpcf.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/pcf.o freetype/src/pcf/pcf.cpsaux.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/psaux.o freetype/src/psaux/psaux.cpshinter.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/pshinter.o freetype/src/pshinter/pshinter.cpsmodule.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/psmodule.o freetype/src/psnames/psmodule.craster.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/raster.o freetype/src/raster/raster.csfnt.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/sfnt.o freetype/src/sfnt/sfnt.csmooth.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/smooth.o freetype/src/smooth/smooth.ctruetype.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/truetype.o freetype/src/truetype/truetype.ctype1.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/type1.o freetype/src/type1/type1.cwinfnt.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/winfnt.o freetype/src/winfonts/winfnt.ctype42.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/type42.o freetype/src/type42/type42.cftgzip.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/ftgzip.o freetype/src/gzip/ftgzip.cpfr.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/pfr.o freetype/src/pfr/pfr.cbdf.cV=10.0;DBG_GEN=4.14.31;cd;backend;raw;Xa;O;p;R=Sun C 5.7 Patch 117837-03 2005/03/23/home/swalker/devel/alfont; /opt/SUNWspro/prod/bin/cc -c -O -xlibmopt -Kpic -G -I/opt/BCallegro/include -L/opt/BCallegro/lib -R/opt/BCallegro/lib -Ifreetype/include -Iinclude -o obj/unix/dynamic/bdf.o freetype/src/bdf/bdf.c  ( ( "H H  BP7P7 B88* B8837 Bll;rr @}}FLR%ZhDhD8}}\c\\$.ȁȁP3l s@@@ x$P Wuf%w   070701f17683a4000041ed000000640000000a0000000342e5b359000000000000011200000002ffffffffffffffff0000000c00000000reloc/share070701f1768388000041ed000000640000000a0000000342e5b359000000000000011200000002ffffffffffffffff0000001000000000reloc/share/doc070701f176836c000041ed000000640000000a0000000242e5b359000000000000011200000002ffffffffffffffff0000001700000000reloc/share/doc/alfont070701f1768350000081a4000000640000000a0000000142e5b3590000234d0000011200000002ffffffffffffffff0000002200000000reloc/share/doc/alfont/ALFONT.txt AllegroFont v1.9.2 ==================== AllegroFont (c) 2001 - 2003 Javier Gonzalez FreeType project Copyright (c) 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg #include "I do not accept responsibility for any effects, adverse or otherwise, that this code may have on you, your computer, your sanity, your dog, and anything else that you can think of. Use it at your own risk." See README.txt for a general introduction, copyright details, and information about how to install AllegroFont. Using AllegroFont ---------------- To be able to use AllegroFont with your program, you just need (once compiled the library) to link the generated lib with your program (remember that since this lib relies on allegro, you need to add alfont *before* alleg) and include the header "alfont.h", available in the lib and include directories respectively. Reference --------- First please note parameters are marked between ' ' markers. int alfont_init(void); Initializes AllegroFont. Remember to call alfont_exit() when you are done with it! Nobody will do it automatically for you. return values: ALFONT_OK on success. Other value ( != 0 ) on error. void alfont_exit(void); Deinitializes AllegroFont and its resources (fonts included). It is important to call it before you exit. ALFONT_FONT *alfont_load_font(const char *filepathname); Loads a font from a the following formats (thanks to FreeType 2): TrueType fonts (and collections) Type 1 fonts CID-keyed Type 1 fonts CFF fonts OpenType fonts (both TrueType and CFF variants) SFNT-based bitmap fonts X11 PCF fonts Windows FNT fonts Note the scalable fonts by default get loaded with a size of 8 pixels height. Use alfont_set_font_size() to change the font size. return values: NULL if there ocurred an error. Other value ( != NULL ) otherwise. ALFONT_FONT *alfont_load_font_from_mem(const char *data, int data_len); Same as alfont_load_font only that instead of loading it from a file it loads it directly from memory. The lib will create its own copy of this buffer, so you are free to decallocate it once this function has been called. void alfont_destroy_font(ALFONT_FONT *f); Destroys the font. Note this function check if the 'f' pointer is pointing to NULL, so for example this: ALFONT_FONT *f = NULL; alfont_destroy_font(f); won't crash the program. int alfont_set_font_size(ALFONT_FONT *f, int h); Since AllegroFont can use scalable fonts (for example TrueType) this sets the size of the font. This should also work with multiple fixed sized fonts. Note changing the size of a font makes it to "reload" the internal glyphs of it, which is *slow*, so if you want to use many sizes of the same font very regularly, better create several instances of it. return values: ALFONT_ERROR if there ocurred an error (for example if the font is not scalable). ALFONT_OK otherwise. int alfont_get_font_height(ALFONT_FONT *f); Returns the selected font height. int alfont_is_scalable_font(ALFONT_FONT *f); int alfont_is_fixed_font(ALFONT_FONT *f); Return TRUE or FALSE, dependant on if the font is fixed (there is a range of sizes where to choose from) or scalable (any size can be used, well, or almost) const ALFONT_FIXED_SIZE *alfont_get_available_fixed_sizes(ALFONT_FONT *f); Returns an array with the available fixed heights, being the last item this array -1. In case of calling this function for a scalable font you will get an array of just one element, being it -1 If you have doubts on how to access the information because pointers scare you, you just have to do: const int *my_font_sizes; my_font_sizes = alfont_get_available_fixed_sizes(my_font); /* first size */ int first_h = my_font_sizes[0]; /* second */ int second_h = my_font_sizes[1]; and so until my_font_sizes[x] is -1 int alfont_get_nof_available_fixed_sizes(ALFONT_FONT *f); Returns the number of available fixed sizes, or -1 if a scalable font is passed. int alfont_get_char_extra_spacing(ALFONT_FONT *f); Returns the character extra spacing, this is, an int number that will be added to the space between characters, being the min of it '0'. void alfont_set_char_extra_spacing(ALFONT_FONT *f, int spacing); Sets the character extra spacing, this is, an int number that will be added to the space between characters, being the min of it '0'. For these functions: int alfont_text_mode(int mode); void alfont_textout_aa(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); void alfont_textout(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); void alfont_textout_aa_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int backg); void alfont_textout_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int backg); void alfont_textout_centre_aa(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); void alfont_textout_centre(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); void alfont_textout_centre_aa_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int backg); void alfont_textout_centre_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int backg); void alfont_textout_right_aa(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); void alfont_textout_right(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color); void alfont_textout_right_aa_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int backg); void alfont_textout_right_ex(BITMAP *bmp, ALFONT_FONT *f, const char *s, int x, int y, int color, int backg); void alfont_textprintf(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); void alfont_textprintf_aa(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); void alfont_textprintf_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int backg, const char *format, ...); void alfont_textprintf_aa_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int backg, const char *format, ...); void alfont_textprintf_centre(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); void alfont_textprintf_centre_aa(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); void alfont_textprintf_centre_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int backg, const char *format, ...); void alfont_textprintf_centre_aa_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int backg, const char *format, ...); void alfont_textprintf_right(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); void alfont_textprintf_right_aa(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, const char *format, ...); void alfont_textprintf_right_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int backg, const char *format, ...); void alfont_textprintf_right_aa_ex(BITMAP *bmp, ALFONT_FONT *f, int x, int y, int color, int backg, const char *format, ...); int alfont_text_height(ALFONT_FONT *f); int alfont_text_length(ALFONT_FONT *f, const char *str); See allegro ones. The only difference is the suffix "_aa" that means antialiased. Bear in mind antialiased operations are a lot slower than monochrome ones. Also some old font formats, like PCF do not support antialiasing. Notice also the "_ex" suffix that adds a 'backg' parameter, which is the background color, avoiding that way the use of alfont_textmode(). In fact, the speed from faster to slower are (being 100% the speed of the fatest one): Bliting over screen: Monochrome, transparent textmode (100%) Monochrome, opaque textmode (63%) Antialiased, opaque textmode (53%) Antialiased, transparent textmode (6%) Blitting over memory bitmap: Monochrome, transparent textmode (91%) Monochrome, opaque textmode (50%) Antialiased, opaque textmode (47%) Antialiased, transparent textmode (20%) being the Antialiased opaque mode a lot faster than the Antialiased transparent mode (since this last one uses allegro blenders). That's also the reason of why this last one works A LOT better over memory bitmaps (implies read operations). 070701f1768334000081a4000000640000000a0000000142e5b359000000700000011200000002ffffffffffffffff0000002300000000reloc/share/doc/alfont/AUTHORS.txtAuthors ------- Javier Gonzalez - Made the main API Doug Eleveld - Made many speed improvements to the library 070701f1768318000081a4000000640000000a0000000142e5b35900000d4d0000011200000002ffffffffffffffff0000002300000000reloc/share/doc/alfont/CHANGES.txtChanges ------- v1.9.2 - Updated FreeType lib to v2.1.4 v1.9.1 - Fixed a nasty bug introduced on the transparent antialiased mode v1.9.0 - Improved a 25-30% the drawing speed of all modes thanks to Doug Eleveld - Improved a 50% the drawing speed of antialiased transparent thanks to a tip of Doug Eleveld - Updated FreeType lib to v2.1.3, which brings better quality font rendering, mostly in antialised mode v1.8.2 - Fixed some calls to malloc(0) when a character didn't have an image attached (for example, usually the space character) - Added _ex versions of textout that take the background parameter directly v1.8.1 - Henrik Schmidt found a bug in the antialiased opaque rendered giving non accurate results, now fixed v1.8.0 - Henrik Schmidt found a bug, that alfont_is_scalable_font() and alfont_is_fixed_font() returned 1 on true instead of TRUE - Henrik Schmidt found another bug related with the fonts showing very very far from the top point, fixed too - Had to change the size change system, now it will only accept heights - Made the height more accurate to the given parameters (the resulting font of height x was usually bigger than asked) - Improved the fixed font handling and loading of bitmap fonts without antialiasing (now it shouldn't have errors or memory leaks when using old fonts like PDF) - Added functions to modify the character spacing - Changed the version scheme, now it uses x.y.z being 'x' used for big changes, 'y' used for normal changes and 'z' for small changes like bugfixes v1.7 - Changed the license from LGPL to the FreeType Project License (a lot less restrictive) - Added options to create the lib as a DLL, please read the README.txt file again for further instructions. Deleted the ML and MT models in MSVC, since this lib needs Allegro and Allegro is only built in MD mode. - Added some more compability with fixed sized fonts and some functions to manage them like alfont_get_available_fixed_sizes() and more (check the docs) v1.6 - Awesome speed increase (even a 1700% in some cases!!!) v1.5 - Updated FreeType lib to v2.0.9 - Added a check in alfont_set_font_size() to not reload the glyphs if the font is already with the desired size and alfont_get_width() and alfont_get_font_height() as suggested by Marcin Jakubowski - Added a simple cache system so the load and resize of fonts work a whole lot faster - Added an example inside the examples directory (example1) v1.4 - Updated FreeType lib to v2.0.8 - Changed the makefiles to make it compatible with gcc 3.0.x v1.3 - Fixed a big bug that generated some random crashes when loading a font from memory - Added define ALFONT_ERROR and changed the return value of the alfont_set_font_size() function - Fixed a little typo in the typedef in the header - Updated FreeType lib to v2.0.6 v1.2 - Updated FreeType lib to v2.0.5 (that fixed some bugs) - Fixed some little typos on the documentation - Removed the old alfont_init() and changed the function from alfont_init_unusing_atexit() to alfont_init() v1.1 - Made it compatible with Allegro Unicode - Fixed a bug in alfont_load_font_from_memory() - Added BIG optimizations to the code - Added alfont_init_unusing_atexit() function v1.0 - First public release 070701f17682fc000081a4000000640000000a0000000142e5b35900001a050000011200000002ffffffffffffffff0000001f00000000reloc/share/doc/alfont/FTL.txt The FreeType Project LICENSE ---------------------------- 2000-Feb-08 Copyright 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg Introduction ============ The FreeType Project is distributed in several archive packages; some of them may contain, in addition to the FreeType font engine, various tools and contributions which rely on, or relate to, the FreeType Project. This license applies to all files found in such packages, and which do not fall under their own explicit license. The license affects thus the FreeType font engine, the test programs, documentation and makefiles, at the very least. This license was inspired by the BSD, Artistic, and IJG (Independent JPEG Group) licenses, which all encourage inclusion and use of free software in commercial and freeware products alike. As a consequence, its main points are that: o We don't promise that this software works. However, we will be interested in any kind of bug reports. (`as is' distribution) o You can use this software for whatever you want, in parts or full form, without having to pay us. (`royalty-free' usage) o You may not pretend that you wrote this software. If you use it, or only parts of it, in a program, you must acknowledge somewhere in your documentation that you have used the FreeType code. (`credits') We specifically permit and encourage the inclusion of this software, with or without modifications, in commercial products. We disclaim all warranties covering The FreeType Project and assume no liability related to The FreeType Project. Legal Terms =========== 0. Definitions -------------- Throughout this license, the terms `package', `FreeType Project', and `FreeType archive' refer to the set of files originally distributed by the authors (David Turner, Robert Wilhelm, and Werner Lemberg) as the `FreeType Project', be they named as alpha, beta or final release. `You' refers to the licensee, or person using the project, where `using' is a generic term including compiling the project's source code as well as linking it to form a `program' or `executable'. This program is referred to as `a program using the FreeType engine'. This license applies to all files distributed in the original FreeType Project, including all source code, binaries and documentation, unless otherwise stated in the file in its original, unmodified form as distributed in the original archive. If you are unsure whether or not a particular file is covered by this license, you must contact us to verify this. The FreeType Project is copyright (C) 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg. All rights reserved except as specified below. 1. No Warranty -------------- THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO USE, OF THE FREETYPE PROJECT. 2. Redistribution ----------------- This license grants a worldwide, royalty-free, perpetual and irrevocable right and license to use, execute, perform, compile, display, copy, create derivative works of, distribute and sublicense the FreeType Project (in both source and object code forms) and derivative works thereof for any purpose; and to authorize others to exercise some or all of the rights granted herein, subject to the following conditions: o Redistribution of source code must retain this license file (`FTL.TXT') unaltered; any additions, deletions or changes to the original files must be clearly indicated in accompanying documentation. The copyright notices of the unaltered, original files must be preserved in all copies of source files. o Redistribution in binary form must provide a disclaimer that states that the software is based in part of the work of the FreeType Team, in the distribution documentation. We also encourage you to put an URL to the FreeType web page in your documentation, though this isn't mandatory. These conditions apply to any software derived from or based on the FreeType Project, not just the unmodified files. If you use our work, you must acknowledge us. However, no fee need be paid to us. 3. Advertising -------------- Neither the FreeType authors and contributors nor you shall use the name of the other for commercial, advertising, or promotional purposes without specific prior written permission. We suggest, but do not require, that you use one or more of the following phrases to refer to this software in your documentation or advertising materials: `FreeType Project', `FreeType Engine', `FreeType library', or `FreeType Distribution'. As you have not signed this license, you are not required to accept it. However, as the FreeType Project is copyrighted material, only this license, or another one contracted with the authors, grants you the right to use, distribute, and modify it. Therefore, by using, distributing, or modifying the FreeType Project, you indicate that you understand and accept all the terms of this license. 4. Contacts ----------- There are two mailing lists related to FreeType: o freetype@freetype.org Discusses general use and applications of FreeType, as well as future and wanted additions to the library and distribution. If you are looking for support, start in this list if you haven't found anything to help you in the documentation. o devel@freetype.org Discusses bugs, as well as engine internals, design issues, specific licenses, porting, etc. o http://www.freetype.org Holds the current FreeType web page, which will allow you to download our latest development version and read online documentation. You can also contact us individually at: David Turner Robert Wilhelm Werner Lemberg --- end of LICENSE.TXT --- 070701f17682e0000081a4000000640000000a0000000142e5b35900000b300000011200000002ffffffffffffffff0000002200000000reloc/share/doc/alfont/README.txt AllegroFont v1.9.2 ==================== AllegroFont (c) 2001 - 2003 Javier Gonzalez FreeType project Copyright (c) 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg AllegroFont is an Allegro wrapper for the wonderful FreeType2 library that makes Allegro (amongst other things) able to load and render TTF and many other famous font formats. Other feature is that it is able to render the fonts antialiased. AllegroFont is distributed under the FreeType Project License (see file FTL.txt). Note I am NOT responsable of the contents of the freetype directory. This library is able to use FreeType code thanks to the FreeType license (freetype/docs/ftl.txt) and *NOT* thanks to the GPL license (freetype/docs/gpl.txt), so from the two license choices FreeTypes gives the former is selected. AllegroFont uses code from: - The FreeType project (www.freetype.org) IMPORTANT NOTE FOR ALL VERSIONS: If you want to use the DLL please link to the import library (alfontdll.lib in MSVC or libalfontdll.a for the other systems (except DJGPP of course)) *and* define ALFONT_DLL *before* including alfont.h, this way for example: #define ALFONT_DLL #include If you wish to use the STATIC library just don't define ALFONT_DLL Also please note the examples use the static link library, so to build them you will need to build the static link library first. How to compile the library and example code: If you are running under a un*x system first run fixunix.sh If you want to use the DOS/Windows the pack is ready to be used as is right now, no conversion needed. fixdos.bat is only provided to be used if you used fixunix.sh to change file formats to unix one and you want them to be DOS format back again. Note that to use fixdos.bat you will need utod.exe. In case you are using GCC (DJGPP, MINGW32): Then edit the makefile and uncomment the target you want to compile to then run in the command line "make" and that's all. It will generate a static link library (libalfont.a) ready to use in your programs, or a dynamic link library (alfont.dll and libalfontdll.a import lib in the Mingw32 case). After that, if you want to compile the examples, get inside the directory examples, edit the makefile uncommenting the target you want to compile to and type "make". In case you are using Microsoft Visual C++: Open the project file and build whatever you choose. There are two options: 1) To build the library as a static link library (alfont_static), that will generate the alfont.lib file. 2) To build the library as a dynamic link libray (alfont_dll) that will generate the alfontdll.lib and alfont.dll files. How to contact me: xaviergonz@hotmail.com 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!