1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 01:32:04 +03:00
vimr/NvimView/Support/DrawerDev/NvimView.swift

14 lines
285 B
Swift
Raw Normal View History

2020-12-25 00:22:49 +03:00
/**
* Tae Won Ha - http://taewon.de - @hataewon
* See LICENSE
*/
import Cocoa
// Dummy NvimView class for FontUtils.
class NvimView {
static let defaultFont = NSFont.userFixedPitchFont(ofSize: 12)!
static let minFontSize = CGFloat(9)
static let maxFontSize = CGFloat(128)
}