comparison src/gui_beos.cc @ 37:fdf55076c53f

updated for version 7.0022
author vimboss
date Sun, 12 Dec 2004 11:33:30 +0000
parents 3fc0f57ecb91
children af1bcb9a13c0
comparison
equal deleted inserted replaced
36:125e80798a85 37:fdf55076c53f
2395 2395
2396 return (GuiFont)font; 2396 return (GuiFont)font;
2397 } 2397 }
2398 2398
2399 /* 2399 /*
2400 * Return the name of font "font" in allocated memory.
2401 */
2402 char_u *
2403 gui_mch_get_fontname(GuiFont font, char_u *name)
2404 {
2405 return vim_strsave(((VimFont *)font)->name);
2406 }
2407
2408 /*
2400 * Set the current text font. 2409 * Set the current text font.
2401 */ 2410 */
2402 void 2411 void
2403 gui_mch_set_font( 2412 gui_mch_set_font(
2404 GuiFont font) 2413 GuiFont font)