We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font に、ある文字に対応する Glyph やある文字列に対応する Glyph の配列を、フォールバックありで取得する方法を追加することを提案します。
Font
Glyph
現状の Font では、フォールバックありで文字列に対応する Array<GlyphCluster> を取得できるものの、 GlyphCluster の GlyphIndex から Glyph を取得する方法がなく、フォールバックありで Glyph を取得する方法が自前実装以外にないと思います。 しかしこれは、以下のリンクで挙がったものや、アイコンや絵文字に対応したテキストボックスなどを作るうえで必要です。
Array<GlyphCluster>
GlyphCluster
GlyphIndex
https://discord.com/channels/443310697397354506/998714158621147237/1272587758929580137
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Font
に、ある文字に対応するGlyph
やある文字列に対応するGlyph
の配列を、フォールバックありで取得する方法を追加することを提案します。現状の
Font
では、フォールバックありで文字列に対応するArray<GlyphCluster>
を取得できるものの、GlyphCluster
のGlyphIndex
からGlyph
を取得する方法がなく、フォールバックありでGlyph
を取得する方法が自前実装以外にないと思います。しかしこれは、以下のリンクで挙がったものや、アイコンや絵文字に対応したテキストボックスなどを作るうえで必要です。
https://discord.com/channels/443310697397354506/998714158621147237/1272587758929580137
The text was updated successfully, but these errors were encountered: