1. 8d3a401 * builds/*/*-def.mk: changed the objects directory from "obj" to "objs" by David Turner · 23 years ago
  2. f3dad68 by Tom Kacvinsky · 23 years ago
  3. 70d6f38 Change units per EM assignment in cff_parse_font_bbox(). by Tom Kacvinsky · 23 years ago
  4. 3798110 fixed a small bug by David Turner · 23 years ago
  5. 168e39a small update to remove compiler warnings by David Turner · 23 years ago
  6. c24eff8 Another minor typo fix in cff_parse_font_bbox(). by Tom Kacvinsky · 23 years ago
  7. b2712e2 Corrected a typo in function cff_parse_font_bbox(). by Tom Kacvinsky · 23 years ago
  8. ea48f45 In function cff_parse_font_bbox(), obtain rounded FT_Fixed values for the by Tom Kacvinsky · 23 years ago
  9. 8958d03 In function CFF_Init_Face(), when we process a pure CFF font, set by Tom Kacvinsky · 23 years ago
  10. 84ad2a2 by Tom Kacvinsky · 23 years ago
  11. b9561b7 by Tom Kacvinsky · 23 years ago
  12. 8316bc5 by Tom Kacvinsky · 23 years ago
  13. 9a8b536 * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error messages. by Werner Lemberg · 23 years ago
  14. 6862113 In cid_read_subrs, decode subroutines only if lenIV >= 0. by Tom Kacvinsky · 23 years ago
  15. e355d00 In cid_load_glyph, decrypt charstrings only if lenIV >= 0. by Tom Kacvinsky · 23 years ago
  16. 9b59f2c In function T1_Decoder_Parse_Charstrings, take into account lenIV seed by Tom Kacvinsky · 23 years ago
  17. 22e812a * src/pcf/pcfread.c: Put READ_Fields() always in a conditional to by Werner Lemberg · 23 years ago
  18. 29bac13 * TODO: Updated. by Werner Lemberg · 23 years ago
  19. e5b8bbb In function T1_Init_Face, changed the assignment code for ascender, by Tom Kacvinsky · 24 years ago
  20. 5d362b6 Changed parse_font_bbox to use FT_Fixed values for the bbox by Tom Kacvinsky · 24 years ago
  21. 00169a3 In CID_Init_Face, use calculated units_per_EM, and if that is not available, default by Tom Kacvinsky · 24 years ago
  22. 025c2f3 Added units_per_EM processing to parse_font_matrix, and added FT_Fixed by Tom Kacvinsky · 24 years ago
  23. c2f44c1 Added implementation of three new functions: FT_RoundFix, FT_CeilFix, by Tom Kacvinsky · 24 years ago
  24. 914b289 * src/*/*.c: Added many casts to make code more 64bit-safe. by Werner Lemberg · 24 years ago
  25. bdcfd52 Minor correction in T1_Init_Face: we must wait until parse_font_bbox by Tom Kacvinsky · 24 years ago
  26. 3f06635 by Tom Kacvinsky · 24 years ago
  27. 2e35c9b by Werner Lemberg · 24 years ago
  28. e20035a by Tom Kacvinsky · 24 years ago
  29. e274cfd * src/autohint/ahtypes.h (AH_Hinter): Add elements by Werner Lemberg · 24 years ago
  30. 8a8d5c8 the Type 1 glyph loader now sets the glyph control data to the by David Turner · 24 years ago
  31. 5aeaad6 fixed a bug reported by Graham Asher by David Turner · 24 years ago
  32. 8fe916c fixed a small bug (the advance and format were not copied in FT_Glyph_Copy) by David Turner · 24 years ago
  33. 500dc85 by Werner Lemberg · 24 years ago
  34. 1e5f0ee Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix by Tom Kacvinsky · 24 years ago
  35. 9709431 In function is_alpha, make `-' a legal alphanumeric character. This by Tom Kacvinsky · 24 years ago
  36. 7b91bea In function T1_Init_Face, added code to get the units_per_EM from the by Tom Kacvinsky · 24 years ago
  37. c27cd28 In function cff_parse_font_matrix, added logic to get the units_per_EM by Tom Kacvinsky · 24 years ago
  38. c97cf17 In function CFF_Init_Face, added logic to get the units per EM from by Tom Kacvinsky · 24 years ago
  39. e56b411 * src/psaux/psobjs.c (shift_elements): Remove if clause (which is obsolete now). by Werner Lemberg · 24 years ago
  40. b2d5fef In function parse_font_matrix, added heuristic to get units_per_EM by Tom Kacvinsky · 24 years ago
  41. 3dac27d * src/pcfread.c (pcf_get_properties, pcf_get_metrics, by Werner Lemberg · 24 years ago
  42. db07178 some minor changes to allow compilation in all modes, without warnings by David Turner · 24 years ago
  43. d573c7e by Werner Lemberg · 24 years ago
  44. c3e987e * builds/vms: Support files for VMS architecture added. by Werner Lemberg · 24 years ago
  45. 8d1f604 Changed to use cffgload.{c,h} instead of t2gload.{c,h}. Also, all by Tom Kacvinsky · 24 years ago
  46. 8050a6b This file was previously known as t2gload.h. by Tom Kacvinsky · 24 years ago
  47. 167e2be Renamed to cffgload.h. by Tom Kacvinsky · 24 years ago
  48. ceac7b9 Changed to reflect the changes made in the source files: by Tom Kacvinsky · 24 years ago
  49. cd92b11 This file was previously known as t2gload.c. by Tom Kacvinsky · 24 years ago
  50. fa3d6e9 Renamed t2gload.c to cffgload.c. by Tom Kacvinsky · 24 years ago
  51. 389acc6 * src/pcf/*: New driver module for PCF font format (used in by Werner Lemberg · 24 years ago
  52. f28b7bf Initial revision by Werner Lemberg · 24 years ago
  53. 6b76663 * src/cff/cffload.c (CFF_Load_Charset): Improved error messages. by Werner Lemberg · 24 years ago
  54. abe0d47 Added functions t2_lookup_glyph_by_stdcharcode and t2_operator_seac by Tom Kacvinsky · 24 years ago
  55. 4ba1c0a Added tables by Tom Kacvinsky · 24 years ago
  56. 91a0b65 In function T2_Load_Glyph, added code so that the font transform is applied. by Tom Kacvinsky · 24 years ago
  57. a05c02c Added code to cff_parse_font_matrix so that the font matrix numbers by Tom Kacvinsky · 24 years ago
  58. 45fbecb Removed unnecessary comments and commented-out code from ah_hinter_load_glyph. by Tom Kacvinsky · 24 years ago
  59. 55b7403 removing obsolete "cidafm" files by David Turner · 24 years ago
  60. f8d841a Changed functions ah_hinter_load and ah_hinter_load_glyph so that by Tom Kacvinsky · 24 years ago
  61. 594f0c9 * *.mk: Added lots of `.PHONY' targets. by Werner Lemberg · 24 years ago
  62. 1eb9a43 fixed small bug (no need to test target pixmap in direct rendering mode) by David Turner · 24 years ago
  63. 859a18a support for clipped direct rendering updated INSTALL file for Win32 case by David Turner · 24 years ago
  64. 63408a1 include/freetype/internal/internal.h: Fixed header inclusion macros by Werner Lemberg · 24 years ago
  65. 170c0d4 * include/freetype/config/ft2build.h, by David Turner · 24 years ago
  66. d5c1b27 * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): by Werner Lemberg · 24 years ago
  67. 16a60e8 by Werner Lemberg · 24 years ago
  68. 6d5d719 * include/freetype/config/build.h (FT2_CONFIG_ROOT, FT2_PUBLIC_FILE, by Werner Lemberg · 24 years ago
  69. 90d9964 * */*.h: Changed body inclusion macro names to start and end with by Werner Lemberg · 24 years ago
  70. cc069be by Werner Lemberg · 24 years ago
  71. 19ed8af - updated all source files to adhere to the new inclusion scheme by David Turner · 24 years ago
  72. 5084094 * src/cache/ftlru.c (FT_Lru_Done): fixed a small memory leak by David Turner · 24 years ago
  73. 33d0236 * builds/module.mk: Replaced `xxx #' with `xxx$(space). by Werner Lemberg · 24 years ago
  74. 940d306 re-fixed FTC_Manager_Done :-) by David Turner · 24 years ago
  75. 00004ee fixed a broken inclusion of header files (a FT_FLAT_COMPILE test was missing !!) by David Turner · 24 years ago
  76. 91bb165 fixed a bug in FTC_Manager_Done by David Turner · 24 years ago
  77. ca8d1cd fixed small error in last update of FT_Done_Memory by David Turner · 24 years ago
  78. e646ff6 fixed an obvious bug in FT_Done_Memory. The ANSI "free" function by David Turner · 24 years ago
  79. d3c8e06 - updating the header inclusion scheme to use <ft2build.h> by default.. by David Turner · 24 years ago
  80. efa80f2 fixed a few warnings with Borland C++ by David Turner · 24 years ago
  81. b1aabf4 - added support for the free command-line Borland C++ compiler by David Turner · 24 years ago
  82. 16bf6da Fixed computation of `face->height'. by Tom Kacvinsky · 24 years ago
  83. 21da848 Added calculation of `face->height' for pure CFF fonts. by Tom Kacvinsky · 24 years ago
  84. ac83e7e fixed a bug in the Conic bezier extrema computation formula.. by David Turner · 24 years ago
  85. ada9503 * src/base/ftcalc.c (FT_SqrtFixed), src/base/ftobjs.c by Werner Lemberg · 24 years ago
  86. f1ca234 * src/sfnt/sfdriver.c: Include ttsbit.h and ttpost.h only conditionally. by Werner Lemberg · 24 years ago
  87. d157fcf * src/truetype/ttobjs.c (TT_Init_Size): Fix #ifdef's to work with by Werner Lemberg · 24 years ago
  88. 053e24e by Werner Lemberg · 24 years ago
  89. 6dc51e9 by Tom Kacvinsky · 24 years ago
  90. 834b53e Simplied glyph width processing code and the comments pertaining to it. by Tom Kacvinsky · 24 years ago
  91. 6037f08 In function T2_Parse_CharStrings, modified glyph width assignment code by Tom Kacvinsky · 24 years ago
  92. 6dd303d * builds/ansi/ansi.mk: Fix inclusion order of files. by Werner Lemberg · 24 years ago
  93. 27695e5 * src/type1/t1load.c (parse_subrs, parse_charstrings): Use decrypt by Werner Lemberg · 24 years ago
  94. 3da9d56 In function T2_Get_String, we called T2_Get_Name with an string id by Tom Kacvinsky · 24 years ago
  95. a51b45c Make sure that parse_t2_real correctly parses a CFF real number. Added more comments by Tom Kacvinsky · 24 years ago
  96. c3dfbde In function T2_Init_Face, make sure that root->num_faces gets by Tom Kacvinsky · 24 years ago
  97. 5c4f5eb by Werner Lemberg · 24 years ago
  98. e006675 added support to synthetic Type 1 fonts. Why didn't this thing get committed ?? by David Turner · 24 years ago
  99. 34e5270 by Werner Lemberg · 24 years ago
  100. 200a1a4 In function TT_Load_Generic_Header, change tracing output to indicate by Tom Kacvinsky · 24 years ago