dm_roff_pspic Function

public pure function dm_roff_pspic(path, align, width, height) result(roff)

Uses

  • proc~~dm_roff_pspic~~UsesGraph proc~dm_roff_pspic dm_roff_pspic module~dm_string dm_string proc~dm_roff_pspic->module~dm_string module~dm_error dm_error module~dm_string->module~dm_error module~dm_kind dm_kind module~dm_string->module~dm_kind module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Returns .PSPIC macro to add image in Encapsulated PostScript (EPS) format. Argument align must be either L (left), R (right), or C (center). If not passed, the image will be centered.

The arguments width and height give the desired width and height of the image. If neither a width nor a height argument is specified, the image’s natural width (as given in the file’s bounding box) or the current line length is used as the width, whatever is smaller.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

Path to EPS file.

character(len=1), intent(in), optional :: align

Image alignment (L, R, C).

real, intent(in), optional :: width

Image width [cm].

real, intent(in), optional :: height

Image height [cm].

Return Value character(len=:), allocatable

Output string.


Calls

proc~~dm_roff_pspic~~CallsGraph proc~dm_roff_pspic dm_roff_pspic interface~dm_present dm_present proc~dm_roff_pspic->interface~dm_present interface~dm_upper dm_upper proc~dm_roff_pspic->interface~dm_upper proc~dm_string_upper dm_string_upper interface~dm_upper->proc~dm_string_upper