---+ .CHART SET TXT AA MODE _This subroutine sets the anti aliasing mode for text on the "current" chart spec._ <br />%TOC% ---++ Usage: <pre> PASS <text_aa> FIELD SHARE? N GOSUB 0CD .CHART SET TXT AA MODE * Check for error IF 0CD .CHART SET TXT AA MODE NE </pre> ---++ Description: This subroutine controls whether anti-alias is used when drawing text. Valid values are: noantialias, no antialias, no anti-alias: Disables anti-alias when drawing text. antialias, anti alias, anti-alias: Always use anti-alias when drawing text. autoantialias, auto antialias, auto anti-alias: Automatically determine if anti-alias should be used for the text. This is the default. Currently, Chart Director will anti-alias only large or bold fonts. For small fonts, assuming it is of high quality, anti-alias is unnecessary. This is because high quality fonts are normally designed to be sharp and clear at low resolution. Anti-aliasing will blur the fonts and make them look worse. However, for complicated fonts (e.g. some fonts with oriental characters), or for lower quality fonts (e.g. some freeware fonts), anti-alias may be necessary. In this case, it may be needed to force anti-aliasing of all fonts using anti alias mode. The parameter is optional, if blank or not passed, auto anti aliasing will be turned on. To set anti aliasing for shapes, see [[CDChartSetShapeAntiAlias][.CHART SET SHAPE AA]]. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2011-09-23
This topic: Main
>
WebHome
>
APPX510Features
>
CDChartDirectorDesignerAPI
>
CDChartDirectorBaseChartRoutines
>
CDChartSetTextAntiAliasMode
Topic revision: r3 - 2012-02-19 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback