Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upResolve default fonts using fontconfig. #30
Merged
Conversation
|
|
||
| let font_set = FcFontList(self.fontconfig, pattern.pattern, object_set.object_set); | ||
| let font_set = FcFontSetCreate(); |
This comment has been minimized.
This comment has been minimized.
RazrFalcon
Feb 17, 2019
Author
Collaborator
Not sure if we should free this set. All other methods do not free it too.
|
Looks good! |
|
Thanks. But what about Win and Mac? |
|
I was planning to match the behavior of Web browsers: i.e. use their
defaults for serif, sans-serif, etc.
…On Thu, Feb 28, 2019, 12:14 PM Evgeniy Reizner ***@***.***> wrote:
Thanks. But what about Win and Mac?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<https://github.com/pcwalton/font-kit/pull/30#issuecomment-468421113>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJoyW1L4aJCGBwK6Ep_qEZ43nmNuzRlks5vSDiqgaJpZM4a_xiy>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
RazrFalcon commentedFeb 17, 2019
Uses the same algorithm as fc-match.
Partially fixes #25