• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/src/

Lines Matching defs:character

77    FONTNAME is a font name pattern for the corresponding character.
79 a font name for the corresponding character. INDEX specifies for
80 which character (or generic character) the element is defined. It
83 charset `japanese-jisx0208', INDEX is the generic character of this
87 for displaying the corresponding character.
116 font for a specific character, the corresponding value in the
220 /* Return the element of FONTSET (char-table) at index C (character). */
505 /* Return 1 iff FACE is suitable for displaying character C.
507 when C is not a single byte character.. */
528 /* Return ID of face suitable for displaying character C on frame F.
531 from the macro FACE_FOR_CHAR when C is not a single byte character. */
650 /* Load a font named FONTNAME to display character C on frame F.
1132 for all character in the charsets.
1136 (name, character, fontname, frame)
1137 Lisp_Object name, character, fontname, frame;
1146 if (CONSP (character))
1150 CHECK_NUMBER_CAR (character);
1151 CHECK_NUMBER_CDR (character);
1152 from = XINT (XCAR (character));
1153 to = XINT (XCDR (character));
1158 error ("Can't change font for a single byte character");
1160 else if (SYMBOLP (character))
1162 elt = Fget (character, Qcharset);
1164 error ("Invalid charset: %s", SDATA (SYMBOL_NAME (character)));
1170 CHECK_NUMBER (character);
1171 from = XINT (character);
1177 error ("Can't change font for a single byte character");
1183 error ("Can't change font for a single byte character");
1198 whose fontset is REALIZED. This way, the specified character(s)
1268 FONT-NAME is the font name for the character at POSITION in the current
1271 FONT-NAME is the font name for display the character CH with the
1274 GLYPH-CODE is the glyph code in the font to use for the character.
1276 If the 2nd optional arg CH is non-nil, it is a character to check
1277 the font instead of the character at POSITION.
1281 (1) The window system doesn't have a font for the character (thus
1284 (2) The character code is invalid.
1366 override_font_info (fontset, character, elt)
1367 Lisp_Object fontset, character, elt;
1370 Faset (fontset, character, elt);
1382 accumulate_font_info (arg, character, elt)
1383 Lisp_Object arg, character, elt;
1387 if (!CONSP (elt) && !SINGLE_BYTE_CHAR_P (XINT (character)))
1388 elt = FONTSET_REF (Vdefault_fontset, XINT (character));
1397 int this_charset = CHAR_CHARSET (XINT (character));
1403 XSETCDR (last_char, character);
1407 else if (XINT (last_char) == XINT (character))
1411 XSETCAR (XCAR (last), Fcons (last_char, character));
1415 XSETCDR (last, Fcons (Fcons (character, Fcons (elt, Qnil)), Qnil));
1428 CHARSET-OR-RANGE is a charset, a character (may be a generic character)
1491 character for a charset, replace it with the charset symbol. If
1540 doc: /* Return a font name pattern for character CH in fontset NAME.
1688 If an entry for a character is non-nil, the ascent value of the glyph
1691 This affects how a composite character which contains
1692 such a character is displayed on screen. */);
1697 If an entry for a character is non-nil, a composition sequence
1698 which contains that character is displayed so that
1699 the glyph of that character is put without considering
1700 an ascent and descent value of a previous character. */);
1718 When a character is displayed with such fonts, the character is displayed