aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove prototypes for variables `Vhighlight_wrong_size_font' andPavel Janík2001-11-141-2/+0
| | | | `Vclip_large_size_font'.
* (struct font_info) [WINDOWSNT]: Add codepage field.Andrew Innes2001-10-171-0/+5
|
* (free_face_fontset): Renamed from fs_free_face_fontset.Dave Love2000-06-231-1/+1
|
* (EMACS_FONTSET_H): Renamed from _FONTSET_H.Kenichi Handa2000-06-111-3/+3
|
* (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.Kenichi Handa2000-03-211-77/+41
| | | | | | | | | | | | (struct fontset_info, struct fontset_data): Structs removed. (allloc_fontset_data, free_fontset_data, fs_regiser_fontset, Vglobale_fontset_alist, font_idx_temp): Externs removed. (fs_load_font, fs_query_fontset): Adjusted for new argument. (fs_free_face_fontset, fontset_font_pattern, face_suitable_for_char_p, face_for_char, make_fontset_for_ascii_face): Extern them. (FS_LOAD_FONT): Adjusted for the change of fontset implementation. (FS_LOAD_FACE_FONT): New macro.
* (struct font_info): New member vertical_centering.Kenichi Handa1999-12-151-1/+4
| | | | (Vvertical_centering_font_regexp): Extern it.
* (FONT_INFO_ID): Build an ID from a font_info pointer.Gerd Moellmann1999-07-211-0/+22
| | | | | | (FONT_INFO_FROM_ID): Get a font_info pointer from an ID. (toplevel): Add extern declarations for Vfontset_alias_alist and Vglobal_fontset_alist.
* (list_fonts_func): Fix prototype.Kenichi Handa1998-10-211-4/+4
|
* (FONT_ENCODING_NOT_DECIDED): The value is changed to 255.Kenichi Handa1998-04-151-2/+7
| | | | | (find_ccl_program_func): Extern it. (Fquery_fontset): Args number changed to 2.
* (GENERIC_FONT_PTR): Commented-out definition deleted.Richard M. Stallman1998-02-061-4/+0
|
* Add prototypes and more function declarations.Andreas Schwab1997-11-211-13/+24
|
* Adjusted for the name change ofKenichi Handa1997-08-221-1/+1
| | | | Valternate_fontname_alist.
* (Vignore_relative_composition): Extern it.Kenichi Handa1997-08-101-0/+1
|
* Move #endif at the tail.Kenichi Handa1997-07-021-1/+1
|
* (font_idx_temp): Extern it.Kenichi Handa1997-06-211-0/+18
| | | | (FS_LOAD_FONT): New macro.
* Change copyright notices.Richard M. Stallman1997-06-201-3/+2
|
* (FONT_ENCODING_NOT_DECIDED): New macro.Kenichi Handa1997-05-281-0/+5
|
* Change the declaration o encodingKenichi Handa1997-05-191-1/+1
| | | | from `int' to `unsigned char'.
* (struct font_info): Change the declaration o encodingKenichi Handa1997-05-191-1/+1
| | | | from `char' to `int'.
* (Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them.Kenichi Handa1997-04-071-0/+2
|
* (Valternative_fontname_alist): Extern it.Kenichi Handa1997-03-191-0/+1
|
* Adjusted for the change of MAX_CHARSET.Kenichi Handa1997-03-181-4/+4
|
* (Vuse_default_ascent): Extern.Kenichi Handa1997-02-271-0/+5
|
* Fix FSF address in comment.Karl Heuer1997-02-231-12/+14
|
* Initial revisionKarl Heuer1997-02-201-0/+201