Pslib-Dev
- PS_add_bookmark(3) Add bookmark to current page
- PS_add_kerning(3) Add new kerning to font
- PS_add_launchlink(3) Adds link which launches file
- PS_add_ligature(3) Add new ligature to font
- PS_add_locallink(3) Adds link to a page in the same document
- PS_add_note(3) Adds note to current page
- PS_add_pdflink(3) Adds link to a page in a second pdf document
- PS_add_weblink(3) Adds link to a web location
- PS_arc(3) Draws an arc counterclockwise
- PS_arcn(3) Draws an arc clockwise
- PS_begin_font(3) Starts a new Type3 font
- PS_begin_glyph(3) Starts a new glyph in a Type3 font
- PS_begin_page(3) Start a new page
- PS_begin_pattern(3) Starts a new pattern
- PS_begin_template(3) Starts a new template
- PS_boot(3) Initialize library
- PS_circle(3) Draws a circle
- PS_clip(3) Clips drawing to current path
- PS_close_image(3) Closes image and frees memory
- PS_close(3) Closes a PostScript document
- PS_closepath_stroke(3) Closes and strokes path
- PS_closepath(3) Closes path
- PS_continue_text(3) Continue text in next line
- PS_continue_text2(3) Continue text in next line
- PS_create_gstate(3) Creates a new graphic state
- PS_curveto(3) Draws a curve
- PS_delete(3) Deletes all resources of a PostScript document
- PS_end_font(3) Ends a Type3 font
- PS_end_glyph(3) Ends a Type3 font
- PS_end_page(3) End a page
- PS_end_pattern(3) Ends a pattern
- PS_end_template(3) Ends a template
- PS_fill_stroke(3) Fills and strokes the current path
- PS_fill(3) Fills the current path
- PS_findfont(3) Loads a font
- PS_free_glyph_list(3) Frees memory allocated for glyph list
- PS_get_buffer(3) Returns internal memory buffer
- PS_get_majorversion(3) returns the major version number of the PostScript library
- PS_get_minorversion(3) returns the minor version number of the PostScript library
- PS_get_opaque(3) Returns pointer which has been passed to PS_new2()
- PS_get_parameter(3) Gets certain parameters
- PS_get_subminorversion(3) returns the subminor version number of the PostScript library
- PS_get_value(3) Gets certain values
- PS_glyph_list(3) Returns list of glyph names in font
- PS_glyph_show(3) Output glyph by name
- PS_hyphenate(3) Hyphenates a word
- PS_include_file(3) Include external PostScript file
- PS_lineto(3) Draws a line
- PS_list_parameters(3) List all set parameters
- PS_list_resources(3) List all resources
- PS_list_values(3) List all set values
- PS_makespotcolor(3) Create a spotcolor
- PS_moveto(3) Sets current point
- PS_new(3) Creating a new PostScript document object
- PS_new2(3) Creates a new PostScript document object
- PS_open_file(3) Opens a file for output
- PS_open_fp(3) Uses an already open file pointer as the output file
- PS_open_image_file(3) Opens an image from file
- PS_open_image(3) Reads an image for later placement
- PS_open_mem(3) Creates a PostScript document in memory
- PS_place_image(3) Places image on the page
- PS_rect(3) Draws a rectangle
- PS_restore(3) Restore previously save context
- PS_rotate(3) Sets rotation factor
- PS_save(3) Save current context
- PS_scale(3) Sets scaling factor
- PS_set_border_color(3) Sets color of border for annotations
- PS_set_border_dash(3) Sets length of dashes for border of annotations
- PS_set_border_style(3) Sets border style of annotations
- PS_set_gstate(3) Sets a previously created graphic state
- PS_set_info(3) Sets information fields of document
- PS_set_parameter(3) Sets certain parameters
- PS_set_text_pos(3) Sets position for text output
- PS_set_value(3) Sets certain values
- PS_setcolor(3) Sets current color
- PS_setdash(3) Sets appearance of a dashed line
- PS_setflat(3) Sets flatness
- PS_setfont(3) Sets font to use for following output
- PS_setgray(3) Sets gray value
- PS_setlinecap(3) Sets appearance of line ends
- PS_setlinejoin(3) Sets how contected lines are joined
- PS_setlinewidth(3) Sets width of a line
- PS_setmiterlimit(3) Sets the miter limit
- PS_setpolydash(3) Sets appearance of a dashed line
- PS_shading_pattern(3) Create a shading pattern
- PS_shading(3) Create shading
- PS_shfill(3) Draws a shading
- PS_show_boxed(3) Output text in a box
- PS_show_xy(3) Output text at given position
- PS_show_xy2(3) Output text at given position
- PS_show(3) Output text at current position
- PS_show2(3) Output text with given length
- PS_shutdown(3) Final clean up of library
- PS_string_geometry(3) Gets geometry of a string
- PS_stringwidth(3) Get width of a string
- PS_stringwidth2(3) Gets width of a string
- PS_stroke(3) Draws the current path
- PS_symbol_name(3) Get name of a glyph
- PS_symbol_width(3) Get width of a glyph
- PS_symbol(3) Output glyph at a certain position in the font encoding vector
- PS_translate(3) Sets translation
- pslib(3) Library to create PostScript files