Multiple Unicode

RoboFont Forums Help / General Multiple Unicode

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  fortress 6 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5802

    fortress
    Participant

    Hello,

    Is it possible to map multiple Unicode values to a single glyph?

    FontLab allowed this through the UI. I’ve tried both RoboFont’s UI and by editing the glyph’s XML.

    Mike

    #5804

    frederik
    Keymaster

    the current version of RoboFont it is possible to map multiple unicodes to a glyph with a script

    glyph = CurrentGlyph()
    glyph.unicodes = [64, 65] # list of unicodes as decimal values
    

    The inspector has no support for multiple unicodes, this will change in the next version

    good luck

    #5808

    fortress
    Participant

    Perfect! Thank you, that’s exactly what I was looking for.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.