emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/src fontset.c


From: Kenichi Handa
Subject: [Emacs-commit] emacs/src fontset.c
Date: Fri, 10 Jan 2003 02:13:44 -0500

CVSROOT:        /cvs
Module name:    emacs
Branch:         emacs-unicode
Changes by:     Kenichi Handa <address@hidden>  03/01/10 02:13:43

Modified files:
        src            : fontset.c 

Log message:
        Give 8 extra slots to fontset objects.
        (Qfontset_info): New variable.
        (syms_of_fontset): Defsym it.
        (FONTSET_FALLBACK): New macro.
        (fontset_face): Try also the default fontset.
        (make_fontset): Realize a fallback fontset from the default
        fontset.
        (generate_ascii_font_name): Moved from xfaces.c.  Rewritten by
        using split_font_name_into_vector and build_font_name_from_vector.
        (Fset_fontset_font): Access the elements of font_spec by enum
        FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
        name by using split_font_name_into_vector.
        (Fnew_fontset): If no ASCII font is specified in FONTLIST,
        generate a proper font name from the fontset name.  Update
        Vfontset_alias_alist.
        (n_auto_fontsets): New variable.
        (new_fontset_from_font_name): New function.
        (Ffont_info): Store the information about fonts generated from the
        default fontset in the first extra slot of the returned
        char-table.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/fontset.c.diff?only_with_tag=emacs-unicode&tr1=1.65.2.13&tr2=1.65.2.14&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]