Mohammad Khalid Hussain

Results 18 comments of Mohammad Khalid Hussain

The v1 font still has None for those ayaat. The v2, however, has no such problems. Here is a Python attempt: ```python import requests quranAPI = 'https://api.quran.com/api/v4/quran/verses/code_v2' content = requests.get(quranAPI).json()...

I'm sorry, I got preoccupied with some other issues. I'll give it a try tomorrow. Thanks for the prompt replies.

**UPDATE**: I'm still having the same problem. I updated the `setup.sh` and the `Dockerfile` as well but it still gives me the same ouput.

I am also looking for ejection fraction data. To get the code for ejection fraction, I used: ``` SELECT * FROM d_items WHERE label LIKE '%jection%' ``` I found out...

I tried it on Microsoft Word. Yes, you're right. Thank you very much for the clarification. I don't have much knowledge about font creation but wouldn't ss be used for...

> What exactly a feature does or has to do or even how it has to do something isn’t standardized so there’s no problem, technically, with my use of ss20....

I didn't know that. I created a sample file using in LuaLaTeX as follows, ```tex \documentclass[ebook]{memoir} \usepackage{fontspec} \setmainfont{EB Garamond} \setlength{\parindent}{0pt} \begin{document} {\addfontfeatures{StylisticSet=20}\textsc{ḥadīth S Ṣ s ṣ}}\\ \textsc{ḥadīth S Ṣ s...

We can also add a slightly more enhanced style as well. Example: `heading.figureno` -> 1.1, 1.2, 1.3, ...