@pimm wrote:
Martin: Thank you, things are getting clearer through your explanations.
There are a couple points I'd like to discuss.
Please explain why Leroy characters are larger than you expect. I do not understand your problem.
The scale with Leroy is larger than the specified size. I'll show an example between "font" and "leroy":

Notice how "font" stays true to the text height. Conversely "leroy" is larger scaled. What I'd like to find out is whether it is possible to alter a setting to proportionally bring the text to the correct height. I see that the height in the src header is 63 which is the max. The width is specified at 36, but also there is an ICS of 1 and fixed width of 1 which likely means the individual widths take over. Would it be possible to make a universal height change to all text characters?
Another thing that I don't grasp.
The main problem when editing a src file is that PTC does not provide an application that would allow you to draw the shape of the character and then convert it to M and D commands. You have to print a raster on paper and draw the shape of the character in it.
Are you talking about printing off characters and reviewing against needed shapes or printing off a grid to help develop the M and D strokes?
Hi,
Q: Are you talking about printing off characters and reviewing against needed shapes or printing off a grid to help develop the M and D strokes?
A: I mean printing off a grid to help develop the M and D strokes.
Problem: The scale with Leroy is larger than the specified size.
The result of the examination: It is caused by bug in leroy.src.

#73
"I"
width 16
m 8,47
d 8,11
Definition of the above character ends at 47.
base_offset + spec_height must be 47 ... therefore I set spec_height to 36
base_offset + spec_height + ascender must be 63 ... therefore I set ascender to 16
I compiled modified font and created new Sketch feature in new part and result is OK.]

