Answer the following statement(s) true (T) or false (F)

1. Once you add a point type layer, you can modify it.
2. It is common to apply vertical text to entire paragraphs.
3. With point text, if you type beyond the edges of the bounding box, the text will not appear.
4. With paragraph text, even if you cannot see the text, it is still being recorded by Photoshop.

1. TRUE
2. FALSE
3. FALSE
4. TRUE

Computer Science & Information Technology

You might also like to view...

A(n) _________ begins with a forward slash and enhances or changes the way a command performs

A) TSR B) Switch C) Executable file D) Prompt

Computer Science & Information Technology

Which constructor below creates a JInternalFrame that is resizable, closable, maximizable, and minimizable?

a. JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, true, true); b. JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, false, true); c. JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, true, false); d. JInternalFrame frame = new JInternalFrame("Internal Frame", false, false, true, true);

Computer Science & Information Technology