Fix middle bar placement of U+2180 under quasi-proportional.
This commit is contained in:
parent
6f71c1b397
commit
cb96e828c1
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
* Fix inconsistent italic serif of U+0463 CYRILLIC SMALL LETTER YAT (#729).
|
||||
* Fix dotless form of mathematical derived letters if it ia aliased (#731).
|
||||
* Fix inconsistent serif on Bulgarian U+044E CYRILLIC SMALL LETTER YU (#732).
|
||||
* Fix middle bar placement of U+2180 under quasi-proportional.
|
||||
* Add Characters:
|
||||
* U+1D6A4 MATHEMATICAL ITALIC SMALL DOTLESS I, U+1D6A5 MATHEMATICAL ITALIC SMALL DOTLESS J (#730).
|
||||
* U+23CF EJECT SYMBOL (#728).
|
|
@ -4100,7 +4100,7 @@ glyph-block Letter-Latin-O : begin
|
|||
set-width df.width
|
||||
include : df.markSet.capital
|
||||
include : OShape CAP 0 df.leftSB df.rightSB df.mvs SmoothA SmoothB
|
||||
include : VBar Middle (df.mvs / 2) (CAP - df.mvs / 2) df.mvs
|
||||
include : VBar df.middle (df.mvs / 2) (CAP - df.mvs / 2) df.mvs
|
||||
set-base-anchor 'trailing' Middle 0
|
||||
|
||||
alias 'cyrl/Oe' 0x4E8 'Obar'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue