Searched refs:FontStyle (Results 1 - 15 of 15) sorted by relevance

/haiku/src/servers/app/font/
H A DFontFamily.h17 #include "FontStyle.h"
33 bool AddStyle(FontStyle* style);
34 bool RemoveStyle(FontStyle* style);
36 FontStyle* GetStyle(const char* style) const;
37 FontStyle* GetStyleMatchingFace(uint16 face) const;
45 FontStyle* StyleAt(int32 index) const;
48 FontStyle* _FindStyle(const char* name) const;
51 BObjectList<FontStyle> fStyles;
H A DFontManager.h23 class FontStyle;
48 FontStyle* GetStyleByIndex(const char* family,
50 FontStyle* GetStyleByIndex(uint16 familyID, int32 index);
52 virtual FontStyle* GetStyle(uint16 familyID,
54 virtual FontStyle* GetStyle(const char* familyName,
59 FontStyle* FindStyleMatchingFace(uint16 face) const;
61 void RemoveStyle(FontStyle* style);
63 // FontStyle.
75 FontStyle* _RemoveFont(uint16 familyID, uint16 styleID);
106 HashMap<FontKey, BReference<FontStyle> > fStyleHashTabl
[all...]
H A DFontFamily.cpp22 font_score(const FontStyle* style)
39 compare_font_styles(const FontStyle* a, const FontStyle* b)
78 \param style pointer to FontStyle object to be added
81 FontFamily::AddStyle(FontStyle* style)
89 FontStyle *item = fStyles.ItemAt(i);
112 FontFamily::RemoveStyle(FontStyle* style)
137 FontStyle*
145 FontStyle *style = fStyles.ItemAt(i);
171 FontStyle*
[all...]
H A DFontManager.cpp165 FontStyle* style = fStyleHashTable.Get(key);
174 FontStyle*
185 FontStyle*
196 /*! \brief Retrieves the FontStyle object
199 \return The FontStyle having those attributes or NULL if not available
201 FontStyle*
207 FontStyle* style = fStyleHashTable.Get(key);
215 /*! \brief Retrieves the FontStyle object that comes closest to the one
225 \return The FontStyle having those attributes or NULL if not available
227 FontStyle*
[all...]
H A DFontStyle.cpp29 be kept open until the FontStyle is destroyed
31 FontStyle::FontStyle(node_ref& nodeRef, const char* path, FT_Face face, function in class:FontStyle
96 FontStyle::~FontStyle()
112 FontStyle::Lock()
119 FontStyle::Unlock()
126 FontStyle::GetHeight(float size, font_height& height) const
139 FontStyle::Path() const
150 FontStyle
[all...]
H A DGlobalFontManager.h26 class FontStyle;
66 virtual FontStyle* GetStyle(uint16 familyID, uint16 styleID) const;
67 virtual FontStyle* GetStyle(const char* familyName,
97 FontStyle* style);
100 FontStyle* _GetDefaultStyle(const char* familyName,
H A DFontStyle.h33 \class FontStyle FontStyle.h
36 FontStyle objects help abstract a lot of the font engine details while
39 class FontStyle : public BReferenceable { class in inherits:BReferenceable
41 FontStyle(node_ref& nodeRef, const char* path,
43 virtual ~FontStyle();
51 \fn bool FontStyle::IsFixedWidth(void)
59 /* \fn bool FontStyle::IsFullAndHalfFixed()
67 \fn bool FontStyle::IsScalable(void)
74 \fn bool FontStyle
[all...]
H A DGlobalFontManager.cpp56 BObjectList<FontStyle> styles;
59 FontStyle* FindStyle(const node_ref& nodeRef) const;
70 FontStyle*
74 FontStyle* style = styles.ItemAt(i);
232 FontStyle* style = directory->styles.ItemAt(i);
242 FontStyle* style;
415 FontStyle*
421 FontStyle* style = GetStyle(familyName, styleName);
442 FontStyle* style = NULL;
485 GlobalFontManager::_RemoveStyle(font_directory& directory, FontStyle* styl
[all...]
H A DGlyphLayoutEngine.h445 FontStyle* fallbackStyle;
/haiku/src/servers/app/
H A DServerFont.h31 ServerFont(FontStyle& style,
74 void SetStyle(FontStyle* style);
186 friend class FontStyle;
192 BReference<FontStyle>
H A DServerFont.cpp131 ServerFont::ServerFont(FontStyle& style, float size, float rotation,
253 ServerFont::SetStyle(FontStyle* style)
280 BReference<FontStyle> style;
338 // FontStyle class takes care of mapping the font style name to the Be
339 // API face flags in FontStyle::_TranslateStyleToFace().
346 BReference <FontStyle> style;
H A DDesktopSettings.cpp164 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
172 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
180 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
H A DPictureBoundingBoxPlayer.cpp619 FontStyle* fontStyle = gFontManager->GetStyleByIndex(family, 0);
634 FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);
H A DServerApp.cpp1787 FontStyle* style
1957 FontStyle* style = family->StyleAt(i);
1989 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
2037 FontStyle* fontStyle = gFontManager->GetStyle(family, style,
2081 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
2229 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
2283 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
2317 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
H A DServerPicture.cpp793 FontStyle* fontStyle = gFontManager->GetStyleByIndex(family, 0);
808 FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);

Completed in 106 milliseconds