SetTextDefaultMinFilter

Description

Sets the image filter for all text objects and print functions that are using the default font when the text image is smaller than the screen space it occupies. Nearest filtering chooses the closest pixel to display and can look blocky. Linear filtering blends the 4 closest pixels and can look blurry.

Definition

SetTextDefaultMinFilter( mode )

Parameters