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

setCMAP #13

Open
typemytype opened this issue Jan 30, 2016 · 2 comments
Open

setCMAP #13

typemytype opened this issue Jan 30, 2016 · 2 comments

Comments

@typemytype
Copy link
Member

it should be CMAP with caps instead of lowercase

error: https://github.com/typesupply/compositor/blob/master/Lib/compositor/font.py#L37

api callback: https://github.com/typesupply/compositor/blob/master/Lib/compositor/layoutEngine.py#L23

@typemytype
Copy link
Member Author

and it should not set self.cmap but just cmap

sorry for being lazy and not forking-fixing-pull requesting the whole thing....

@typemytype
Copy link
Member Author

and the init of the Font class needs

super(Font, self).__init__()
File "/Users/frederik/Documents/dev/typeSupply/compositor/Lib/compositor/layoutEngine.py", line 26, in setCMAP
    if self.gsub is not None:
AttributeError: 'Font' object has no attribute 'gsub'

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