Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WIP: New FreeType wrappers#5414

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
mdboom wants to merge35 commits intomatplotlib:masterfrommdboom:freetypy
Closed
Changes from1 commit
Commits
Show all changes
35 commits
Select commitHold shift + click to select a range
038cd9c
Remove ft2font
mdboomNov 5, 2015
5e4c36e
Install freetypy from git
mdboomNov 5, 2015
0cc61e9
Remove tests and examples that are now obsolete
mdboomNov 5, 2015
d97def9
Use freetypy in font_manager.py
mdboomNov 5, 2015
23c2f07
Move from FT2Font to freetypy for all uses
mdboomNov 5, 2015
c91d988
Update comment
mdboomNov 5, 2015
440fc51
Move local freetype building resp. to freetypy
mdboomNov 5, 2015
632a6f6
Bugfix for AFM fonts
mdboomNov 5, 2015
72cedd3
Remove usage of ttconv, in favor of freetypy.subset
mdboomNov 18, 2015
4eaa209
Use font config in place of font_manager
mdboomNov 18, 2015
04c14db
Font layout details
mdboomNov 18, 2015
d8ca0d5
Bug fixes in new font universe
mdboomDec 1, 2015
28fb1dc
Build freetypy with specific version of freetype
mdboomDec 1, 2015
b7d73af
Install fcpy on Travis
mdboomJan 22, 2016
d45129f
Minor fixes and consistency cleanups
mdboomJan 22, 2016
cbd59dc
Fix merge
mdboomJan 22, 2016
19bc0a3
Fix y-alignment
mdboomApr 11, 2016
2825e44
Fix SVG
mdboomApr 11, 2016
39a5e79
Fix y-alignment
mdboomApr 11, 2016
1dfb7b8
Fix rendering of mathtext
mdboomApr 11, 2016
d2ceb8e
Fix deprecation warnings
mdboomApr 12, 2016
0208eb5
Remove obsolete test
mdboomApr 19, 2016
ed07ac8
Fix requirements
mdboomApr 28, 2016
2261d48
Narrow builds no longer relevant
mdboomApr 28, 2016
e7e8065
Improve layout-to-bitmap API
mdboomApr 28, 2016
e3f921e
Fix spacing in PDF
mdboomApr 28, 2016
6ce033f
Fix slant handling
mdboomApr 28, 2016
641d2b4
Make single directory font lookup work
mdboomApr 28, 2016
b55c8eb
Fix deprecated rcParam warnings
mdboomApr 28, 2016
607767e
Fix font styles test
mdboomApr 28, 2016
e037636
Fix layout in legends
mdboomApr 28, 2016
d00777d
Bugfix
mdboomApr 28, 2016
4c68718
Handle AFM files correctly
mdboomApr 29, 2016
0d10ec1
Use new layout API
mdboomApr 29, 2016
9d6632f
Update test images
mdboomApr 29, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix spacing in PDF
  • Loading branch information
@mdboom
mdboom committedApr 28, 2016
commite3f921eb2e358a511b718f2b52827a529babe90c
2 changes: 1 addition & 1 deletionlib/matplotlib/backends/backend_pdf.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1811,7 +1811,7 @@ def get_text_width_height_descent(self, s, prop, ismath):
else:
font = self._get_font_ttf(prop)
layout = ft.Layout(
font, s, load_flags=ft.LOAD.NO_HINTING)
font, s, load_flags=ft.LOAD.FORCE_AUTOHINT)
w = layout.layout_bbox.width
h = layout.ink_bbox.height
d = -layout.ink_bbox.y_min
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp