Timeline for Find the best font for rendering a codepoint
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 21, 2021 at 12:56 | history | edited | Cristian Ciupitu | CC BY-SA 4.0 | improved formatting (syntax highligting) |
| Aug 25, 2017 at 6:48 | review | Suggested edits | |||
| Aug 25, 2017 at 6:59 | |||||
| Jul 18, 2017 at 4:13 | comment | added | ShreevatsaR | Thanks for this answer! It was very helpful. I'm sure the OS or system libraries that implement font fallback are doing something more efficient, but this works. @Zulan It can be made to work with python3 too; I just wrote a smaller version of this at the bottom of this answer. | |
| Jun 6, 2016 at 10:18 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 | added 1 character in body |
| Jun 6, 2016 at 8:38 | comment | added | Zulan | Thats a very helpful script! However, it is only python2 compliant, and i suppose it is a bit nasty to do exactly that portable. Would you mind at least changing the #!/usr/bin/env python to #!/usr/bin/env python2 as per PEP 394. | |
| Mar 8, 2016 at 1:07 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |