From b82b74e5447fc875796497d70b82c251f09a08d1 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 29 Dec 2018 17:44:19 -0700 Subject: more progress on light weight. currencies etc --- misc/gen-dnom.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 misc/gen-dnom.txt (limited to 'misc/gen-dnom.txt') diff --git a/misc/gen-dnom.txt b/misc/gen-dnom.txt new file mode 100644 index 000000000..de65b3d5c --- /dev/null +++ b/misc/gen-dnom.txt @@ -0,0 +1,50 @@ + +Step 1: Select the following glyphs (component masters): + + zero.dnomf – nine.dnomf + +Open RMX Scaler and generate from source with the following values: + + +{ + "width" : [ 60, 60, 60, 60, 60, 60 ], + "weight" : [ + 0, 0, + -60, -60, + -370, -370 + ], + "height" : [ 53.15, 53.15, 53.15, 53.15, 53.15, 53.15 ] +} + + +----------------------------------------------------------------------------- + +Step 2: Select the following glyphs (component masters): + + plus.numr minus.numr equal.numr parenleft.numr parenright.numr + +Open RMX Scaler and generate from source with the following values: + + +{ + "width" : [ 60, 60, 60, 60, 60, 60 ], + "weight" : [ + 0, 0, + -60, -60, + -370, -370 + ], + "height" : [ 53.15, 53.15, 53.15, 53.15, 53.15, 53.15 ], + "verticalShift" : [ 1128, 1128, 1128, 1128, 1128, 1128 ] +} + + +----------------------------------------------------------------------------- + +Step 3: Adjust X offset for slanted glyphs + +For each slanted master: + +1. Select all .subs glyphs +2. Open Filter > Transformations +3. Set Translate X = 150 (and all other values to neutral) +4. Apply -- cgit v1.2.3