Vinícius Felipe Botelho Barbosa

Results 74 comments of Vinícius Felipe Botelho Barbosa

Confirmed issue. The problem occurs when the system font is a custom font, i.e., different than Roboto.

**Updating** Unfortunately on Android there is no official api to get the system's default font family. Therefore, the IFMXSystemFontService.FamilyName (implemented in the FMX.Platform.Metrics.Android unit), always returns a 'Roboto' const. Internally...

Unfortunately, there is nothing to be done in this case. On Android there is no API that informs the name of the system's default font and Skia always considers Roboto...

Hello @peardox! Well, there is no warning because of a Delphi limitation. Our code throws an exception with the proper message but the exceptions in the initialization section are not...

You can easily start and stop just changing the Enabled property of the TSkAnimatedImage control. In next version we will add more features to control better the animation. (Like inverse,...

Hi @alexdgs, thank you very much to report the issue. Can you test with `GlobalUseSkiaRasterWhenAvailable := True` and `GlobalUseSkia := True`?

Fixed in our new release [3.4.1](https://github.com/skia4delphi/skia4delphi/releases)

Yes, firemonkey's TBitmap works in background thread, but not in parallel, the TCanvas lock blocks it. It is even possible to draw with the GPU in parallel, but it is...

## Using the Alcinoe without install (Delphi Rio 10.3.1) **1**) Download the Alcinoe, create a new folder in your project folder, named "third-party" and save the alcinoe there **2**) Open:...