FontNameFromStyleParams:
PROC [prefix:
ATOM, family:
ATOM, face: NodeStyle.FontFace, size:
REAL, alphabets: NodeStyle.FontAlphabets]
RETURNS [name: Rope.
ROPE, scale:
REAL];
The prefix is used to determine how to build the rest of the name; no attempt is made to do any substitution.
FontFromStyleParams:
PROC [prefix:
ATOM, family:
ATOM, face: NodeStyle.FontFace, size:
REAL, alphabets: NodeStyle.FontAlphabets]
RETURNS [ImagerFont.Font];
Does any necessary font substitution