}
case 'r':
{
- /* FUTURE: Obsolete */
+ /* This matches %[fx:resolution.x] */
if (LocaleCompare("resolution.x",property) == 0)
{
(void) FormatLocaleString(value,MaxTextExtent,"%g",
image->resolution.x);
break;
}
- /* FUTURE: Obsolete */
+ /* This matches %[fx:resolution.y] */
if (LocaleCompare("resolution.y",property) == 0)
{
(void) FormatLocaleString(value,MaxTextExtent,"%g",
}
break;
}
- case 'x': /* ( X resolution, (with units) */
+ case 'x': /* FUTURE: Obsolete X resolution */
{
if ((LocaleCompare("xresolution",property) == 0) ||
(LocaleCompare("x-resolution",property) == 0) )
}
break;
}
- case 'y': /* ( Y resolution, (with units) */
+ case 'y': /* FUTURE: Obsolete Y resolution */
{
if ((LocaleCompare("yresolution",property) == 0) ||
(LocaleCompare("y-resolution",property) == 0) )