Re: Ahem font and anti-aliasing

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