C Library Functions - 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
Nemo Release 3.1 | seefont (3) | February 23, 2025 |
Generated by manServer 1.08 from 9ef6708a-6355-4a54-bce1-75e3be71dd30 using man macros.