Cleanup
This commit is contained in:
parent
baa5840877
commit
045c3d282a
1 changed files with 14 additions and 14 deletions
|
@ -250,6 +250,13 @@ glyph-block Letter-Latin-Lower-R : begin
|
||||||
define [object xBar] : RDim df mode
|
define [object xBar] : RDim df mode
|
||||||
include : RetroflexHook.rExt xBar 0
|
include : RetroflexHook.rExt xBar 0
|
||||||
|
|
||||||
|
create-glyph "turnr.\(suffix)" : glyph-proc
|
||||||
|
include [refer-glyph "r.\(suffix)"] AS_BASE ALSO_METRICS
|
||||||
|
include : FlipAround df.middle (XH / 2)
|
||||||
|
include : df.markSet.e
|
||||||
|
define [object setTurnedMarks] : RDim df mode
|
||||||
|
include : setTurnedMarks doTS XH 0
|
||||||
|
|
||||||
create-glyph "rTurnRTail.\(suffix)" : glyph-proc
|
create-glyph "rTurnRTail.\(suffix)" : glyph-proc
|
||||||
include [refer-glyph "r.\(suffix)"] AS_BASE ALSO_METRICS
|
include [refer-glyph "r.\(suffix)"] AS_BASE ALSO_METRICS
|
||||||
eject-contour 'serifLT'
|
eject-contour 'serifLT'
|
||||||
|
@ -259,6 +266,13 @@ glyph-block Letter-Latin-Lower-R : begin
|
||||||
include : setTurnedMarks doTS XH 0
|
include : setTurnedMarks doTS XH 0
|
||||||
include : RetroflexHook.lExt (df.rightSB - xBar + df.leftSB) 0
|
include : RetroflexHook.lExt (df.rightSB - xBar + df.leftSB) 0
|
||||||
|
|
||||||
|
create-glyph "turnrLongLeg.\(suffix)" : glyph-proc
|
||||||
|
include [refer-glyph "rLongLeg.\(suffix)"] AS_BASE ALSO_METRICS
|
||||||
|
include : FlipAround df.middle (XH / 2)
|
||||||
|
include : df.markSet.b
|
||||||
|
define [object setTurnedMarks] : RDim df mode
|
||||||
|
include : setTurnedMarks doTS Ascender 0
|
||||||
|
|
||||||
create-glyph "rTurnLongLetRTail.\(suffix)" : glyph-proc
|
create-glyph "rTurnLongLetRTail.\(suffix)" : glyph-proc
|
||||||
include [refer-glyph "rLongLeg.\(suffix)"] AS_BASE ALSO_METRICS
|
include [refer-glyph "rLongLeg.\(suffix)"] AS_BASE ALSO_METRICS
|
||||||
eject-contour 'serifLT'
|
eject-contour 'serifLT'
|
||||||
|
@ -268,20 +282,6 @@ glyph-block Letter-Latin-Lower-R : begin
|
||||||
include : setTurnedMarks doTS Ascender 0
|
include : setTurnedMarks doTS Ascender 0
|
||||||
include : RetroflexHook.lExt (df.rightSB - xBar + df.leftSB) 0
|
include : RetroflexHook.lExt (df.rightSB - xBar + df.leftSB) 0
|
||||||
|
|
||||||
create-glyph "turnr.\(suffix)" : glyph-proc
|
|
||||||
include [refer-glyph "r.\(suffix)"] AS_BASE ALSO_METRICS
|
|
||||||
include : FlipAround df.middle (XH / 2)
|
|
||||||
include : df.markSet.e
|
|
||||||
define [object setTurnedMarks] : RDim df mode
|
|
||||||
include : setTurnedMarks doTS XH 0
|
|
||||||
|
|
||||||
create-glyph "turnrLongLeg.\(suffix)" : glyph-proc
|
|
||||||
include [refer-glyph "rLongLeg.\(suffix)"] AS_BASE ALSO_METRICS
|
|
||||||
include : FlipAround df.middle (XH / 2)
|
|
||||||
include : df.markSet.b
|
|
||||||
define [object setTurnedMarks] : RDim df mode
|
|
||||||
include : setTurnedMarks doTS Ascender 0
|
|
||||||
|
|
||||||
create-glyph "smallLetterTurnedRWithTail.\(suffix)" : glyph-proc
|
create-glyph "smallLetterTurnedRWithTail.\(suffix)" : glyph-proc
|
||||||
include [refer-glyph "rRTail.\(suffix)"] AS_BASE ALSO_METRICS
|
include [refer-glyph "rRTail.\(suffix)"] AS_BASE ALSO_METRICS
|
||||||
include : FlipAround df.middle (XH / 2)
|
include : FlipAround df.middle (XH / 2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue