Fini

Results 1297 comments of Fini

Ah. Terminal has a function that determines the width of the glyph. **_Codepoint Width Detector_** https://github.com/microsoft/terminal/blob/main/src/types/CodepointWidthDetector.cpp Radar icon is U_F936 ... according to table `Wide` And the Foxy is U_F296......

Hmm, the 5.2 font, where/how did you get that? I'm too stupid :-D ![image](https://user-images.githubusercontent.com/16012374/147740984-93273b36-3182-4d91-b953-00286d6b7342.png)

Maybe here: 978f3b1b2d, trying

Can replicate... ![image](https://user-images.githubusercontent.com/16012374/147746202-fdc87ad9-efc1-4295-afd5-a12ee208032b.png)

When I use `font-patcher` that was current in 978f3b1, and run in on HEAD, I get the same (i.e. working) font as the 5.2 version, although this is just the...

This is what the code is about: ![image](https://user-images.githubusercontent.com/16012374/147755913-1985725f-55c5-439f-b0e8-1bcf8199bf2e.png) _(Image taken from https://freetype.org/freetype2/docs/glyphs/glyphs-3.html)_ We want the _advance width_ to be the same for all glyphs. :heavy_check_mark: We want the bearings to...

Okay, the reason for the change is most likely this (I even stated it above) #### Bisected an overlap issue in status bars to ... Before that commit (59c45ba4) we...

This is the current code: ```python align_matrix = psMat.translate(x_align_distance, y_align_distance) self.sourceFont[currentSourceFontGlyph].transform(align_matrix) # Needed for setting 'advance width' on each glyph so they do not overlap, # also ensures the font...

This seems to be the original Issue report https://bugs.archlinux.org/task/66212 and it is exactly this... people who expect icon-adwance-width to be the full bbox-width. Which is contrary to people who expect...

Unfortunately the new Gitlab workflow again stores all build artifacts INSIDE the repo. I am not really sure why. (`Commit and push ...` in picture below) The workflow should just...