CDPanelFontsExtras.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, September 2, 1986 11:11:23 am PDT
Last edited by: Christian Jacobi, September 2, 1986 11:15:36 am PDT
DIRECTORY
CD USING [Layer];
CDPanelFontsExtras: CEDAR DEFINITIONS =
BEGIN
LayerForText: PROC [layer: CD.Layer, technology: REFNIL] RETURNS [CD.Layer];
--This procedure can be used by text creators to make it harder to create
--texts in layers which are not appropriate.
--Hint only; there is always a possibility to create text in layer you don't want.
END.