Copyright © 1998-2015 MultiMedia Soft

TextDescriptor.Antialias property

Previous pageReturn to chapter overviewNext page

Type

BOOL for Visual C++

boolean for Visual Basic

 

 

Syntax

object.TextDescriptor.Antialias [=boolean]

or

object.CellsManager.TextDescriptor(UniqueID).Antialias [=boolean]

 

 

Remarks

Boolean value that applies/removes anti-aliasing to text.

Supported values are the following:

Value

Meaning

FALSE (default)

Anti-aliasing is not applied.

TRUE

Anti-aliasing is applied.

 

Below you can see a sample of two identical buttons, but the one on the right doesn't have the Antialias flag set to TRUE: as you can see the text quality of the button on the left is really impressive.

3dabm_i000047

 

 

See also

TextDescriptor object.

TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.

How to put text over the button section.

How to manage cells section.