Lines Matching refs:character
26 Position each character without adjustment. Best mode for printing.
35 Optimizes the position of each character within its space. Collisions
546 \brief The distance that a character outline is inset from its escapement
561 The distance that the character outline is inset from the left
571 The distance that the character outline is inset from the right
582 \brief The amount of vertical space surrounding a character.
622 each character with.
636 The amount of horizontal space to surround a visible glyph character with.
645 The amount of horizontal space to surround a whitespace character with, for
1055 - \c B_CHAR_SPACING Position each character without adjustment. Best mode
1057 - \c B_STRING_SPACING Optimizes the position of each character within its
1086 \brief Sets the character encoding of the font for example
1089 The following character encodings are supported:
1113 character codes with the notable exception of Macintosh Roman which is
1116 If the value of the first byte of a UTF-8 character is greater than 127
1117 it indicates that the character is a multibyte character and therefore you
1119 forth byte) to get the whole character.
1121 Setting the character encoding on a view determines how BView::DrawString()
1125 \param encoding The character encoding to set the font to.
1257 \brief Gets the character encoding constant.
1259 \returns The character encoding constant.
1444 single-byte character from the input string and replaces it with an
1445 ellipsis character (which takes three bytes for the UTF-8 encoding),
1515 \param charArray The source character array.
1532 character with.
1533 - \c space The amount of horizontal space to surround a whitespace character
1536 \param charArray The source character array.
1555 character with.
1556 - \c space The amount of horizontal space to surround a whitespace character
1559 \param charArray The source character array.
1580 character with.
1581 - \c space The amount of horizontal space to surround a whitespace character
1584 \param charArray The source character array.
1598 \brief Determines the edge information for each character in \a charArray
1602 - \c left The distance that the character outline is inset from the left
1604 - \c right The distance that the character outline is inset from the
1607 \param charArray The source character array.
1618 space surrounding a character.
1635 representing the bounding rectangles of each character in
1638 Each BRect object corresponds to the glyph of one character.
1644 \param charArray The source character array.
1658 the bounding rectangles of each character in \a charArray with
1662 Each BRect object corresponds to the glyph of one character.
1669 calculations. This lets you specify a character spacing is looser or
1674 character with.
1675 - \c space The amount of horizontal space to surround a whitespace character
1678 \param charArray The source character array.
1704 calculations. This lets you specify a character spacing is looser or tighter
1709 character with.
1710 - \c space The amount of horizontal space to surround a whitespace character
1727 representing the glyph shapes of each character in
1730 Each BShape object corresponds to the glyph of one character.
1732 \param charArray The source character array.
1744 for each character in \a charArray.
1746 \c true is written in \a hasArray if a glyph is found for the character,
1753 \c true if the queried font does not provide a glyph for a character
1756 \param charArray The source character array.
1768 for each character in \a charArray.
1770 \c true is written in \a hasArray if the character has a glyph in the
1774 \param charArray The source character array.