Tao

Results 8 comments of Tao

Hi,这个bug是这样的。我希望实现的场景是这样的——在一个未知宽度的div中加入了4个子div,每个div的宽度是25%,于是我写了如下一段xml .btnContent { width : 25%; height : 100%; margin : 2 1; } .btn { float : center; valign: middle; }

我也遇到了这个问题,我是通过category修复的,可以看一下我的fork https://github.com/TonyJR/FloatView

ccmp looks like an enforcement feature. It's not display in feature list, but always runs before decode a text. ![image](https://github.com/opentypejs/opentype.js/assets/7473679/83900d86-94e1-40ea-bbf1-0c75f5f363c2) https://learn.microsoft.com/en-us/typography/script-development/standard Maybe we can add a preprocessing process in Font.stringToGlyphs()...

> @TonyJR would you be available to have a look at this, as you implemented the ccmp feature? Yes, I'm trying this. I found the rule for "#️⃣ found sub...

I found the reason! You have inputed a “fully-qualified” emoji and the font not supported. ![image](https://github.com/opentypejs/opentype.js/assets/7473679/34f5914e-9f57-49c4-aa53-c88486e11f97)

WTF!Figma draw it right. I'm going to find the reason out.

> @TonyJR any progress on this? Sorry, I've been a bit busy lately. \uFE00-\uFE0F are variation selectors, which should deal in cmap. I have tested halfbuzz and it skips these...

Yes, you are right. I'm trying to find the order. But I prefer to directly refer to the Halfbuzz source code. And I found that half actually merges and processes...