C Library Functions  - xterm_get_font (3)

NAME

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

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

    MIT


Nemo Release 3.1 xterm_get_font (3) July 22, 2023
Generated by manServer 1.08 from f4dce700-c0cc-4353-ac1c-fe1e7c3282b8 using man macros.