summaryrefslogtreecommitdiff
path: root/pcl/pglabel.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-19pxink.c - type error resulted in many color problems in the pxl cet.Henry Stiles1-3/+1
2006-04-09debug warning message for setting a non invertible matrix and GL/2Henry Stiles1-3/+3
2005-01-31gsstate.c and gsstate.h: new api for freeing view clip, removesHenry Stiles1-21/+24
2004-01-29changed to use the default next_char_glyph procedure.Henry Stiles1-17/+0
2004-01-20modified to use text from chars instead of strings see gstext.h. AlsoHenry Stiles1-50/+22
2004-01-05Fixed bug where left side bearing in gl was using unmapped characterStefan Kemper1-2/+3
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-14/+14
2003-06-25*** empty log message ***Henry Stiles1-23/+8
2003-05-20Fix to start next label at carriage return position after a line feedStefan Kemper1-2/+2
2003-05-06*** empty log message ***Henry Stiles1-5/+5
2003-05-02Removes P declaration macros used to support K&R as part of the gs 8.xHenry Stiles1-1/+1
2003-01-30Changed LO21 labels to be based on the current point instead of PCL cap.Stefan Kemper1-1/+3
2002-10-09minor formating changes, font naming for stick font allocation.Stefan Kemper1-11/+11
2002-08-07For detecting if text dirties a a page we simply test if the currentHenry Stiles1-3/+10
2002-08-01We no longer use the bounding box device. Page marked status is nowHenry Stiles1-0/+3
2002-02-26Added gs_ushow_begin which sets a new flag TEXT_IS_UNICODE into theStefan Kemper1-3/+7
2002-02-12Fixed bug in font selection for hpgl.Stefan Kemper1-1/+1
2001-10-29LM1; two byte hpgl labels were not terminating properly.Stefan Kemper1-4/+30
2001-10-24Freetype is currently not using the GS character cache, which updatesStefan Kemper1-0/+10
2001-09-27freetype 2 integration. Now printing many fts files and pcl files ofHenry Stiles1-5/+5
2001-04-27Code changes for pcl reentrancy and miscellaneous items for the 1.35Henry Stiles1-2/+2
2001-04-25hpgl_get_char_width(), added case for bitmap, proportional fontsStefan Kemper1-1/+8
2001-04-23adding font name to pl_fill_in_font for pdfwrite.Stefan Kemper1-2/+3
2001-04-02Added character extra space addition to LF vertical text processing.Stefan Kemper1-0/+2
2001-03-27updating copywright headersStefan Kemper1-3/+12
2001-03-13Character xtra space takes into account line feed direction rotationStefan Kemper1-6/+23
2000-09-16New arc and stick font data (john desrosiers), and rendering code.Henry Stiles1-7/+48
2000-07-10Fixes a position problem in gl/2 label code that resulted in theHenry Stiles1-5/+3
2000-06-11Accounts for intellifont's convention of having 72.307 point == 1Henry Stiles1-12/+23
2000-06-11Adds new interface so clients can unload resident font data. AlsoHenry Stiles1-1/+2
2000-05-11modified to support new simplified interface for getting the width andHenry Stiles1-9/+22
2000-02-17Changes for language switching, auto sensing, better memoryHenry Stiles1-1/+23
2000-01-11Change name of hpgl_select_font to prevent multiply defined symbolRay Johnston1-6/+6
1999-12-21clears the path after exiting label mode.Henry Stiles1-0/+4
1999-11-29positioning of vertical labels was not correct.Henry Stiles1-45/+114
1999-10-07adds (void *) casts for some font related function to avoid the workRay Johnston1-1/+1
1999-10-03This is the first gs593 integration it is *NOT* a release. NormallyHenry Stiles1-17/+11
1999-07-19hpgl/2 clipping region was not being set properly when renderingHenry Stiles1-1/+2
1999-05-17corrects typo and fixes a compiler warning introduced in the lastHenry Stiles1-4/+1
1999-05-17The labeling code is now more liberal about using "show" and theHenry Stiles1-41/+22
1999-05-05Fixes 2 problems with polyline encoding: After PE is executed, theHenry Stiles1-4/+6
1999-04-13WARNING: changes pending - do not release. First stable pcl checkinHenry Stiles1-2/+6
1999-04-02Static removal phase 2. Moves pcl cursor (cap) back into pcl's state,Henry Stiles1-6/+6
1999-03-26changed stick font compliment, Accents are not supplied by stick font.Henry Stiles1-2/+2
1999-02-28corrects label offset calculation when SI and SR are enabled.Henry Stiles1-130/+176
1999-02-16moves SR, SI line spacing hack to cursor positioning routine.Henry Stiles1-2/+2
1999-02-13corrects multiplier for cell height.Henry Stiles1-0/+2
1999-02-13modified to properly handle label placement with SI, SR.Henry Stiles1-45/+57
1999-02-12Improvement of fill line anchoring in gl/2. Now use gl/2's positionHenry Stiles1-27/+26
1999-02-07Addition to properly select and wrap the current pen. Adds anHenry Stiles1-3/+3