커닝 수정

This commit is contained in:
Minseo Lee 2022-12-27 12:01:30 +09:00
parent 1a5f393b66
commit c5fc32dbac
6 changed files with 13 additions and 15 deletions

View File

@ -32,8 +32,8 @@ feature kern {
enum pos T @btm -200;
enum pos @btm T -200;
enum pos L [T @top] -200;
enum pos [@smj @hor] j -100;
enum pos [@cpj @hor] J -100;
enum pos [@smj @hor @top] j -100;
enum pos [@cpj @hor @top] J -100;
enum pos [@bar fi fl uniFB03 uniFB04] @bar -100;
enum pos [A L backslash @btm] [T V W Y backslash @top] -100;
enum pos [T V W Y slash @top] [A slash @btm] -100;

View File

@ -25,16 +25,14 @@ feature kern {
@cpj = [F P T Y f r];
@smj = [B-D F G J O P S-W Y b f o p r s v w];
enum pos [T Y] [d @mid @hor] -100;
enum pos [b h k @mid @hor] [T Y] -100;
enum pos T @btm -200;
enum pos @btm T -200;
enum pos [T Y] [d @mid @hor @btm] -100;
enum pos [b h k @mid @hor @btm] [T Y] -100;
enum pos @top @btm -100;
enum pos @btm @top -100;
enum pos L [T @top] -200;
enum pos [@smj @hor] j -100;
enum pos [@cpj @hor] J -100;
enum pos [Y f r @hor] [@btm] -100;
enum pos [@smj @hor @top] j -100;
enum pos [@cpj @hor @top] J -100;
enum pos [f r @hor] [@btm] -100;
} kern;

View File

@ -28,7 +28,7 @@ feature kern {
enum pos [b h k @mid @hor] [T Y @top] -100;
enum pos L @hor -100;
enum pos q j 100;
enum pos [@cpj @hor] J -100;
enum pos [@cpj @hor @top] J -100;
enum pos [L backslash @btm] [T V Y backslash @top] -100;
enum pos [T V Y slash @top] [slash @btm] -100;
enum pos [F P T V W Y f r v w @hor] [@btm] -100;

View File

@ -35,7 +35,7 @@ feature kern {
enum pos @btm T -300;
enum pos L [T @top] -300;
# enum pos [@smj @hor] j -100;
enum pos [@cpj @hor] J -100;
enum pos [@cpj @hor @top] J -100;
enum pos [@bar fi fl uniFB03 uniFB04] @bar -100;
enum pos [A L backslash @btm] [T V W Y backslash @top] -200;
enum pos [T V W Y slash @top] [A slash @btm] -200;

View File

@ -27,8 +27,8 @@ feature kern {
enum pos [T Y] [d @mid @hor] -100;
enum pos [b h k @mid @hor] [T Y] -100;
enum pos [@smj @hor] j -100;
enum pos [@cpj @hor] J -100;
enum pos [@smj @hor @top] j -100;
enum pos [@cpj @hor @top] J -100;
enum pos [L backslash @btm] [T V W Y backslash @top] -100;
enum pos [T V W Y slash @top] [slash @btm] -100;
enum pos [F P T V W Y f r v w @hor] [@btm] -100;

View File

@ -28,8 +28,8 @@ feature kern {
enum pos [T Y] [d @mid @hor] -100;
enum pos [b h k @mid @hor] [T Y] -100;
enum pos [C L] @hor -100;
enum pos [@smj @hor] j -100;
enum pos [@cpj @hor] J -100;
enum pos [@smj @hor @top] j -100;
enum pos [@cpj @hor @top] J -100;
enum pos A W 0;
enum pos W A 0;
enum pos [A L backslash @btm] [T V W Y backslash @top] -100;