ToolsAPI.WelcomePage.INTAWelcomePageBackgroundService280.GetTextSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTextSize(const AText: string; AFont: TFont): TSize;

C++

virtual System::Types::TSize __fastcall GetTextSize(const System::UnicodeString AText, Vcl::Graphics::TFont* AFont) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
ToolsAPI.WelcomePage.pas
ToolsAPI.WelcomePage.hpp
ToolsAPI.WelcomePage INTAWelcomePageBackgroundService280

Description

Returns the width and height of the specified string of text for the specified Font.

See Also