mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
updated for version 7.0052
This commit is contained in:
@@ -3808,7 +3808,7 @@ gui_mch_init_font(font_name, fontset)
|
||||
{
|
||||
/* TODO: Add support for bold italic underline proportional etc... */
|
||||
Str255 suggestedFont = "\pMonaco";
|
||||
int suggestedSize = 9;
|
||||
int suggestedSize = 10;
|
||||
FontInfo font_info;
|
||||
short font_id;
|
||||
GuiFont font;
|
||||
|
Reference in New Issue
Block a user