Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

fixed-width-font?

Generic function

Summary

Returns true if the specified text style uses a fixed-width font.

Signature

fixed-width-font? text-style port #key character-set => fixed?

Arguments

text-style
An instance of type <text-style>.

port
An instance of type <port>.

character-set
An instance of type <object>. Default value: $standard-character-set.

Values

fixed?
An instance of type <boolean>.

Library

duim-sheets

Module

duim-sheets

Description

Returns true if text-style uses a fixed-width font.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index