The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CharBlockMode


Unit:SDL_rasterlab
Class:TRasterLab
Declaration:property CharBlockMode: TRDBlockMode;

The property CharBlockMode determines the type of background rastering. rdbmOff means no raster, rdbmOn causes the background of individual characters to be rastered, and rdbmRaster results in a complete background raster independent of character positions. The color of the raster points is specified by the property ColorDotOff.

Hint: Please note that the width of a particular character block depends on the property Proportional. If Proportional is TRUE then the width of the block vary, otherwise the width of the block is equal to CharMatrix.FontWidth.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): rasterlabel



Last Update: 2023-Dec-13