Computer Science Fundamentals
System Design
Subjective
Feb 21, 2013
List out the various Text clipping ?
Detailed Explanation
All-or-none string clipping - if all of the string is inside a clip window, keep it otherwise discards.
All-or-none character clipping – discard only those characters that are not completely inside the window. Any character that either overlaps or is outside a window boundary is clipped.
Individual characters – if an individual character overlaps a clip window boundary, clip off the parts of the character that are outside the window.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts