Florian "sp1rit"

Results 92 comments of Florian "sp1rit"

You could modify the `Font_imgui` constuctor in a way that it either takes a function pointer to `MyGUILibrary::LoadFont` (this obviously needs to be a static method for this to work)...

@cesss I did plan to include a modified version of this in the documentation I'm working on at #129 . Fonts are typically a preference thing, however I'd go with...

> I guess, a satisfactory solution would be to have a renderer agnostic implementation (no Qt, no skia, no opencv, ...), where it takes the draw calls as an input...

> > > I guess, a satisfactory solution would be to have a renderer agnostic implementation (no Qt, no skia, no opencv, ...), where it takes the draw calls as...

So, I've implemented support for viewing pages on mobile and I've added a (WIP) page about CLM Fonts. whats missing now is: - QT5 Documentation (@PikachuHy I think you are...

the cairo/pango renderer already has support for OS X (no idea about ios). It also compiles using apples clang fork. I don't really see why changing the string type to...

oh, nevermind what I said. all development is done against the openmath branch, which is a major rework of clm.

> [**EDIT**] Could help fix mouse clicks reported for pen position issue from https://github.com/libsdl-org/SDL/issues/5344 if still open its still affected, but this PR doesn't currently do the tablet api for...

> I hope that the most recent changes also address the XWayland issue that @sp1ritCS ran into. it did. > it seems like a good idea to take a page...

@creichen I'll reply here to your comment in #5344 since it seems more appropriate: > For now I've left in what I believe to be a buggy implementation-- the bug...