Ticket #102 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

changeable FontAliasing mode

Reported by: stealth Assigned to: ChristianK
Priority: major Milestone:
Component: graphics Version: 0.2
Keywords: fontantialiasing font antialiasing Cc:

Description

In arc/font.d:

private {
	...

	public FontAntialiasing antialiasing = FontAntialiasing.LCD_RGB;
}

Obviously, this shall be changeable from outside (it is public)

But since it is enclosed into private-braces, this does not work. (Or at least it does not show in documentation http://svn.dsource.org/projects/arclib/branches/api/arc02/arc.font.html because of that)

It should be moved outside (below) the private scope.

Change History

03/27/08 02:13:27 changed by ChristianK

  • status changed from new to assigned.
  • component changed from unspecified to graphics.
  • milestone set to 0.2 maintenance.

03/27/08 02:14:25 changed by ChristianK

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1410]) fixed #102, font antialiasing mode should be public

05/13/08 13:53:05 changed by

  • milestone deleted.

Milestone 0.2 maintenance deleted