weolar / miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Apache License 2.0
7.06k stars 1.05k forks source link

Arabic text Liguature problem #563

Open hafedh-trimeche opened 1 year ago

hafedh-trimeche commented 1 year ago

Hello, Please note that the Arabic text below is not well rendered. Letters are not joined together. FireFox renders well this arabic text: نص عربي

<!DOCTYPE HTML>
<html>
<head>
<meta charset=utf8>
<style type="text/css">
p:first-letter {
  color: red;
}
</style>
</head>
<body>
The arabic letters should apear like نص عربي
</body>
</html>