Changeset 3369
- Timestamp:
- 07/24/04 10:53:55 (4 years ago)
- Files:
-
- branches/2.2/src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.2/src/mw32font.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/src/ChangeLog.Meadow
r3367 r3369 1 2004-07-24 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * mw32font.c (mw32_set_layout): Comment out entire codes, because 4 no layout information is used currently. 5 (Fw32_get_font_info): Fix a typo. 6 1 7 2004-07-24 MIYOSHI Masanori <miyoshi@meadowy.org> 2 8 branches/2.2/src/mw32font.c
r3367 r3369 273 273 int *pleft_ov, int *pright_ov) 274 274 { 275 #if 0 /* No layout information is used currently. */ 275 276 int result; 276 277 HANDLE hold; … … 321 322 322 323 return 1; 324 #else 325 return 0; 326 #endif 323 327 } 324 328 … … 2454 2458 DEFUN ("w32-get-font-info", Fw32_get_font_info, 2455 2459 Sw32_get_font_info, 1, 1, 0, 2456 "Get the font info mation you specified.\n\2460 "Get the font information you specified.\n\ 2457 2461 NAME is a name of the font.") 2458 2462 (name)
