Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 677641 Details for
Bug 891457
uneven emulated Bold/Slant for subsetted large fonts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
force fallback fonts
cairo.diff (text/plain), 2.36 KB, created by
Adrian Johnson
on 2013-01-13 08:02:58 UTC
(
hide
)
Description:
force fallback fonts
Filename:
MIME Type:
Creator:
Adrian Johnson
Created:
2013-01-13 08:02:58 UTC
Size:
2.36 KB
patch
obsolete
>diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c >index eaa27f1..7694946 100644 >--- a/src/cairo-pdf-surface.c >+++ b/src/cairo-pdf-surface.c >@@ -5555,17 +5555,17 @@ _cairo_pdf_surface_emit_unscaled_font_subset (cairo_scaled_font_subset_t *font_s > cairo_pdf_surface_t *surface = closure; > cairo_int_status_t status; > >- status = _cairo_pdf_surface_emit_cff_font_subset (surface, font_subset); >- if (status != CAIRO_INT_STATUS_UNSUPPORTED) >- return status; >+// status = _cairo_pdf_surface_emit_cff_font_subset (surface, font_subset); >+// if (status != CAIRO_INT_STATUS_UNSUPPORTED) >+// return status; > >- status = _cairo_pdf_surface_emit_truetype_font_subset (surface, font_subset); >- if (status != CAIRO_INT_STATUS_UNSUPPORTED) >- return status; >+// status = _cairo_pdf_surface_emit_truetype_font_subset (surface, font_subset); >+// if (status != CAIRO_INT_STATUS_UNSUPPORTED) >+// return status; > >- status = _cairo_pdf_surface_emit_type1_font_subset (surface, font_subset); >- if (status != CAIRO_INT_STATUS_UNSUPPORTED) >- return status; >+// status = _cairo_pdf_surface_emit_type1_font_subset (surface, font_subset); >+// if (status != CAIRO_INT_STATUS_UNSUPPORTED) >+// return status; > > status = _cairo_pdf_surface_emit_cff_fallback_font (surface, font_subset); > if (status != CAIRO_INT_STATUS_UNSUPPORTED) >diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c >index 877ba14..d4e3445 100644 >--- a/src/cairo-ps-surface.c >+++ b/src/cairo-ps-surface.c >@@ -715,13 +715,13 @@ _cairo_ps_surface_emit_unscaled_font_subset (cairo_scaled_font_subset_t *font_su > if (_cairo_int_status_is_error (status)) > return status; > >- status = _cairo_ps_surface_emit_type1_font_subset (surface, font_subset); >- if (status != CAIRO_INT_STATUS_UNSUPPORTED) >- return status; >+// status = _cairo_ps_surface_emit_type1_font_subset (surface, font_subset); >+// if (status != CAIRO_INT_STATUS_UNSUPPORTED) >+// return status; > >- status = _cairo_ps_surface_emit_truetype_font_subset (surface, font_subset); >- if (status != CAIRO_INT_STATUS_UNSUPPORTED) >- return status; >+// status = _cairo_ps_surface_emit_truetype_font_subset (surface, font_subset); >+// if (status != CAIRO_INT_STATUS_UNSUPPORTED) >+// return status; > > status = _cairo_ps_surface_emit_type1_font_fallback (surface, font_subset); > if (status != CAIRO_INT_STATUS_UNSUPPORTED)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 891457
:
671807
|
671809
|
671810
|
671811
|
671812
|
674513
|
677638
|
677639
|
677640
| 677641 |
677643
|
678118
|
678121
|
683564
|
689537
|
711682
|
711683