Lines Matching refs:font

159 	\param font ServerFont to copy
161 ServerFont::ServerFont(const ServerFont &font)
165 *this = font;
178 \brief Returns a copy of the specified font
179 \param The font to copy from.
180 \return A copy of the specified font
183 ServerFont::operator=(const ServerFont& font)
185 fSize = font.fSize;
186 fRotation = font.fRotation;
187 fShear = font.fShear;
188 fFalseBoldWidth = font.fFalseBoldWidth;
189 fFlags = font.fFlags;
190 fSpacing = font.fSpacing;
191 fEncoding = font.fEncoding;
192 fBounds = font.fBounds;
194 SetStyle(font.fStyle);
196 fFace = font.fFace;
217 \brief Returns the number of strikes in the font
218 \return The number of strikes in the font
228 \brief Returns the file format of the font.
268 \brief Sets the ServerFont instance to whatever font is specified
269 This method will lock the font manager.
309 \brief Sets the ServerFont instance to whatever font is specified
337 // an index in case a single font file exports multiple font faces. The
338 // FontStyle class takes care of mapping the font style name to the Be
613 \brief Gets a bitmap that indicates which Unicode blocks are in the font.
651 in the current font
654 \param hasBlock boolean to store whether the font contains the specified block
1101 \brief Returns a BRect which encloses the entire font
1102 \return A BRect which encloses the entire font
1114 // if font has vector outlines, get the bounding box
1115 // from freetype and scale it by the font size
1155 \brief Obtains the height values for characters in the font in its current state
1156 \param fh pointer to a font_height object to receive the values for the font
1177 // get the escapement of each glyph in font units