Which of the following clipping process handles the clipping of strings? a) Text Clipping b) Exterior Clipping c) Curve Clipping d) Shape Clipping
Answer: a Explanation: Text Clipping is the technique that manages string clipping. It’s the method for determining which parts of the string should be kept depending on their position in the view window. Text Clippings come in a variety of forms, such as all or none character clipping, all or none string clipping, and so on.