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 upgfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core Text font backend. #4524
Conversation
hoppipolla-critic-bot
commented
Jan 1, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/3622 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
| italic: italic, | ||
| } | ||
| } | ||
| } | ||
|
|
||
| impl PartialEq for FontTemplateDescriptor { |
This comment has been minimized.
This comment has been minimized.
glennw
Jan 4, 2015
Member
I don't think you can remove this and replace with PartialEq because the is_bold() method on weight is not an equality check?
|
Needs a rebase and fix / comment for the note above. |
|
Issue addressed and rebased. r? @glennw (will not land until after rustup) |
|
Rebased and updated. r? @glennw |
|
font backend.
This comment has been minimized.
This comment has been minimized.
|
r=glennw |
This comment has been minimized.
This comment has been minimized.
|
saw approval from glennw |
This comment has been minimized.
This comment has been minimized.
|
merging pcwalton/servo/font-stretch = abddfa7 into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = 3736396 |
pcwalton commentedJan 1, 2015
r? @glennw