Jonatha Gabriel

Results 13 comments of Jonatha Gabriel

> I couldn't understand that. Can you provide an example? This is most related to the `render` function that's do all the math before draw things on the canvas (if...

Well, I successfully build a version of termux thats support italics here some screenshots: With an italic font: ![Italic](https://user-images.githubusercontent.com/60396154/172279111-99acfc00-0285-448c-8ab7-ce3bc1a29af5.png) Without an italic font: ![Screenshot_20220606-225524-874](https://user-images.githubusercontent.com/60396154/172279347-a9bf75b3-1aa4-44d0-bb59-a32c6c87dd30.png) Without italic the text is rendered...

Would be possible to also add true support to bold fonts.

> I think it will be better to fallback to the regular font rather than the monospace font It's true, I forgot to made this, the monospace was to test...

From https://odin-lang.org/docs/install/: > Notes for Linux:: The compiler currently relies on the core and shared library collection being relative to the compiler executable. Installing the compiler in the usual sense...

> However, when I run the produced executable, I get a new error: This is the odin code that you've compiled? If yes, the error happens because the odin compiler...

Termux load colors from `$HOME/.termux/colors.properties`, then change this file will change colors for many things. The Termux font is `$HOME/.termux/font.ttf`, put some font file with that name or symlink to...

> That was added in `v0.15.0`. > https://github.com/termux/termux-float/releases/tag/v0.15.0 Oh, I see > I am not sure if users want separate files for Termux:Float or not. Maybe some kind of option...

When I get some time I'll work on improve this (maybe add true bold fonts) and fix the conflicts.

> It's just a theory, but here's what I think is happening: > > 1. When a GTK button detects a button press event, it grabs the pointer. This behavior...