fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
pt2px
Function
4 statements
Source File
fortplot_raster_core.f90
fortplot_raster_core
pt2px
Contents
public pure function pt2px(pt, dpi) result(px)
Convert points (1/72 inch) to pixels at given DPI.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
pt
real(kind=wp),
intent(in)
::
dpi
Return Value
real(kind=wp)