Fini
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 
Maybe here: 978f3b1b2d, trying
Can replicate... 
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 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...