Vinícius Felipe Botelho Barbosa

Results 73 comments of Vinícius Felipe Botelho Barbosa

Reorganizar em uma unit só, o código é pequeno e isso não é um projeto, é só um algoritmo. Mas não ficou 100%, dá para melhorar ainda.

Sim, esse fds eu farei isso.

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

> Good day. > Add C ++ builder support. > Empty project > `#include "Skia.FMX.hpp"` - 432 errors It is not yet available. We are working in CBuilder support at...

@vgromov Yes, the namespace is definitely an issue. But it doesn't come down to that. It is necessary to adapt from the Skia enable plugin within the IDE, adapt the...

> Anything more deep, and the namespace hell is overwhelming. Yes, but I have a ready solution to all namespaces issues without rename the .pas and without made a macro...

Hi, thank you very much for reporting the issue! Well, full support for RTL languages in input text controls (TEdit, TMemo, ...) depends on two issues: 1) A TTextLayout that...

Officially this is not a problem with the Skia4Delphi library, because as I said the problem is in the TEdit and TMemo code, which were not made to support RightToLeft...

@TheOriginalBytePlayer Hi! How is your configuration to enable Skia? (usually in your .dpr) Are you changing the GlobalUseSkiaRasterWhenAvailable?

On Windows we made 2 backends for Canvas based on Skia: 1. Raster (CPU) 2. OpenGL (GPU) In the future we will implement other backends, but first we need to...