Skip to content

SetTextOverlay_FontSize

function

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

Sets the font size, in points, of the text overlay specified by Index (0 for the 1st text overlay, 1 for the 2nd, etc.). Look at the Text Overlays chapter for more information.