fix missing mirrored kerning class use in italic
This commit is contained in:
parent
bf03691143
commit
c580411f4d
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
glyphname = lambda;
|
glyphname = lambda;
|
||||||
|
kernLeft = lambda;
|
||||||
|
kernRight = A;
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
background = {
|
background = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
glyphname = seven;
|
glyphname = seven;
|
||||||
|
kernLeft = seven;
|
||||||
kernRight = seven;
|
kernRight = seven;
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Reference in a new issue