Igor Mikushkin

Results 10 comments of Igor Mikushkin

Hi everyone! I removed my previous explanation because it was not quite correct. Unfortunately I don't remember details. Generally I wrote `NewFromFloatWithExponent` method treating the exponent more like a precision....

The explanation of the difference between the exponents of `12.1` and `12.5` numbers. https://go.dev/play/p/nru77mDw2ac `12.1` is actually represented as `12.0999999999999996447286321199499070644378662109375` in `float64` and we round it to 2 digits after...

Currently https://github.com/ncw/gotemplate/pull/29 is merged. It applies automatic import fixes like when you run `goimports`. Also now (starting from Go 1.9) there is a possibility to use type aliases. I think...

@kenmcd I highly doubt they are either corrupt or infected. It's more likely that some of your protection tools are giving false positives. Anyway, a zip archive is attached. [inter-pdfs.zip](https://github.com/user-attachments/files/17970310/inter-pdfs.zip)

@kenmcd I discovered that, for example, `c++` produces a readable mapping, while `C++` shifts the `+` higher and uses an alternate glyph. This is great, as it looks much better....

@kenmcd Sorry, did I rush to close the issue? Feel free to reopen it if you believe it is related to the font.

@kenmcd This completely blew my mind, as the following produces correct mappings by enabling the `tnum` feature, not disabling it: ~~~ \documentclass{article} \pagestyle{empty} \usepackage{fontspec} \setmainfont{Inter}[ Path = ./fonts/Inter-4.1/extras/otf/, Extension =...

@khaledhosny I can confirm that `\XeTeXgenerateactualtext=1` works. I will write a PR for `README.md`, as this is an important peculiarity of the font that can take hours of debugging for...

The solution with `\XeTeXgenerateactualtext=1` fixes only part of the problem. When set to `1`, the `/ActualText` entry is added to the output PDF, improving copy/paste and search functionality in PDF...

Just a wild guess: could it be worth mapping these glyphs to both the Private Use Area (PUA) and the actual text? I mean having the `calt` feature produce actual...