Lines Matching refs:font

11 /*!	Manages font families and styles */
168 // let the font be written completely before trying to open it
178 // a new font
212 // something has been added to our watched font directories
248 FTRACE(("font moved"));
250 FTRACE(("font added: %s\n", name));
255 // and entry has been removed from our font directories
261 // remove font style from directory
282 // remove font style from directory
398 // unknown directory, maybe this is a user font - try
420 // try to find a matching font
444 // plain font
455 // bold font
464 // fixed font
479 /*! \brief Removes the style from the font directory.
481 It doesn't necessary delete the font style, if it's still
487 FTRACE(("font removed: %s\n", style->Name()));
499 // remove font style from directory
515 /*! \brief Counts the number of font families available
516 \return The number of unique font families currently available
527 /*! \brief Counts the number of styles available in a font family
528 \param family Name of the font family to scan
529 \return The number of font styles currently available for the font family
544 /*! \brief Counts the number of styles available in a font family
545 \param family Name of the font family to scan
546 \return The number of font styles currently available for the font family
571 \param family The font's family or NULL in which case \a familyID is used
572 \param style The font's style or NULL in which case \a styleID is used
627 GlobalFontManager::_PrecacheFontFile(const ServerFont* font)
629 if (font == NULL)
640 BFile file(font->Path(), B_READ_ONLY);
680 //! Scans all currently known font directories
914 // directory. If a valid font file, it adds both the family and the style.
974 // try font mappings before failing