create_pdf_canvas_core Function

public function create_pdf_canvas_core(width, height) result(ctx)

Arguments

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

Return Value type(pdf_context_core)