This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Nvmm cell-graphics and box-drawing test | |
| Open this file in Nvmm and repeat the checks at several font sizes and display | |
| scales. In particular, compare: | |
| :set linespace=0 | |
| :set linespace=8 | |
| :set linespace=16 | |
| Look for gaps or dark seams at cell boundaries, inconsistent stroke thickness, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // MOWTextField.h | |
| // | |
| // | |
| // Created by Sanjay Madan on 03/21/13. | |
| // Copyright (c) 2013 mowglii.com. All rights reserved. | |
| // | |
| #import <Cocoa/Cocoa.h> |