~silnrsi/smith/+git/designspacedocument-master:localised-names

Last commit made on 2017-05-13
Get this branch:
git clone -b localised-names https://git.launchpad.net/~silnrsi/smith/+git/designspacedocument-master

Branch merges

Branch information

Name:
localised-names
Repository:
lp:~silnrsi/smith/+git/designspacedocument-master

Recent commits

3f54b99... by Erik van Blokland <email address hidden>

Add test.
Not adding localised names to UFO3 nametable yet. Need more info.

c27e22c... by Erik van Blokland <email address hidden>

Pass axis minimum, default and maximum values through self.intOrFloat() to tidy up the xml a bit.

c81fb40... by Erik van Blokland <email address hidden>

Roundtrip localised names.

5a21c92... by Erik van Blokland <email address hidden>

Write some localised name elements for an instance. Assume "en" is the default language code.

3b27469... by Erik van Blokland <email address hidden>

sketch out localisable names following ideas from #9

29a6ac0... by Erik van Blokland <email address hidden>

Merge pull request #7 from brawer/ot-compliance

Make examples in designspace specification compliant to OpenType spec

7085cbe... by Sascha Brawer <email address hidden>

Make examples in designspace specification compliant to OpenType spec

Before this change, the designspace specification was using examples
whose values (for width and weight) would be in violation of the
OpenType specification.

Added a link to the relevant part of the OpenType specification,
so that people can easier find it.

22d8100... by Erik van Blokland <email address hidden>

As with MutatorMath, it's nicer to use enumerate.

82e48b9... by Erik van Blokland <email address hidden>

Source elements may not have a name attribute, but it is needed for for some processes afterwards.
If the element does not have one: create a new one with pattern "temp_master.%d"%(sourceCount).
The document writer then checks for source name attributes with this pattern so that is does not export.

1b41069... by Erik van Blokland <email address hidden>

Better logic for overwriting exisiting axes in checkAxes()