create_pdf_canvas Interface

interface
public module function create_pdf_canvas(width, height, dpi) result(ctx)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: width
integer, intent(in) :: height
real(kind=wp), intent(in), optional :: dpi

Return Value type(pdf_context)