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 From conversion from NativeFontHandleWrapper to PathfinderComPtr #2705

Merged
merged 1 commit into from May 1, 2018

Commits on May 1, 2018

  1. Fix From conversion from NativeFontHandleWrapper to PathfinderComPtr

    See https://github.com/pcwalton/pathfinder/pull/81 and #2645 - this fixes 1 compile error, where we can't convert from a NativeFontHandleWrapper to a ComPtr. We need this, so that PathfinderFontContext::add_native_font() works correctly.
    fschutt committed May 1, 2018
You can’t perform that action at this time.