Alex Harker

Results 214 comments of Alex Harker
trafficstars

OK - I've started work on this here: https://github.com/iPlug2/iPlug2/tree/graphics/text-size This pulls in the new version of NanoVG which basically reverses the scaling which I had worked hard to copy. Right...

I'm going to deal with these outstanding things here also: - Matching of native textedits - Details of text positioning / measuring / kerning / hinting across APIs

@Youlean - I'm looking at vertical positioning now. Whilst I see what your implementation of bottom alignment is designed to do (and I haven't got a definitive opinion on the...

FWIW the pictures in the harfbuzz example also match what I had implemented for top and bottom align - you will see that there is a noticeable gap between the...

I can certainly try for both of those. As far as I can see your baseline implementation is correct, but for the fonts I have your topline implementation doesn't look...

I've reviewed the code, and whilst the simplification is valid, it doesn't seem to change the functionality of the code at all, as readAddress and mWriteAddress always have the same...

> If you don’t have Pro Tools to test this then you are just speculating. With respect - running in a different DAW can't change the basic operation of compiled...

OK for completeness after some further investigation, here is the full situation. The modulo with an unsigned value in cases where the latency is a power of two operates correctly,...

Yes - I'm not worried about memory allocation here - I was using the app wrapper and saving some settings on quit, which is fine on desktop, but not on...

unfortunately, I'm also seeing issues with text rendering when in app extensions - this occurs when the call to flush() happens under skia (the drop shadow can be done without...