Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-with-text-style

Generic function

Summary

Runs some code on a drawable in the context of a given text style.

Signature

do-with-text-style drawable function text-style => ()

Arguments

drawable
An instance of type type-union(<sheet>, <medium>).

function
An instance of type <function>.

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

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Runs some code on a drawable in the context of a given text style.

See also

with-text-style, page 385


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index