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

Fix #1873 Wrong Font Family and Size on Print plugin #1874

Merged
merged 2 commits into from
May 24, 2017

Conversation

allyoucanmap
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 79.641% when pulling a653fe5 on allyoucanmap:print-font-size into 674f30e on geosolutions-it:2017.03.01.

@@ -119,6 +119,7 @@ const Font = connect((state) => ({
italic: state.print && state.print.spec && state.print.spec.italic
}), {
onChangeFamily: setPrintParameter.bind(null, 'fontFamily'),
onChangeName: setPrintParameter.bind(null, 'fontName'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fontName is not used, I think. You still use only fontFamily in PrintUtils. Maybe we don't need a duplicated property at all

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 79.639% when pulling c192b33 on allyoucanmap:print-font-size into 674f30e on geosolutions-it:2017.03.01.

@tdipisa tdipisa self-requested a review May 24, 2017 08:17
@tdipisa tdipisa merged commit f116947 into geosolutions-it:2017.03.01 May 24, 2017
mbarto pushed a commit that referenced this pull request May 29, 2017
* Fixed LocalUtils and Setting plugin to display supported locales (#1864)

* Improved thumbnail customization of Background Selector (#1870)

* Fixes #1867: print example not loading due to misaligned pdfjs version (#1871)

* Fixes #1868: fixed some of the plugins to better work in the plugins … (#1875)

* Fixes #1868: fixed some of the plugins to better work in the plugins example

* Removed duplicate plugin

* Fix #1873 Wrong Font Family and Size on Print plugin (#1874)

* Fixed font family and size on print

* Fixed font name in legend options

* Moved background selector (#1876)

* Fixed background selector issue on mobile search (#1879)

* Fixes #1866: queryform example updated with epics and other related f… (#1877)

* Fixes #1866: queryform example updated with epics and other related fixes

* Removed unnecessary check

* Fix #1880 search fails on ie (#1881)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants