Correct cyrillic 'f' in newstroke
The lowercase greek phi had been used which did not match the cyrillic
f. We use the variant of phi that includes the full strokes instead.
Fixes #3898 | https://gitlab.com/kicad/code/kicad/issues/3898
(cherry picked from commit 39a45f2a81
)
This commit is contained in:
parent
9c2bb85858
commit
72abcd5991
|
@ -881,7 +881,7 @@ skipcodes 5 0
|
|||
+ C_SMALL
|
||||
+ T_SMALLCAP
|
||||
+ Y_SMALL
|
||||
+ PHI_SMALL
|
||||
+ PHI_SMALL_VAR
|
||||
+ X_SMALL
|
||||
+ TSY_SMALL
|
||||
+ CHERV_SMALL
|
||||
|
|
Loading…
Reference in New Issue