Skip to content

SetTextOverlay_FontColor

function

Delphi
procedure SetTextOverlay_FontColor (Index: LongInt; Value: TColor);
C++Builder
void __fastcall SetTextOverlay_FontColor(System::LongInt Index, System::Uitypes::TColor Value);
C#
public void SetTextOverlay_FontColor(int Index, int Value);
VB.NET
Public Sub SetTextOverlay_FontColor(Index As Integer, Value As Integer)
C++/Qt
void SetTextOverlay_FontColor (int Index, int Value);
void SetTextOverlay_FontColor (int Value);

Adjusts the font color of the specified overlay in the OCX and DLL versions. Note: for Delphi and C++Builder, set the font directly with SetTextOverlay_Font.