Issue with TMS Web Core 2.9.6.1

There is a compilation error in unit WEBLib.TMSWEBGraphics.General, Line 2554: The code should be fixed to:

procedure TTMSWEBGraphicsContextGeneral.SetFontName(AName: string);
begin
  {$IFDEF FMXLIB}
  Canvas.Font.Family := AName;
  {$ENDIF}
  {$IFNDEF FMXLIB}
  Canvas.Font.Name := AName;
  {$ENDIF}
end;

We'll release an update to address this.

Speaking of "updates", the My Products page still shows 2.9.6.0 as the latest version.

It should be fixed now and show 2.9.7.0

1 Like