Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WordSpace/PunctuationSpace scaling #97

Closed
wspr opened this issue Feb 27, 2011 · 1 comment
Closed

Fix WordSpace/PunctuationSpace scaling #97

wspr opened this issue Feb 27, 2011 · 1 comment

Comments

@wspr
Copy link
Collaborator

wspr commented Feb 27, 2011

I need to change these features (see XeTeX mailing list late Feb 2011) to scale with font size, as in:

 \tl_put_right:Nn \l_fontspec_postadjust_tl {
   \fontdimen2\font=#1\fontdimen2\font
   \fontdimen3\font=#2\fontdimen3\font
   \fontdimen4\font=#3\fontdimen4\font
 }
@wspr
Copy link
Collaborator Author

wspr commented Feb 28, 2011

Although note:

one side-effect of your patch is that now, afaics, WordSpace multipliers work cumulatively in
\newfontfamily\russianfont[Mapping=tex-text,Script=Cyrillic,WordSpace={1.4,.9,.8},
SmallCapsFeatures={LetterSpace=5,WordSpace={1.5,1,1}}]{CharterITC}
while they were unrelated before.

@wspr wspr closed this as completed in 8c7ca85 Aug 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant