Takashi Kawasaki
Takashi Kawasaki
We have several SVG files that have Japanese texts. And, on Android, the current implementation renders the text with incorrect locale. The Japanese text is rendered with Chinese locale/glyphs. The...
I've been evaluating MozJpeg's tjCompress2 function using tjexample (with only input/output filenames but no more options). The problem is that the latest master commit (1a7384c79076bec20a70085e6dcae17a3268f72b) does "normal" JPEG compression and...
From discussion #38; I'm now working on [PDF rendering engine](https://github.com/espresso3389/sobar_pdf) for Windows/Linux.
In theory, many of issues are fixed by introducing pdfium based render: - Replacing Android PdfRenderer with pdfium #92 - Not shows the pdf signed document on Android and IOS...
On Android, the plugin uses [PdfRenderer](https://developer.android.com/reference/android/graphics/pdf/PdfRenderer) to handle PDF. But it lacks support of text, annotation, and rotation related features. We had better use pdfium directly to support such kind...
For #864, I've added codes to handle certain API calls. I'm not sure whether it is fully handle all the calls but at least the example code works correctly. There...
On Windows, we want to use the current codepage normally described as ANSI codepage, typically to convert codepage specific characters to UTF-8. Could you please introduce some kind of "ansi"...
I'm using this library to manipulate DS-100. On DS-100 spec, it allows us to send messages like `/dbaudio1/matrixinput/mute/{9,10,64}` or `/dbaudio1/matrixinput/mute/*` but they are rejected by [_isValid](https://github.com/pq/osc/blob/master/lib/src/message.dart#L12) function. For my own...
pauldemarco/flutter_blue PR #940 was initially created by me and the PR was merged into boskokg/flutter_blue prematurely. This PR applies the latest changes on the branch to boskokg/flutter_blue.
I've researched how the encryption key is stored in encrypted_shared_preference and found that it is simply stored in SharedPreferences. Basically, such sensitive info must be stored in keychain or something...