Re: [css-writing-modes-3] [css-inline-3] Need for new Ahem font version with addition of 1 glyph with Vertical_Orientation property set to U

> On Aug 10, 2016, at 12:11 PM, fantasai <fantasai.lists@inkedblade.net> wrote:
> 
> On 08/09/2016 04:47 PM, Myles C. Maxfield wrote:
>> Here’s the README i’ve included in the project which generates the font:
> 
> Thanks!
> 
>> Greek capital letter Chi (U+3A7): Thin horizontal stripe and full advance
>> "横" (U+6A2A): Thin horizontal stripe and full advance
>> Greek capital letter Upsilon (U+3A5): Thin vertical stripe and full advance
>> "纵" (U+7EB5): Thin vertical stripe and full advance.
> 
> Can you detail the coordinates of these stripes?
> It will be useful to know when making references.

let horizontalStripe: Path = [[Point(x: 0, y: 600), Point(x: 1000, y: 600), Point(x: 1000, y: 400), Point(x: 0, y: 400)]]
let verticalStripe: Path = [[Point(x: 200, y: 800), Point(x: 400, y: 800), Point(x: 400, y: -200), Point(x: 200, y: -200)]]
(from https://github.com/litherum/AhemMaker/blob/master/AhemMaker/main.swift <https://github.com/litherum/AhemMaker/blob/master/AhemMaker/main.swift>)

> 
> Also, if you haven't checked yet, make sure that the font
> will render without anti-aliasing at multiples of 5px?
> This is a property of the current Ahem font that we need
> to keep.

If you draw the font at 20px, then 1000 FUnits = 20px, so 50 FUnits = 1px. All the coordinates above are on multiples of 50 FUnits.

> 
> Also, would you mind adding the mappings suggested by Florian? :)
> 
>> I would suggest one more mapping for the horizontal one:
>> - '橫' U+6A6B
>> and two more for the vertical one:
>> - '縦' U+7E26
>> - '縱' U+7E31

Okay.

>> 
>> They are the Japanese and traditional Chinese variants of
>> the simplified Chinese character proposed above. Besides
>> avoiding picking favorites, there's also a practical benefit:
>> making the character easy to input regardless of which
>> language's IME you have on your computer.
> 
> https://lists.w3.org/Archives/Public/public-css-testsuite/2016Jul/0019.html
> 
> ~fantasai
> 

Received on Tuesday, 16 August 2016 00:29:19 UTC