Kovid Goyal

Results 25 issues of Kovid Goyal

Hi all, I have added support to kitty for [OpenType variable fonts](https://en.wikipedia.org/wiki/Variable_font). This means that, for fonts that support it, you can precisely control the weight, spacing, italic angle, etc....

In my application (kitty) I am creating UI that allows users to specify what font features they want to enable, for a given face. The stylistic set and character variation...

The builtin hash and comparison functions now mark their arguments as const, which they should have been doing anyway. In addition, automatic deduction of hash and cmpr functions now works...

Currently, vt_hash_string and vt_cmpr_string do not declare their arguments to be const. This makes them not useable with KEY_TY of const char* Ideally, HASH_FN and CMPR_FN should be set automatically...

Currently, piper logs something like ``` Real-time factor: 0.24298105233065118 (infer=2.355538764 sec, audio=9.694331065759638 sec) ``` In addition to this I would like it to log ``` bytes=XYZ ``` this eases integration...