Skip to content

Any way to have more than 1 glyph map for the same input device, and choose which one to use? #12

Discussion options

You must be logged in to vote

This feature is now available with the 2.0.0 release.

A summary of the implementation:

  • GlyphCollection now has a key value that is used for identifying it
  • You can now load multiple collections on start using the Additional Collections field on the RewiredGlyphManager
  • Most glyph queries now have a collectionKey parameter which is used for targeting secondary collections
  • You can also target secondary collections in glyph rich text using the set= parameter such as set=dark where dark is the key of some GlyphCollection
  • The other built-in components do not yet support targeting secondary collections as of 2.0.0 but this may be implemented if desired
  • The LoadGlyphCollection method is still ava…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@Orange-Panda
Comment options

@Orange-Panda
Comment options

@TheEmbracedOne
Comment options

@Orange-Panda
Comment options

Answer selected by TheEmbracedOne
@TheEmbracedOne
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants