Hi,
I am using GeoffR excellent patches he created
here to add support for Arabic keyboard and fix some issues with displaying Arabic fonts.
The problem is that the latest firmware update broke part of the patches that changes the book titles from italic to normal as it seems the arabic fonts are missing italic glyphs.
GeoffR
suggested that I ask here for help.
Can you please help me to change the book titles in the display and search results to normal instead of italic?
fyi, The original patch is here:
Spoiler:
https://www.mobileread.com/forums/sho...1&postcount=17
<Patch>
patch_name = `Book titles font style normal`
patch_enable = `yes`
#
# This patch changes the font style used for book titles displayed in the
# library, search results, etc. from italic to normal. This works around the
# problem of the system fonts missing italic glyphs for Arabic.
#
# Book title in details view
replace_string = D12511, `font-style: italic;`, `font-style: normal;`
#
# Search term in search results view
replace_string = D7D573, `font-style: italic;`, `font-style: normal;`
#
# Book title in library view
replace_string = D842F0, `font-style: italic;`, `font-style: normal;`
</Patch>