Conversation
|
@fschutt Hi, thanks for the PR! |
|
Yes, because together with yeslogic/allsorts#42 and hsivonen/encoding_rs#66 I can then port azul-text-layout to This might not have been the intended use of this library, but I'm currently using it to estimate the script of user input, so that I can select the proper font shaping algorithm. |
|
@fschutt If so, would it be better for you to be able to access only If above is right, then maybe we should consider extracting |
|
Well right now, I need to pass the language to allsorts You are right that this probably won't work on devices with low memory constraints (for those devices I could just pass in Setting the |

This patch makes the crate compatible on
no_std(embedded) environments. The API stays the same. If possible, please publish a new version after merging.