[UP]


Manual Reference Pages  - seefont (3)

NAME

seefont(3f) - [M_drawplus] display font sample pages (LICENSE:MIT)

CONTENTS

Synopsis
Description
Options
Example
Author
License

SYNOPSIS

seefont(fontin)

    character(len=128),intent(in) :: fontin

DESCRIPTION

The seefont(3f) routine displays pages of sample fonts.
o blank name: show sample of all fonts, then details on each one.
o known font name: show chart on just that font
o unknown name: show sample of all fonts and quit
o pause between pages, in graphics area use q(uit) to quit, n(ext) to display the next font, and p(revious) for previous font. A numeric string shows font by number.

OPTIONS

fontin
  name of font to display

EXAMPLE

Sample program:

   program demo_seefont
   use M_draw
   use M_drawplus, only : seefont
   implicit none
   character(len=128) :: fontname
   integer            :: iwidth
      call prefsize(1000,800)
      call vinit(’ ’)
      call linewidth(20)
      call seefont(’ ’)
      call vexit()
   end program demo_seefont

AUTHOR

John S. Urban

LICENSE

MIT License


seefont (3) March 11, 2021
Generated by manServer 1.08 from 76aaf3cb-3539-437a-8e07-39dfd456d5c7 using man macros.