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

Font objects should encapsulate font face, size, weight, style #82

Closed
burg opened this issue Sep 18, 2012 · 0 comments
Closed

Font objects should encapsulate font face, size, weight, style #82

burg opened this issue Sep 18, 2012 · 0 comments

Comments

@burg
Copy link

@burg burg commented Sep 18, 2012

In the present situation, the font face, color, size, etc are all hardcoded. The following characteristics should comprise a single Font object, with the idea being that text runs with the same Font and color could be shaped and drawn from the same instance.

Font characteristics:

  • Font size (via the font scaling matrix)
  • Font face
  • Font weight
  • Font style (italics, oblique, normal)
@burg burg closed this Oct 29, 2012
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
…a-url-muted-bugfix

<script src=data:...> should not mute the onerror arguments anymore per ...
glennw added a commit to glennw/servo that referenced this issue Jan 16, 2017
Add border generation to texture cache, support bilinear filtering for images.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.