SetTextOverlay_HighResFont
Delphi
procedure SetTextOverlay_HighResFont (Index: LongInt; Value: Boolean);
C++Builder
void __fastcall SetTextOverlay_HighResFont(System::LongInt Index, bool Value);
C#
public void SetTextOverlay_HighResFont(int Index, bool Value);
VB.NET
Public Sub SetTextOverlay_HighResFont(Index As Integer, Value As Boolean)
C++/Qt
void SetTextOverlay_HighResFont (int Index, BOOL Value);
void SetTextOverlay_HighResFont (BOOL Value);
Enables the high-resolution font mode, selecting the high-resolution fonts for the text overlays.
Note that the high resolution fonts are supported in C++, C# and VB.NET, ActiveX, Lazarus and Delphi/ C++Builder XE or higher.