gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Oct 26 17:08:52 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/946cbef9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4ddd28a5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/676cc337 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/974342bb (commit)
	from  https://github.com/Gnucash/gnucash/commit/92f27278 (commit)



commit 946cbef95f3e68131f49bcf1801f310a476e6e0f
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 26 14:05:31 2020 -0700

    HTML fonts: Parse additional values of font-weight from the pango font name.

commit 4ddd28a5d9f65e7c5f05bfee9d86a56fa5a67645
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 26 11:48:22 2020 -0700

    Extract font-stretch when converting pango font names to CSS.
    
    Also wrap font-family value in quotes and lower-case the fallback
    generic sans-serif font-family for CSS conformance (though browsers
    don't seem to care).

commit 676cc337dcff1cb68661169ee916b90fdbc1ace9
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 26 11:45:23 2020 -0700

    [macOS] Replace bogus font name from pango.
    
    Pango on macOS reports ".AppleSystemUIFont" as the name for the
    system-ui alias. This bogus name doesn't work so replace it with
    the fallback Arial.

commit 974342bbaeebccaadced41a038bbb7d8f8ae275a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Oct 25 16:30:44 2020 -0700

    [macOS] Fix Fontconfig unable to find conf.d.



Summary of changes:
 gnucash/CMakeLists.txt                  |  2 +-
 gnucash/report/gnc-report.c             |  3 ++-
 gnucash/report/html-fonts.scm           | 32 ++++++++++++++++++++++++++++----
 gnucash/report/test/test-html-fonts.scm | 14 +++++++++-----
 4 files changed, 40 insertions(+), 11 deletions(-)



More information about the gnucash-patches mailing list