Changeset 3370

Show
Ignore:
Timestamp:
2004年07月24日 10時55分24秒 (4 years ago)
Author:
miyoshi
Message:

(mw32_set_layout): Comment out entire codes, because
no layout information is used currently.
(Fw32_get_font_info): Fix a typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/src/ChangeLog.Meadow

    r3368 r3370  
     12004-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 
    172004-07-24  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    28 
  • branches/2.1/src/mw32font.c

    r3368 r3370  
    273273                 int *pleft_ov, int *pright_ov) 
    274274{ 
     275#if 0 /* No layout information is used currently. */ 
    275276  int result; 
    276277  HANDLE hold; 
     
    321322 
    322323  return 1; 
     324#else 
     325  return 0; 
     326#endif 
    323327} 
    324328 
     
    24542458DEFUN ("w32-get-font-info", Fw32_get_font_info, 
    24552459       Sw32_get_font_info, 1, 1, 0, 
    2456        "Get the font infomation you specified.\n\ 
     2460       "Get the font information you specified.\n\ 
    24572461NAME is a name of the font.") 
    24582462     (name)