Ryosuke839 / UnicodePad

An Android App that enables input every character in Unicode
https://play.google.com/store/apps/details?id=jp.ddo.hotmist.unicodepad
Apache License 2.0
314 stars 32 forks source link

RFE: Composite Font Mapping #154

Open TPS opened 10 months ago

TPS commented 10 months ago

@Ryosuke839 To borrow an idea from Windows apps BabelMap & BabelPad, what do you think about implementing composite font mapping? It'd go a long way toward solving constructively issues like #124→#97→#20.

Ryosuke839 commented 10 months ago

I've been thinking to use Typeface.CustomFallbackBuilder so that users can make custom fallbacks and it will cover most use cases. Block-wise mapping would give us more flexibility but it would require more effort to implement and utilize.

TPS commented 10 months ago

This actually seems interesting. When using it now or after implemented, do you know whether the system fallback chain is used by the app?