Search results

  1. D

    Understanding fonts and frame-width

    Just a thought... You could try to set the default font on the compiling computer to be a font that is wider, but not taller than the font you are intending to use. This would space the frame at compile time wide enough to fit the 70 chars. I know this might seem a pain, but once the...
  2. D

    Understanding fonts and frame-width

    I believe that what you will find is that the frame is sized with the default font of the compiling computer. Frame layouts, I believe are done at compile time, so the compiling computer sets the sizing of the frame based on it's default font. If the computer used to compile this code is set...
Back
Top