index
:
~cloos/ghostpdl
Type3_PCL
ghostpdl-9.03
gs904
gs905
libs-update
master
memcpy-fix
mooscript
patt_trans_clist
psd16
Clone of git://git.ghostscript.com/ghostpdl.git.
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pl
/
pluchar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-09
Remove gserror.h, its contents have been moved to gserrors.h so we
Henry Stiles
1
-1
/
+0
2011-04-19
Indent with spaces and strip trailing whitespace.
Tor Andersson
1
-24
/
+19
2009-06-29
Fix regressions associated with 690316. Apparently, with the Monotype
Henry Stiles
1
-4
/
+15
2009-03-19
Norbert Janssen has provided this fix for bug 690316. Using the ufst
Henry Stiles
1
-2
/
+3
2008-09-18
Factor out repeated code from the ufst character module to the common
Henry Stiles
1
-71
/
+0
2007-09-25
Replace the 'private' define with the now standard C keyword 'static'.
Ralph Giles
1
-13
/
+13
2006-11-16
Disable xl artificial emboldening when stroking a char with UFST.
Stefan Kemper
1
-1
/
+1
2006-11-16
Correct ufst boldness factor, integer truncation makes this identical.
Stefan Kemper
1
-6
/
+4
2006-10-26
Fix : Some type casts were potentially harmful.
Igor Melichev
1
-3
/
+3
2006-10-24
WARNING: msvc makefile changes will be necessary.
Henry Stiles
1
-18
/
+0
2006-10-19
WARNING requires ufst update.
Henry Stiles
1
-1
/
+1
2006-10-10
WARNING: requires updating and recompiling the ufst.
Henry Stiles
1
-5
/
+2
2006-10-09
plulfont.c, plftable.c: Brings forward artifex scaler font fixes to
Henry Stiles
1
-2
/
+2
2006-10-04
NOTICES:
Henry Stiles
1
-1356
/
+0
2006-10-02
pcsfont.c: fixes long standing issue of printing the lower case 't'
Henry Stiles
1
-96
/
+52
2006-09-26
Merge gs_type42_append() api change from gs trunk r6995, "Clean up the
Ralph Giles
1
-3
/
+0
2006-09-11
pspcl6_gcc.mak - remove some repetition, no effect expected.
Henry Stiles
1
-4
/
+21
2006-09-07
Merge the gs853merge branch down into the trunk. This ports ghostpcl and
Ralph Giles
1
-58
/
+65
2006-06-02
changes for ufst 5.0. Also supports a new configuration using the
Henry Stiles
1
-4
/
+4
2005-09-14
Fixed bug with downloaded Intellifont processing with UFST.
Stefan Kemper
1
-0
/
+1
2004-12-30
reorganized so diffing with plchar.c will be easier. Removes
Henry Stiles
1
-435
/
+404
2004-10-10
The replacement of the XL TT download font header with the UFST dummy
Henry Stiles
1
-2
/
+1
2004-09-01
Initial UFST 4.6 integration.
Henry Stiles
1
-2
/
+5
2004-04-13
Removed extra trailing semicolon
Stefan Kemper
1
-1
/
+1
2004-04-09
The UFST's swap data routine was not getting the correct "size" value
Henry Stiles
1
-2
/
+2
2004-03-31
pcsfont.c - swap header for downloaded intellifonts when using the
Henry Stiles
1
-244
/
+47
2004-02-27
Added gs_memory_t pointers to our ufst interface.
Stefan Kemper
1
-44
/
+47
2003-05-23
8.0 updates needed for the UFST configuration.
Henry Stiles
1
-4
/
+4
2003-05-08
Changes to support gs_glyph_data_t in get_outline code.
Stefan Kemper
1
-13
/
+22
2003-04-08
pl_tt_init_procs() needed to initializes pl_font->char_metrics function.
Stefan Kemper
1
-0
/
+1
2003-03-18
pluchar.c - speeds up UFST width caching by reordering conditionals.
Henry Stiles
1
-16
/
+14
2003-01-29
Initialization of pl_tt_get_metrics for downloaded fonts in ufst and fts builds
Stefan Kemper
1
-0
/
+2
2003-01-28
Changed truetype font accesses of left side bearing ( lsb ) from unsigned to
Stefan Kemper
1
-2
/
+2
2003-01-15
fixes regression, outline requests to the ufst can result in fixed
Henry Stiles
1
-5
/
+10
2003-01-15
implement a caching scheme to avoid calling the slow UFST CGIFwidth()
Henry Stiles
1
-11
/
+83
2002-11-23
removed c++ comment
Stefan Kemper
1
-1
/
+1
2002-11-02
pxl type 16 fonts have to have their headers adjusted to work properly
Henry Stiles
1
-0
/
+1
2002-10-16
Performance improvement for PXL and UFST, caches space characters.
Stefan Kemper
1
-12
/
+11
2002-09-15
Mods for ufst 4.4.
Henry Stiles
1
-3
/
+3
2002-04-08
Added xl_format1 flag to the pl_font_params to remember when a font header
Stefan Kemper
1
-4
/
+3
2002-03-25
Added an option AFS_FOR_DOWNLOADED_TRUETYPE to allow the artifex scaler to
Stefan Kemper
1
-27
/
+264
2002-03-16
obsolete comment removed.
Henry Stiles
1
-3
/
+0
2002-03-05
UFST character caching flag was being invalidated incorrectly. Resetting
Stefan Kemper
1
-3
/
+18
2002-02-15
XL format 0 fonts class 1 fonts can be downloaded with 3 segments
Henry Stiles
1
-2
/
+19
2002-01-24
for XL format 16 download font variants it is necessary to modify the
Henry Stiles
1
-11
/
+27
2002-01-08
In the UFST configuration we cannot use the the UFST API for getting
Henry Stiles
1
-21
/
+114
2001-10-26
UFST set size and point size were truncated now they are rounded.
Henry Stiles
1
-5
/
+2
2001-09-27
freetype 2 integration. Now printing many fts files and pcl files of
Henry Stiles
1
-14
/
+16
2001-09-11
fixes downloaded truetype problems referenced in the previous log
Henry Stiles
1
-886
/
+887
2001-09-10
changes AGFA ufst to use point size instead of EM transformation, to
Henry Stiles
1
-59
/
+67
[next]