AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkText.DefaultMagnificationFilter Property

Sets the image filter for all text objects and print functions that are using the default font when the text image is larger than the screen space it occupies.

Syntax
Pascal
class property DefaultMagnificationFilter: TAgkImageFilter;

Nearest filtering chooses the closest pixel to display and can look blocky. Linear filtering blends the 4 closest pixels and can look blurry.

Copyright (c) 2012. All rights reserved.