fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
braille_canvas_t
Derived Type
7 statements
Source File
fortplot_braille.f90
fortplot_braille
braille_canvas_t
Contents
Variables
n_cols
n_rows
sub_w
sub_h
mask
type, public :: braille_canvas_t
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
n_cols
=
0
integer,
public
::
n_rows
=
0
integer,
public
::
sub_w
=
0
integer,
public
::
sub_h
=
0
integer,
public,
allocatable
::
mask
(:,:)