<> <> <> <> <<>> DIRECTORY CD USING [Layer]; CDPanelFontsExtras: CEDAR DEFINITIONS = BEGIN LayerForText: PROC [layer: CD.Layer, technology: REF_NIL] 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.