[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(font-height)



Anyone have any idea why in something like this:

(defobfun (exist *my-dialog) (init-list)
  (usual-exist init-list)
  (add-dialog-items
    (oneof *my-static-text-dialog-item*
      :dialog-item-nick-name 'text
      :dialog-item-position #@(4 40)
    )
  )
  (ask-named-item 'text (font-height))
)

The (font-height) function returns 341?

It's rather annoying, since I'd like to format the text to fit into a
square window, and re-size the window...

"TANSTAAFL" Rich lynch@aristotle.ils.nwu.edu