InterviewSolution
Saved Bookmarks
| 1. |
In which method, fixed pattern of a line is used to generate characters?(a) Stroke method(b) Bitmap method(c) Starbust method(d) Dot-matrix method |
|
Answer» Right answer is (c) Starbust method To elaborate: In Starbust method, a combination of 24bit line segment is used. It is a method in which there is a particular pattern where only 24 strokes are defined for character generation. |
|