[UP]


Manual Reference Pages  - xterm_get_font (3)

NAME

xterm_get_font(3f) - [M_xterm] obtain xterm(1) font name (LICENSE:PD)

CONTENTS

Synopsis
Description
Example
Author
License

SYNOPSIS

function xterm_get_font() result(fontname) character(len=:),allocatable :: fontname

DESCRIPTION

Sends an escape sequence to stdout to query the fontname of an xterm(1) window.

For this to work stdout must be your terminal device; so this may not be used effectively in a pipe or when redirection is used, depending on your system.

EXAMPLE

A sample program:

   program demo_xterm_get_font
   use M_xterm, only : xterm_get_font
   implicit none
      write(*,*) xterm_get_font()
   end program demo_xterm_get_font

AUTHOR

John S. Urban

LICENSE

Public Domain


xterm_get_font (3) March 11, 2021
Generated by manServer 1.08 from 5435f48a-62d1-4d94-9e9e-307fab3ada68 using man macros.