Vcl.Graphics.TFont.SetQuality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetQuality(const Value: TFontQuality);

C++

void __fastcall SetQuality(const System::Uitypes::TFontQuality Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TFont

Description

Access function for the Quality property.

See the TFontQuality for information on the enumeration.

See Also