Skip to content

Commit

Permalink
Source Code Pro Font Added to Project
Browse files Browse the repository at this point in the history
Open Source Font available here:
https://github.com/adobe-fonts/source-code-pro
  • Loading branch information
kennethshawfriedman committed May 7, 2017
1 parent ba7f3ed commit d3a5a70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Schemer-MacOS/Schemer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
B95F69611EB94D8A0074C915 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B95F69601EB94D8A0074C915 /* ViewController.swift */; };
B95F69631EB94D8A0074C915 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B95F69621EB94D8A0074C915 /* Assets.xcassets */; };
B95F69661EB94D8A0074C915 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B95F69641EB94D8A0074C915 /* Main.storyboard */; };
B9C56FFB1EBEDD8A00876E1B /* SourceCodePro-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B9C56FFA1EBEDD8A00876E1B /* SourceCodePro-Regular.ttf */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -22,6 +23,7 @@
B95F69621EB94D8A0074C915 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B95F69651EB94D8A0074C915 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B95F69671EB94D8A0074C915 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B9C56FFA1EBEDD8A00876E1B /* SourceCodePro-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceCodePro-Regular.ttf"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -59,6 +61,7 @@
B91188501EBC3FAB003506C4 /* SchemeComm.swift */,
B95F69621EB94D8A0074C915 /* Assets.xcassets */,
B95F69641EB94D8A0074C915 /* Main.storyboard */,
B9C56FFA1EBEDD8A00876E1B /* SourceCodePro-Regular.ttf */,
B95F69671EB94D8A0074C915 /* Info.plist */,
);
path = Schemer;
Expand Down Expand Up @@ -125,6 +128,7 @@
buildActionMask = 2147483647;
files = (
B95F69631EB94D8A0074C915 /* Assets.xcassets in Resources */,
B9C56FFB1EBEDD8A00876E1B /* SourceCodePro-Regular.ttf in Resources */,
B95F69661EB94D8A0074C915 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.
Binary file added Schemer-MacOS/Schemer/SourceCodePro-Regular.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions Schemer-MacOS/Schemer/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ViewController: NSViewController {

override func viewDidLoad() {
super.viewDidLoad()


cf.font = CodeField.standardFont()
cf.isContinuousSpellCheckingEnabled = false
Expand Down

0 comments on commit d3a5a70

Please sign in to comment.