fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_pdf_canvas
Interface
157 statements
Source File
fortplot_pdf.f90
fortplot_pdf
create_pdf_canvas
Contents
None
interface
public module function create_pdf_canvas(width, height, dpi) result(ctx)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
width
integer,
intent(in)
::
height
real(kind=wp),
intent(in),
optional
::
dpi
Return Value
type(
pdf_context
)