Hi Hans, Thank you for the review and your suggestions! Le 24/11/2013 12:53, Hans Hagen a écrit :
normally typescripts like that end up in tex/context/third (maybe at some point we can collect extra typescripts in one package)
https://github.com/nibua-r/roboto-context/issues/1 Extra typescripts collection is a good idea. I have at least some typescripts here for Minion, Meta, frutiger, … Any other contributed typescripts are welcome!
a few suggestions:
\definefontfeature[slanted][default][mode=base,slant=.25]
best define "roboto-slanted" as you don't want to overload other definitions of slanted and this is rather font specific .. and are you sure you want base mode here?
https://github.com/nibua-r/roboto-context/issues/2
\definefontfeature[roboto-slanted][slant=.25]
\definefontsynonym [\s!SerifItalic] [\s!Serif] [\s!features={default,roboto-slanted}]
should also work and delays default
RobotoSlab doesn't get slanted without mode=base and/or features={default,roboto-slanted}. I can't explain why but maybe Wolfgang could explain since he is the one who provided the solution in the first place. https://github.com/nibua-r/roboto-context/issues/3 https://github.com/nibua-r/roboto-context/issues/4
also, name type typescript type-imp-roboto.tex (or .mkiv)
https://github.com/nibua-r/roboto-context/issues/1
Hans
Best Regards, Renaud