- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sat, 28 Jan 2017 22:18:08 -0500
- To: "Myles C. Maxfield" <mmaxfield@apple.com>
- Cc: Public CSS Test suite mailing list <public-css-testsuite@w3.org>
Le 2017-01-28 22:02, Gérard Talbot a écrit : > Myles, > > Would it be possible to create a version of Ahem font that would > reduce or minimize or neutralize anti-aliasing? or that would specify > that font smoothing (anti-aliasing) must not be applied? https://github.com/litherum/AhemMaker/blob/master/AhemMaker/main.swift#L308 func gaspTable() https://github.com/litherum/AhemMaker/blob/master/AhemMaker/main.swift#L314 append(result, value: UInt16(2)) // Greyscale As I understand this, Greyscale is one anti-aliasing method. What does the 2 value mean here? What would be the best value to minimize or neutralize anti-aliasing in a new Ahem font version? Gérard -- Test Format Guidelines http://testthewebforward.org/docs/test-format-guidelines.html Test Style Guidelines http://testthewebforward.org/docs/test-style-guidelines.html Test Templates http://testthewebforward.org/docs/test-templates.html CSS Naming Guidelines http://testthewebforward.org/docs/css-naming.html Test Review Checklist http://testthewebforward.org/docs/review-checklist.html CSS Metadata http://testthewebforward.org/docs/css-metadata.html
Received on Sunday, 29 January 2017 03:18:45 UTC