summaryrefslogtreecommitdiff
path: root/pcl/pctext.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-11Merge the pcl_font_mods branch into the trunk, adding a longstandingHenry Stiles1-16/+120
2010-02-02Fixes bug #691098, a regression knowingly introduced with the changeHenry Stiles1-1/+10
2010-01-28Support for unstyled substitution. We have always avoidedHenry Stiles1-11/+105
2010-01-26Merges branch pcl_font_mods rev 10635 to trunk: restores the spaceHenry Stiles1-0/+6
2010-01-22Special case code to detect a unicode space and make the symbolHenry Stiles1-6/+16
2010-01-15Add support to select fonts and exclude downloaded fonts from theHenry Stiles1-1/+1
2009-07-02The advance was not properly rounded for Monotype UFST resident fonts.Henry Stiles1-1/+2
2009-06-25As part of fixing bug #690520 correct the long standing annoyance ofHenry Stiles1-1/+1
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-15/+15
2007-08-15Modifications for pcl, pxl, and xps so text works properly with highHenry Stiles1-0/+2
2007-07-19Provide a special case for the undocumented symbol set 590 (XL only).Henry Stiles1-1/+1
2007-02-15The previous change to this file was incorrect although it does notHenry Stiles1-4/+0
2007-02-13silently ignore 0 scaled fonts. Removes hack to adjust the shearHenry Stiles1-0/+5
2006-10-24Provide a gs_state argument for gs_image_cleanup.Igor Melichev1-1/+1
2006-10-19pctext.c: Allow vertical characters variable moved into pcl_text() asHenry Stiles1-6/+7
2006-10-09Placement of some character were incorrect with vertical writing mode.Henry Stiles1-6/+0
2006-09-25Added is_invisible_patten() helper function for pcl textStefan Kemper1-4/+3
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-6/+6
2006-08-26pctext.c: fixes cet 20-01 p 11, 13. Symbol set type 0 is now treatedHenry Stiles1-0/+12
2006-08-24WARNING 1: This patch modifies the urw font set so you mustHenry Stiles1-3/+2
2006-08-17emulates hp hmi bugs in cet 16-09 (p 15,16,19,20)Henry Stiles1-2/+13
2006-08-05Fixes pcl5c fts panels 291, 301, 310, and 320 where lineprinter wasHenry Stiles1-6/+8
2006-07-31pctext.c: corrects comment.Henry Stiles1-1/+2
2006-07-30plftable.c, plfont.h: Many cet files perform escapement tests forHenry Stiles1-1/+13
2006-07-27plsymbol.c, pctext.c, pcfsel.c - factor out symbol lookup so xl and pcl canHenry Stiles1-68/+6
2006-05-22WARNING - probably breaks ufst build. pcl (not xl) vertical writingHenry Stiles1-16/+17
2005-12-29disabling underlining now flushes any current underline.Henry Stiles1-1/+7
2004-12-30add missing include file and removes unused function.Henry Stiles1-17/+1
2004-09-02modified not to flush current underline when underlining is disabled.Henry Stiles1-1/+0
2004-04-13Fix regression where 1 byte chars were not ignoring vertical substitution.Stefan Kemper1-1/+1
2004-04-01Internal fonts with no character map implicitly index the fontStefan Kemper1-2/+2
2004-03-15Fix for linedraw characters in the lineprinter font ArtLinePrinter.ttfStefan Kemper1-1/+8
2004-01-29changed to use the default next_char_glyph procedure.Henry Stiles1-6/+4
2004-01-20Revert to previous symbol mapping code that handles MSL encoding.Stefan Kemper1-1/+53
2004-01-17modified to make more use of the text api and pass charactersHenry Stiles1-33/+34
2003-11-21The previous fix to no-op text with a transparent solid white patternHenry Stiles1-7/+6
2003-11-05Handle the peculiar case of printing text with a solid white patternHenry Stiles1-7/+12
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-5/+5
2003-06-25*** empty log message ***Henry Stiles1-52/+1
2003-05-06*** empty log message ***Henry Stiles1-1/+1
2003-04-10UFST symbol set mapping error. In absence of a proper symbol set theHenry Stiles1-2/+1
2002-10-31Added support for pcl Text_Path( ESC &c-1T ) vertically rotated 2byte text.Stefan Kemper1-5/+30
2002-08-07Confusingly, this log should be associated with the last change forHenry Stiles1-1/+1
2002-08-01We no longer use the bounding box device. Page marked status is nowHenry Stiles1-0/+2
2002-06-18Compiler warning cleanup. New code to deallocate the font cache whenHenry Stiles1-100/+0
2002-04-19Font scaling is done based on the capabilities of the selected font.Stefan Kemper1-1/+1
2002-04-02removes error message concerning downloaded fonts used with freetype.Henry Stiles1-9/+1
2002-03-1620% performance improvement for many IBM simple text files. Best toHenry Stiles1-3/+5
2002-03-16display mode was not being set in some cases, as seen in pcl5e ftsHenry Stiles1-1/+1
2002-02-26Added gs_ushow_begin which sets a new flag TEXT_IS_UNICODE into theStefan Kemper1-1/+1