Skip to content

Instantly share code, notes, and snippets.

@vmiheer
Last active August 29, 2015 14:24
Show Gist options
  • Save vmiheer/461acf2a0e58c28fe212 to your computer and use it in GitHub Desktop.
Save vmiheer/461acf2a0e58c28fe212 to your computer and use it in GitHub Desktop.
Use monaco font in mintty
Index: winctrls.c
===================================================================
--- winctrls.c (revision 1322)
+++ winctrls.c (working copy)
@@ -829,8 +829,8 @@
cf.hwndOwner = dlg.wnd;
cf.lpLogFont = &lf;
cf.Flags =
- CF_FIXEDPITCHONLY | CF_FORCEFONTEXIST | CF_INITTOLOGFONTSTRUCT |
- CF_SCREENFONTS | CF_NOSCRIPTSEL;
+ CF_FORCEFONTEXIST | CF_INITTOLOGFONTSTRUCT |
+ CF_SCREENFONTS | CF_NOSCRIPTSEL;;
if (ChooseFont(&cf)) {
strset(&fs.name, lf.lfFaceName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment