-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- CYRILLIC SMALL LETTER UNBLENDED UK (`U+1C88`) (#1517). - CYRILLIC CAPITAL LETTER MONOGRAPH UK (`U+A64A`) (#1517). - CYRILLIC SMALL LETTER MONOGRAPH UK (`U+A64B`) (#1517).
- Loading branch information
Showing
11 changed files
with
168 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Add Characters: | ||
- CYRILLIC SMALL LETTER UNBLENDED UK (`U+1C88`) (#1517). | ||
- CYRILLIC CAPITAL LETTER MONOGRAPH UK (`U+A64A`) (#1517). | ||
- CYRILLIC SMALL LETTER MONOGRAPH UK (`U+A64B`) (#1517). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
$$include '../../../meta/macros.ptl' | ||
|
||
import [mix linreg clamp fallback] from"../../../support/utils.mjs" | ||
|
||
glyph-module | ||
|
||
glyph-block Letter-Cyrillic-Lower-Blended-Uk : begin | ||
glyph-block-import CommonShapes | ||
glyph-block-import Common-Derivatives | ||
|
||
create-glyph 'cyrl/uk' 0xA64B : glyph-proc | ||
include : MarkSet.b | ||
|
||
local kLeftX 0.8 | ||
local kLeftY 0.875 | ||
local kRightX 1 | ||
local kRightY 1 | ||
local yCross : mix 0 Ascender 0.45 | ||
|
||
local stress : AdviceStroke 2.75 | ||
local fine : AdviceStroke 3 | ||
|
||
local smallRingRadius : (0.25 * (RightSB - SB)) + 0.5 * fine | ||
local subDf : DivFrame ((2 * smallRingRadius + 2 * SB) / Width) | ||
local ada : ArchDepthAOf smallRingRadius subDf.width | ||
local adb : ArchDepthBOf smallRingRadius subDf.width | ||
|
||
include : dispiro | ||
g4.down.start [mix Middle SB kLeftX] [mix 0 Ascender kLeftY] [widths.lhs.heading stress Downward] | ||
g4 Middle yCross [widths.center stress] | ||
g4 (Middle + smallRingRadius - OX) ada [widths.rhs fine] | ||
arcvh | ||
g4 (Middle + CorrectionOMidX * fine) O | ||
archv | ||
g4 (Middle - smallRingRadius + OX) adb | ||
g4 Middle yCross [widths.center stress] | ||
g4.up.mid [mix Middle RightSB kRightX] [mix 0 Ascender kRightY] [widths.lhs.heading stress Upward] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.