Man Pages in
pslib-dev
Carta.tech
Packages
pslib-dev
102
Section 3:
Library calls
PS_add_bookmark.3
Ps_add_bookmark add bookmark to current page
PS_add_kerning.3
Ps_add_kerning add new kerning to font
PS_add_launchlink.3
Ps_add_launchlink adds link which launches file
PS_add_ligature.3
Ps_add_ligature add new ligature to font
PS_add_locallink.3
Ps_add_locallink adds link to a page in the same document
PS_add_note.3
Ps_add_note adds note to current page
PS_add_pdflink.3
Ps_add_pdflink adds link to a page in a second pdf document
PS_add_weblink.3
Ps_add_weblink adds link to a web location
PS_arc.3
Ps_arc draws an arc counterclockwise
PS_arcn.3
Ps_arcn draws an arc clockwise
PS_begin_font.3
Ps_begin_font starts a new type3 font
PS_begin_glyph.3
Ps_begin_glyph starts a new glyph in a type3 font
PS_begin_page.3
Ps_begin_page start a new page
PS_begin_pattern.3
Ps_begin_pattern starts a new pattern
PS_begin_template.3
Ps_begin_template starts a new template
PS_boot.3
Ps_boot initialize library
PS_circle.3
Ps_circle draws a circle
PS_clip.3
Ps_clip clips drawing to current path
PS_close.3
Ps_close closes a postscript document
PS_close_image.3
Ps_close_image closes image and frees memory
PS_closepath.3
Ps_closepath closes path
PS_closepath_stroke.3
Ps_closepath_stroke closes and strokes path
PS_continue_text.3
Ps_continue_text continue text in next line
PS_continue_text2.3
Ps_continue_text2 continue text in next line
PS_create_gstate.3
Ps_create_gstate creates a new graphic state
PS_curveto.3
Ps_curveto draws a curve
PS_delete.3
Ps_delete deletes all resources of a postscript document
PS_end_font.3
Ps_end_font ends a type3 font
PS_end_glyph.3
Ps_end_glyph ends a type3 font
PS_end_page.3
Ps_end_page end a page
PS_end_pattern.3
Ps_end_pattern ends a pattern
PS_end_template.3
Ps_end_template ends a template
PS_fill.3
Ps_fill fills the current path
PS_fill_stroke.3
Ps_fill_stroke fills and strokes the current path
PS_findfont.3
Ps_findfont loads a font
PS_free_glyph_list.3
Ps_free_glyph_list frees memory allocated for glyph list
PS_get_buffer.3
Ps_get_buffer returns internal memory buffer
PS_get_majorversion.3
Ps_get_majorversion returns the major version number of the postscript library
PS_get_minorversion.3
Ps_get_minorversion returns the minor version number of the postscript library
PS_get_opaque.3
Ps_get_opaque returns pointer which has been passed to ps_new2()
PS_get_parameter.3
Ps_get_parameter gets certain parameters
PS_get_subminorversion.3
Ps_get_subminorversion returns the subminor version number of the postscript library
PS_get_value.3
Ps_get_value gets certain values
PS_glyph_list.3
Ps_glyph_list returns list of glyph names in font
PS_glyph_show.3
Ps_glyph_show output glyph by name
PS_hyphenate.3
Ps_hyphenate hyphenates a word
PS_include_file.3
Ps_include_file include external postscript file
PS_lineto.3
Ps_lineto draws a line
PS_list_parameters.3
Ps_list_parameters list all set parameters
PS_list_resources.3
Ps_list_resources list all resources
PS_list_values.3
Ps_list_values list all set values
PS_makespotcolor.3
Ps_makespotcolor create a spotcolor
PS_moveto.3
Ps_moveto sets current point
PS_new.3
Ps_new creating a new postscript document object
PS_new2.3
Ps_new2 creates a new postscript document object
PS_open_file.3
Ps_open_file opens a file for output
PS_open_fp.3
Ps_open_fp uses an already open file pointer as the output file
PS_open_image.3
Ps_open_image reads an image for later placement
PS_open_image_file.3
Ps_open_image_file opens an image from file
PS_open_mem.3
Ps_open_mem creates a postscript document in memory
PS_place_image.3
Ps_place_image places image on the page
PS_rect.3
Ps_rect draws a rectangle
PS_restore.3
Ps_restore restore previously save context
PS_rotate.3
Ps_rotate sets rotation factor
PS_save.3
Ps_save save current context
PS_scale.3
Ps_scale sets scaling factor
PS_set_border_color.3
Ps_set_border_color sets color of border for annotations
PS_set_border_dash.3
Ps_set_border_dash sets length of dashes for border of annotations
PS_set_border_style.3
Ps_set_border_style sets border style of annotations
PS_set_gstate.3
Ps_set_gstate sets a previously created graphic state
PS_set_info.3
Ps_set_info sets information fields of document
PS_set_parameter.3
Ps_set_parameter sets certain parameters
PS_set_text_pos.3
Ps_set_text_pos sets position for text output
PS_set_value.3
Ps_set_value sets certain values
PS_setcolor.3
Ps_setcolor sets current color
PS_setdash.3
Ps_setdash sets appearance of a dashed line
PS_setflat.3
Ps_setflat sets flatness
PS_setfont.3
Ps_setfont sets font to use for following output
PS_setgray.3
Ps_setgray sets gray value
PS_setlinecap.3
Ps_setlinecap sets appearance of line ends
PS_setlinejoin.3
Ps_setlinejoin sets how contected lines are joined
PS_setlinewidth.3
Ps_setlinewidth sets width of a line
PS_setmiterlimit.3
Ps_setmiterlimit sets the miter limit
PS_setpolydash.3
Ps_setpolydash sets appearance of a dashed line
PS_shading.3
Ps_shading create shading
PS_shading_pattern.3
Ps_shading_pattern create a shading pattern
PS_shfill.3
Ps_shfill draws a shading
PS_show.3
Ps_show output text at current position
PS_show2.3
Ps_show2 output text with given length
PS_show_boxed.3
Ps_show_boxed output text in a box
PS_show_xy.3
Ps_show_xy output text at given position
PS_show_xy2.3
Ps_show_xy2 output text at given position
PS_shutdown.3
Ps_shutdown final clean up of library
PS_string_geometry.3
Ps_string_geometry gets geometry of a string
PS_stringwidth.3
Ps_stringwidth get width of a string
PS_stringwidth2.3
Ps_stringwidth2 gets width of a string
PS_stroke.3
Ps_stroke draws the current path
PS_symbol.3
Ps_symbol output glyph at a certain position in the font encoding vector
PS_symbol_name.3
Ps_symbol_name get name of a glyph
PS_symbol_width.3
Ps_symbol_width get width of a glyph
PS_translate.3
Ps_translate sets translation
pslib.3
Library to create postscript files