Minsheng Liu
Minsheng Liu
Why is this an issue here? It seems to me that simply cutting away certain code from the plugin enables this functionality, at least partially. Disclaimer: I am new to...
I built Harfbuzz from the master, 34e0b28. I packaged them into a XCFramework and used Swift to call Harfbuzz directly, without any wrapper. Below is my shaping and drawing code:...
Sorry to disrupt. I saw the Chromium issue now. Set **the optical size** and everything now works. Hope this will be helpful for the future Swift programmers: ```swift var variations:...
Nope. What I did was: ```swift let cgFont = CTFontCopyGraphicsFont(ctFont, nil) let hbFace = hb_coretext_face_create(cgFont)! let hbFont = hb_font_create(hbFace)! hb_font_set_ptem(hbFont, .init(CTFontGetSize(ctFont))) ``` And the glyph spacing is still wrong.
So I did a little more digging. Apple has this attribute `kCTFontOpticalSizeAttribute` that can be used to modify a CTFont. If you print a CTFont from Swift, the default output...
I think the semantics is very unclear on this one. Let's say we publish 0...99 every 100ms with a throttling window of 1 sec. - When `latest = false` we...
@tarbaiev-smg So I did a little search on RxSwift, and it seems that something as simple as throttle actually has lots of subtle variations. Anyway, it seems that adding a...
I am trying to add a Haskell syntax highlighting and faced a similar problem. I noticed another project: https://github.com/jcbnlsn/Xcode-Corona-Editor In there Xcode 6 update commit, they add: ``` rm -f...
~Not sure if it is entirely harmless. I found that the output db_url is empty, and the secret mask is for db_password. Wonder if something is broken.~ Ignore this. Claude...