Package libps-devel
- 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(3) β Closes a PostScript document
- PS_close_image(3) β Closes image and frees memory
- PS_closepath(3) β Closes path
- PS_closepath_stroke(3) β Closes and strokes 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(3) β Fills the current path
- PS_fill_stroke(3) β Fills and strokes 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(3) β Reads an image for later placement
- PS_open_image_file(3) β Opens an image from file
- 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(3) β Create shading
- PS_shading_pattern(3) β Create a shading pattern
- PS_shfill(3) β Draws a shading
- PS_show(3) β Output text at current position
- PS_show2(3) β Output text with given length
- 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_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(3) β Output glyph at a certain position in the font encoding vector
- PS_symbol_name(3) β Get name of a glyph
- PS_symbol_width(3) β Get width of a glyph
- PS_translate(3) β Sets translation
- pslib(3) β Library to create PostScript files
