亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? changelog.20

?? QT 開發環境里面一個很重要的文件
?? 20
?? 第 1 頁 / 共 5 頁
字號:
2001-05-29  David Turner  <david@freetype.org>	* INSTALL, docs/CHANGES: Updated.2001-05-25  David Turner  <david@freetype.org>	Moved several documents from the top-level to the `docs' directory.	* src/base/ftcalc.c (FT_DivFix): Small fix to return value.2001-05-16  David Turner  <david@freetype.org>	* src/truetype/ttgload.c (load_truetype_glyph): Fixed a bug in the	composite loader.  Spotted by Keith Packard.	* src/base/ftobjs.c (FT_GlyphLoader_Check_Points,	FT_GlyphLoader_Check_Subglyphs): Ditto.2001-05-14  David Turner  <david@freetype.org>	Fixed the incorrect blue zone computations, and improved the	composite support.  Note that these changes result in improved	rendering, while sometimes introducing their own artefacts.  This is	probably the last big change to the autohinter before the	introduction of a complete replacement.	* src/autohint/ahglobal.c (sort_values): Fix loop.	* src/autohint/ahglyph.c: Removed some obsolete code.	(ah_outline_compute_edges): Modify code to set the ah_edge_round	flag.	(ah_outline_compute_blue_edges): Add code to compute active blue	zones.	* src/autohint/ahhint.c (ah_hinter_glyph_load): Change load_flags	value.	* src/base/ftcalc.c (FT_DivFix): Fixed a bug in the 64-bit code that	created incorrect scale factors!	(FT_Round_Fix, FT_CeilFix, FT_FloorFix): Minor improvements.2001-05-12  Werner Lemberg  <wl@gnu.org>	* include/freetype/ftbbox.h: FTBBOX_H -> __FTBBOX_H__.	* include/freetype/fttrigon.h: __FT_TRIGONOMETRY_H__ ->	__FTTRIGON_H__.	Include FT_FREETYPE_H.	Beautified; added copyright.	* src/base/fttrigon.c: Beautified; added copyright.2001-05-11  David Turner  <david@freetype.org>	* src/cff/cffparse.c (cff_parse_font_matrix), src/cid/cidload.c	(parse_font_matrix), src/type1/t1load.c (parse_font_matrix): Fixed	the incorrect EM size computation.	* include/freetype/fttrigon.h, src/base/fttrigon.c: New files,	adding trigonometric functions to the core API (using Cordic	algorithms).	* src/base/ftbase.c, src/base/Jamfile, src/base/rules.mk: Use them.	* builds/newline: New file.	* builds/top_level.mk, builds/detect.mk: Use it.  This fixes	problems with Make on Windows 2000, as well as problems when `make	distclean' is invoked on a non-Unix platform when there is no	`config.mk' in the current directory.	* builds/freetype.mk: Fixed a problem with object deletions under	Dos/Windows/OS/2 systems.	Added new directory to hold tools and test programs.	* docs/docmaker.py, docs/glnames.py: Moved to...	* src/tools/docmaker.py, src/tools/glnames.py: This place.	* src/tools/cordic.py: New file used to compute arctangent table	needed by fttrigon.c.	* src/tools/test_bbox.c, src/tools/test_trig.c: New test files.	* src/tools/docmaker.py: Improved the script to add the current date	at the footer of each web page (useful to distinguish between	versions).	* Jamfile: Fixed incorrect HDRMACRO argument.	* TODO: Removed the cubic arc bbox computation note, since it has been	fixed recently.	* src/base/ftbbox.c (test_cubic_zero): Renamed to...	(test_cubic_extrema): This function.  Use `UL' for unsigned long	constants.	* include/freetype/t1tables.h, include/freetype/config/ftoption.h:	Formatting.2001-05-10  David Turner  <david@freetype.org>	* src/base/ftobjs.c (FT_Open_Face): Fixed a small memory leak	which happened when trying to open 0-size font files!2001-05-09  Werner Lemberg  <wl@gnu.org>	* include/freetype/internal/ftcalc.h: Move declaration of	FT_SqrtFixed() out of `#ifdef FT_LONG64'.2001-05-08  Francesco Zappa Nardelli  <Francesco.Zappa.Nardelli@ens.fr>	* src/pcfdriver.c (PCF_Load_Glyph): Fixed incorrect bitmap width	computation.2001-05-08  David Turner  <david@freetype.org>	* docs/docmaker.py: Updated the DocMaker script in order to add	command line options (--output,--prefix,--title), fix the erroneous	line numbers reported during errors and warnings, and other	formatting issues.	* src/base/ftcalc.c (FT_MulDiv, FT_MulFix, FT_DivFix): Various tiny	fixes related to rounding in 64-bits routines and	pseudo-`optimizations'.2001-04-27  David Turner  <david@freetype.org>	* src/base/ftbbox.c (BBox_Cubic_Check): Fixed the coefficient	normalization algorithm (invalid final bit position, and invalid	shift computation).2001-04-26  Werner Lemberg  <wl@gnu.org>	* builds/unix/config.guess, builds/unix/config.sub: Updated to	latest versions from gnu.org.	* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.	* include/freetype/internal/ftcalc.h: Define FT_SqrtFixed()	uncoditionally.	* src/base/ftbbox.c: Include FT_INTERNAL_CALC_H.	Fix compiler warnings.	* src/base/ftcalc.c: Fix (potential) compiler warnings.2001-04-26  David Turner  <david@freetype.org>	* src/base/ftcalc.c (FT_SqrtFixed): Corrected/optimized the 32-bit	fixed-point square root computation.  It is now used even with	64-bits integers, as it is _much_ faster than calling FT_Sqrt64 :-)	* src/base/ftbbox.c: Removed invalid `#include FT_BEZIER_H' line.2001-04-25  David Turner  <david@freetype.org>	* src/base/ftbbox.c (BBox_Cubic_Check): Rewrote function to use	direct computations with 16.16 values instead of sub-divisions.  It	is now slower, but proves a point :-)	* src/raster/ftraster.c, src/smooth/ftgrays.c, src/base/ftbbox.c:	Fixed the Bézier stack depths.	* src/base/ftcalc.c (FT_MulFix): Minor rounding fix.	* builds/beos: Added BeOS-specific files to the old build system	(no changes were necessary to support BeOS in the Jamfile though).2001-04-20  David Turner  <david@freetype.org>	* ftconfig.h, ftoption.h: Updated `ftconfig.h' to detect 64-bit int	types on platforms where Autoconf is not available).  Also removed	FTCALC_USE_LONG_LONG and replaced it with	FT_CONFIG_OPTION_FORCE_INT64.	* builds/win32/freetype.dsp: Updated the Visual C++ project file.	Doesn't create a DLL yet.	* cffgload.c: Removed a compilation warning.2001-04-10  Tom Kacvinsky  <tkacvins@freetype.org>	* t1load.c (parse_charstrings): Changed code for placing .notdef	glyph into slot 0 so that we no longer have a memory access	violation.	* t1load.h: In structure T1_Loader, added swap_table (of type	PS_Table) to facilitate placing the .notdef glyph into slot 0.2001-04-10  Francesco Zappa Nardelli  <francesco.zappa.nardelli@ens.fr>	* src/pcf/pcfdriver.c (PCF_Get_Char_Index): Fix return value.2001-04-09  Laurence Withers  <lwithers@lwithers.demon.co.uk>	* builds/dos/detect.mk: Add support for bash.2001-04-05  Werner Lemberg  <wl@gnu.org>	* builds/os2/*.mk: These files have been forgotten to update to	the structure of similar makefiles.	* builds/dos/*.mk: Ditto.	* builds/ansi/*.mk: Ditto.	* builds/win32/win32-def.mk (BUILD): Fix typo.	* builds/compiler/*.mk (CLEAN_LIBRARY): Don't use NO_OUTPUT.	This is already used in the link_*.mk files.2001-04-03  Werner Lemberg  <wl@gnu.org>	* src/*/Jamfile: Slight changes	to make files more cryptic.2001-04-03  Werner Lemberg  <wl@gnu.org>	* Jamfile, src/Jamfile, src/*/Jamfile: Formatted.  Slight changes	to give files identical structure.2001-04-02  Werner Lemberg  <wl@gnu.org>	* CHANGES: Reformatted, minor fixes.	* TODO: Updated.	* README: Formatting.	* include/freetype/freetype.h: Formatting.	* Jamfile: Fix typo.	* src/cff/cffparse.c: Move error code #defines to...	* include/freetype/internal/cfferrs.h: This file.	* src/cff/cffdrivr.c, src/cff/cffobjs.c, src/cff/cffload.c: Replaced	`FT_Err_*' with `CFF_Err_*'.	* src/cid/cidparse.c: Replaced `FT_Err_*' with `T1_Err_*'.	* src/psaux/psobjs.c, src/psaux/t1decode.c: Ditto.	* src/sfnt/sfobcs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with	`TT_Err_*'.	* src/truetype/ttgload.c, src/truetype/ttobjs.c: Ditto.	* src/type1/t1gload.c, src/type1/t1load.c, src/type1/t1objs.c,	src/type1/t1parse.c: Replaced `FT_Err_*' with `T1_Err_*'.	* include/freetype/internal/cfferrs.h: Add	`CFF_Err_Unknown_File_Format'.	* include/freetype/internal/t1errors.h: Add	`T1_Err_Unknown_File_Format'.	* include/freetype/internal/tterrors.h: Add	`TT_Err_Unknown_File_Format'.	* src/cff/cffload.h: Add `cff_*_encoding' and `cff_*_charset'	references.	* src/psaux/psobjs.c: Include `FT_INTERNAL_TYPE1_ERRORS_H'.	* src/cff/cffobjs.c (CFF_Init_Face, CFF_Done_Face): Use	FT_LOCAL_DEF.	* src/cid/cidobjs.c (CID_Done_Driver): Ditto.	* src/trutype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size):	Ditto.	* src/type1/t1objs.c (T1_Done_Driver): Ditto.	* src/pcf/pcfdriver.c (PCF_Done_Face): Ditto.	* src/pcf/pcf.h: Use FT_LOCAL for `PCF_Done_Face'.2001-04-02  Tom Kacvinsky  <tkacvins@freetype.org>	* src/sfnt/ttload.c (TT_Load_Metrics): Fix an improper pointer	dereference.  Submitted by Herbert Duerr <duerr@sun.com>.2001-03-26  Tom Kacvinsky  <tkacvins@freetype.org>	* include/freetype/config/ftconfig.h: Changed hexadecimal	constants to use suffix U to avoid problems with HP-UX's c89	compiler.  Submitted by G.W. Lucas <glucas@sonalysts.com>.2001-03-24  David Turner  <david.turner@freetype.org>	* Jamrules, Jamfile, src/Jamfile, src/*/Jamfile: Adding jamfiles to	the source tree.  See www.freetype.org/jam/index.html for details.	* Version 2.0.2 released.	=========================2001-03-20  Werner Lemberg  <wl@gnu.org>	* builds/win32/detekt.mk: Fix .PHONY target for Intel compiler.2001-03-20  David Turner  <david.turner@freetype.org>	* include/freetype/config/ftheader.h, include/freetype/ftsnames.h:	Renamed `ftnames.h' to `ftsnames.h', and FT_NAMES_H to	FT_SFNT_NAMES_H.	* docs/docmaker.py: Added generation of INDEX link in table of	contents.	* INSTALL, docs/BUILD: Updated documentation to indicate that the	compilation process has changed slightly (no more `src' required in	the include path).	* builds/*/*-def.mk: Changed the objects directory from `obj' to	`objs'.	* include/freetype/config/ftheader.h: Removed obsolete macros like	FT_SOURCE_FILE, etc. and added cache-specific macro definitions that	were previously defined in <freetype/ftcache.h>.  Added comments to	be included in a new API Reference section.	* src/*/*: Removed the use of FT_SOURCE_FILE, etc.  Now, each	component needs to add its own directory to the include path at	compile time.  Modified all `rules.mk' and `descrip.mms'	accordingly.2001-03-20  Werner Lemberg  <wl@gnu.org>	* builds/unix/configure.in: Add $ft_version.	* builds/unix/freetype-config.in: Use it.	* builds/unix/configure: Updated.2001-03-19  Tom Kacvinsky  <tkacvins@freetype.org>	* src/type1/t1load.c (parse_font_matrix): Assign the units per em	value an unsigned short value, first by shifting right 16 bits,	then by casting the results to FT_UShort.	* src/cff/cffparse.c (cff_parse_font_bbox): Assign the units per em	value an unsigned short value, first by shifting right 16 bits,	then by casting the results to FT_UShort.2001-03-17  David Turner  <david.turner@freetype.org>	* src/cid/cidobjs.c, src/cid/cidload.c, src/pcf/pcfread.c,	src/type1/t1load.c, src/type1/t1objs.c: Added a few casts to remove	compiler warnings in pedantic modes.	* include/config/ft2build.h, include/config/ftheader.h: The file	`ft2build.h' was renamed to `ftheader.h' to avoid conflicts with the	top-level <ft2build.h>.	* include/config/ftheader.h: Added new section describing the #include	macros.2001-03-17  Tom Kacvinsky  <tkacvins@freetype.org>	* src/cff/cffparse.c (cff_parse_font_bbox): Obtain rounded FT_Fixed	values for the bounding box numbers.	* src/cff/cffobjs.c (CFF_Init_Face): When processing a CFF/CEF font,	set `root->ascender' (`root->descender') to the integer part of	`root->bbox.yMax' (`root->bbox.yMin', respectively).2001-03-16  Tom Kacvinsky  <tkacvins@freetype.org>	* src/cff/cffdrivr.c (get_cff_glyph_name):  New function.  Used in	cff_get_interface to facilitate getting a glyph name for glyph index	via FT_Get_Glyph_Name().	(cff_get_interface): Added support for getting a glyph name via the	`glyph_name' module interface.  Uses the new function	get_cff_glyph_name().	Submitted by Sander van der Wal <svdwal@xs4all.nl>.	* src/cff/cffobjs.c (CFF_Init_Face): Logical or the face flags with	FT_FACE_FLAG_GLYPH_NAMES only if FT_CONFIG_OPTION_NO_GLYPH_NAMES is	not defined.  This is to add support for getting a glyph name from a	glyph index via FT_Get_Glyph_Name().	Submitted by Sander van der Wal <svdwal@xs4all.nl>.	* src/cff/cffgload.c (CFF_Parse_CharStrings): Added support for	deprecated operator `dotsection'.	Submitted by Sander van der Wal <svdwal@xs4all.nl>.2001-03-12  Werner Lemberg  <wl@gnu.org>	* src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error	messages.	* INSTALL, docs/BUILD: We need GNU make 3.78.1 or newer.2001-03-12  Tom Kacvinsky  <tkacvins@freetype.org>	* include/freetype/internal/psaux.h:  Changed the lenIV member of	the T1_Decoder_

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品国产精华液| 肉色丝袜一区二区| 国产一区二区在线电影| 色婷婷综合久久久久中文一区二区| 欧美大片免费久久精品三p| 亚洲精品日产精品乱码不卡| 国产成人午夜99999| 久久亚洲捆绑美女| 国内精品在线播放| 日韩欧美国产三级电影视频| 日韩国产精品久久久| 884aa四虎影成人精品一区| 亚洲影院理伦片| 国产91精品欧美| 久久综合五月天婷婷伊人| 精品综合久久久久久8888| 欧洲日韩一区二区三区| 亚洲一区二三区| 欧美日韩免费不卡视频一区二区三区| 亚洲欧美日韩中文播放 | 蜜臀av一区二区| 91精品国产综合久久精品麻豆| 日产精品久久久久久久性色| 日韩免费成人网| 国产精品性做久久久久久| 国产午夜三级一区二区三| 久久国产日韩欧美精品| 国产三级精品三级在线专区| 国产一区二区不卡老阿姨| 精品999久久久| 国产一区 二区| 国产色综合久久| 91在线porny国产在线看| 一区精品在线播放| 欧美色综合影院| 日韩高清一区二区| 国产欧美一区二区三区鸳鸯浴 | 亚洲成人动漫在线免费观看| 在线欧美日韩精品| 免费成人在线观看| 国产视频一区在线观看| 国产精品一品二品| 日韩美女视频一区| 91精品黄色片免费大全| 精品一区二区日韩| 亚洲靠逼com| 日韩一卡二卡三卡| 国产精品综合二区| 亚洲欧美国产毛片在线| 欧美另类videos死尸| 久久成人免费电影| 一区二区在线观看不卡| 日韩欧美aaaaaa| a美女胸又www黄视频久久| 日韩精品成人一区二区在线| 日韩精品一区二区三区视频播放| 成人va在线观看| 午夜精品免费在线观看| 欧美岛国在线观看| 91网站视频在线观看| 精品999在线播放| 日韩国产成人精品| 欧美在线视频全部完| 韩国精品在线观看| 亚洲在线视频一区| 亚洲六月丁香色婷婷综合久久 | 中文一区二区在线观看| 色狠狠一区二区| 精品一区二区三区av| 亚洲成人综合在线| 日韩一区中文字幕| 亚洲精品一区二区在线观看| 欧美日韩一区成人| 94-欧美-setu| 成人高清视频免费观看| 久久成人综合网| 亚洲在线中文字幕| 性做久久久久久久免费看| 国产精品久久久久婷婷| 久久久五月婷婷| 欧美sm极限捆绑bd| 欧美夫妻性生活| 在线免费不卡电影| 99国产欧美另类久久久精品| 久久不见久久见免费视频7| 久久久久国产精品麻豆| xvideos.蜜桃一区二区| 欧美tickle裸体挠脚心vk| 欧美福利视频一区| 欧美人牲a欧美精品| 99久久国产综合精品女不卡| 国产精品一区二区x88av| 国产资源在线一区| 韩国在线一区二区| 精品一区免费av| 国产一区二区不卡在线| 国产一区二区在线观看视频| 久久99国产精品尤物| 精品一区二区在线视频| 蜜臀av在线播放一区二区三区| 日韩 欧美一区二区三区| 亚洲超碰97人人做人人爱| 日韩av电影天堂| 麻豆精品在线观看| 日韩1区2区日韩1区2区| 蜜臀久久久久久久| 九色|91porny| 国产精品资源在线观看| 国产一区二区主播在线| 国产91精品精华液一区二区三区| 国产精品自产自拍| 国产高清精品久久久久| 韩国欧美国产一区| 国产v综合v亚洲欧| 99久久99久久免费精品蜜臀| 色婷婷激情综合| 日韩三级免费观看| 欧美一区二区三区婷婷月色| 日韩欧美国产电影| 久久久久久久久久久久久久久99| 中文字幕在线观看不卡视频| 依依成人精品视频| 日本欧美一区二区三区| 蜜桃视频第一区免费观看| 日韩不卡一区二区| 国产在线国偷精品免费看| 成人午夜免费av| 一本一道久久a久久精品| 666欧美在线视频| 欧美大白屁股肥臀xxxxxx| 国产日韩欧美麻豆| 亚洲综合一区二区三区| 另类小说视频一区二区| 成人va在线观看| 欧美精品xxxxbbbb| 欧美—级在线免费片| 亚洲在线视频免费观看| 精品夜夜嗨av一区二区三区| 国产**成人网毛片九色| 日韩一区二区三免费高清| 久久久www成人免费毛片麻豆| 中文字幕佐山爱一区二区免费| 日韩中文字幕91| 国产成人免费视| 欧美日韩你懂得| 欧美激情一二三区| 亚洲午夜在线视频| 国产精品白丝jk白祙喷水网站| 欧美性做爰猛烈叫床潮| 日韩午夜激情av| 亚洲欧美日韩电影| 久久99精品网久久| 欧美视频日韩视频在线观看| 欧美高清在线精品一区| 石原莉奈一区二区三区在线观看| 成人午夜视频在线观看| 日韩欧美国产综合| 依依成人精品视频| 91国产免费观看| 国产精品亲子伦对白| 久久精品噜噜噜成人88aⅴ| 色噜噜狠狠色综合欧洲selulu| 久久久国产精品午夜一区ai换脸 | 国产亚洲综合av| 亚洲成年人网站在线观看| 99久久精品久久久久久清纯| 久久久精品中文字幕麻豆发布| 日韩国产欧美在线播放| 色婷婷久久久久swag精品| 日本一区二区三区久久久久久久久不| 国模娜娜一区二区三区| 欧美一区二区三区婷婷月色| 一级特黄大欧美久久久| 99久久精品国产麻豆演员表| 中文字幕免费在线观看视频一区| 精品一区二区三区在线播放视频| 91国偷自产一区二区三区观看| 中文一区一区三区高中清不卡| 国产乱一区二区| 精品国产污网站| 久久国产剧场电影| 91精品国产综合久久精品图片| 午夜精彩视频在线观看不卡| 成人激情开心网| 亚洲免费观看高清完整版在线 | 久久久国产综合精品女国产盗摄| 久久成人麻豆午夜电影| 精品久久久久久无| 亚洲第一搞黄网站| 日韩午夜精品电影| 日韩福利视频网| 欧美不卡视频一区| 老司机免费视频一区二区| 6080国产精品一区二区| 亚洲成av人片观看| 精品粉嫩超白一线天av| 国产一区二区三区在线观看免费 | 成人av电影免费在线播放| 欧美激情一区二区三区不卡| 国产sm精品调教视频网站|