Li Ye

Results 6 comments of Li Ye

Maybe is there any new development about COLR?

> A glyph_raster_image cache could be a much simpler thing with exactly one pre-drawn image per emoji and also has a greater case to be static. I think if one...

If leave appropriate space for emojis somehow so an external render logic could handle them, we also need to layout and shape the text. But for different emoji fonts there...

It seems that i set the font to `80px` in chrome, not the 80pt. And also set 80PxScale in glyph_brush, which multiplied with windows's scale_factor. ``` let scale = (80.0...

glyph_brush(80pt) vs chrome(80pt) glyph_brush(80px) vs chrome(80px) It seems that when i use 80pixels, glyph_brush is smaller than 80 pixels in size.

Thanks for your reply! >I haven't tried it myself, but in this way it seems possible to render emojis correctly without any changes to glyph_brush. Emoji has many codepoints, such...