question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use `Axes` property

See original GitHub issue

There is a custom parameter Axes. It contains axis names and tags. It is required for variable font export and does limit the available coordinate fields in the master and instance settings.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:24 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
schriftgestaltcommented, Apr 9, 2018

That the wight class of the masters and instances is not in sync is one of the reasons that I still have a “beta” badge on the export settings dialog.

1reaction
schriftgestaltcommented, Nov 8, 2017

the format of the Axes parameter:

{
	name = Axes;
	value = (
		{
			Name = Weight;
			Tag = wght;
		},
		{
			Name = Width;
			Tag = wdth;
		}
	);
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Axes appearance and behavior - MATLAB - MathWorks
Axes properties control the appearance and behavior of an Axes object. By changing property values, you can modify certain aspects of the axes....
Read more >
axes (MATLAB Functions)
Property Name Property Description Property Value Box Toggle axes plot box on and off Values: on , off. Default: off Layer Draw axes above or...
Read more >
Description of the axes entity properties - Scilab Online Help
The Axes entity is the second level of the graphics entities hierarchy. This entity defines the parameters allowing the change of coordinates ...
Read more >
axes
The axis (not axes ) function provides simplified access to commonly used properties that control the scaling and appearance of axes.
Read more >
Axes Properties (GNU Octave (version 6.2.0))
Specify which of "position" or "outerposition" properties takes precedence when axes annotations extent changes. See position property, and outerposition ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found