IReaderorg / IReader

Free and open source novel reader for Android and Desktop.
https://ireaderorg.netlify.app/
Apache License 2.0
340 stars 23 forks source link

Support new text style #77

Closed kazemcodes closed 1 year ago

kazemcodes commented 1 year ago

Describe your suggested feature

Support new text style type 1681884116784

Other details

No response

Acknowledgements

kazemcodes commented 1 year ago

Does anyone know how to implement this?🤔

patel-malav commented 1 year ago

The simple possible thing i can Imagine is parse the sentences to have half of the word length made bold and rest normal

patel-malav commented 1 year ago

However the actual method is to, bold the first half of the word so for example, In word "Patriarch" the following part would be bolder Patriarch" would be normal as we split into "Pat - ri - arch" where if there was a similar word in the paragraph such as "Patriarch Patrik" then it should be Patriarch Patrik.

This is really similar to what we get to hear when we listen at 2x speed in tts, where first part of the word would be more clear then the end part, therefore very helpful in reading the CN webnovels

kazemcodes commented 1 year ago

image