just checked glqtextmetrics used in J standard scripts, found

pgetascender=: 3 : 0
if. Poutput=iISI do.
  glfont y
  1 { 0 ". glqtextmetrics''
else.
  FontScale * getascender y
end.
)

the line
1 { 0 ". glqtextmetrics''
looks strange. Should it be
1 { glqtextmetrics''

-- 
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to