ID:1093037
 
Keywords: fontrendering, minor
BYOND Version:498
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 23.0.1271.97
Applies to:Dream Maker
Status: Deferred

This issue may be low priority or very difficult to fix, and has been put on the back burner for the time being.
Descriptive Problem Summary:

Numbered Steps to Reproduce Problem:

Change font in dream maker (I use Consolas; same font as Visual Studio 2010)

Code Snippet (if applicable) to Reproduce Problem:
/datum/Point
var
TileX = 0
TileY = 0
PixelX = 0
PixelY = 0
FineX = 0
FineY = 0


Expected Results:

Excerpt of screenshot from Visual Studio 2010 (.txt file editing). Note no cutoff of any text.

Actual Results:

Code in Dream Maker. Note missing column of pixels on variable names at top, missing columns throughout document.

Does the problem occur:
Every time? Or how often? Only for specific letters
In other games? N/A
In other user accounts? Unknown
On other computers? Unknown

When does the problem NOT occur?
When there is no further text (or whitespace characters) on the line
When I use the default font, Courier.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? Not Tested

Workarounds:
Don't change font from Courier
Ah, yes. I believe this happened to me too when I was playing the font.
Tom changed status to 'Deferred'