Dong Zhong

Results 3 comments of Dong Zhong

@kobalicek how could I use composition operation properly?

@kobalicek I have the similar problem. ```cpp BLGlyphBuffer glyph_buffer; BLTextMetrics text_metrics; while (p_start < text.size() && p_end shape(glyph_buffer); // When for the 4th char, the same assert occurs. bl_font_->getTextMetrics(glyph_buffer, text_metrics);...

大佬,请问一下,我在macos上编译v8,arm64的可以正常编译 > 抱歉,前面没有说编译环境:macOS 10.14.6 > 后面确实根据您说的提示下载了官方稳定的android版,编译仍然出现前面的features.h 头文件找不到的报错 > > 当前怀疑点:1 稳定版不一定就是macOS可编译的版本 > 2 编译文件缺少构建关联,需要配置什么(编译文件的引用策略之类) > > 这两天在macOS上用vmware安装了 linux Ubuntu 16.0.4 也使用ss翻墙(好不容易)发现在终端 git clone 时经常下载到某个百分比的时卡住不动了... 尝试了添加dns 到配置文件仍然无效果 > 请问您这边有遇到过类似情况或者有什么好的建议么 大佬,macos下有编译成功arm的32位吗?