googlefonts / roboto-classic

Development of a Roboto Variable font
SIL Open Font License 1.1
151 stars 15 forks source link

Index remapping #60

Closed dberlow closed 4 years ago

dberlow commented 4 years ago

Can this work?

Target xml file = an unhinted vf with the final glyph compliment and index order.

Source xml file = hinted vf with additional empty glyphs and index order different from the target

XML of each glyph contains sequential index numbers, the “glyph Id” and “Unicode Id”.

Begin with glyph Id 0 of target xml file

If Unicode of glyph id 0 in target = Unicode of glyph id 0 in source

Copy glyph and hints from source xml to target xml

Else find unicode of target glyph Id in source

Copy glyph and hints to target

Go to next target glyph Id.

davelab6 commented 4 years ago

@sannorozco said on a call yesterday this is working well. What's needed to wrap this issue?

sannorozco commented 4 years ago

Not yet, wrapping up writing new XML with new instructions.

On Thu 26 Mar 2020 at 8:53 Dave Crossland notifications@github.com wrote:

@sannorozco https://github.com/sannorozco said on a call yesterday this is working well. What's needed to wrap this issue?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/TypeNetwork/Roboto/issues/60#issuecomment-604475905, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJBDGHIN3J3EOESPR7ACR3RJNT47ANCNFSM4LQNBRQQ .

-- Santiago Orozco Typemade