FontStyle
FontStyle* fontStyle = gFontManager->GetStyle(family, style);
FontStyle* fontStyle = gFontManager->GetStyle(family, style);
FontStyle* fontStyle = gFontManager->GetStyle(family, style);
FontStyle* fontStyle = gFontManager->GetStyleByIndex(family, 0);
FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);
FontStyle* style
FontStyle* style = family->StyleAt(i);
FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
FontStyle* fontStyle = gFontManager->GetStyle(family, style,
FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
ServerFont::ServerFont(FontStyle& style, float size, float rotation,
ServerFont::SetStyle(FontStyle* style)
BReference<FontStyle> style;
BReference <FontStyle> style;
friend class FontStyle;
BReference<FontStyle>
ServerFont(FontStyle& style,
void SetStyle(FontStyle* style);
FontStyle* fontStyle = gFontManager->GetStyleByIndex(family, 0);
FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);
FontFamily::RemoveStyle(FontStyle* style)
FontStyle*
FontStyle *style = fStyles.ItemAt(i);
FontStyle*
FontStyle*
FontStyle* style = _FindStyle(name);
font_score(const FontStyle* style)
FontStyle*
FontStyle* style = fStyles.ItemAt(i);
FontStyle* style = fStyles.ItemAt(i);
compare_font_styles(const FontStyle* a, const FontStyle* b)
FontFamily::AddStyle(FontStyle* style)
FontStyle *item = fStyles.ItemAt(i);
bool AddStyle(FontStyle* style);
bool RemoveStyle(FontStyle* style);
FontStyle* GetStyle(const char* style) const;
FontStyle* GetStyleMatchingFace(uint16 face) const;
FontStyle* StyleAt(int32 index) const;
FontStyle* _FindStyle(const char* name) const;
BObjectList<FontStyle> fStyles;
FontStyle* style = fStyleHashTable.Get(key);
FontStyle*
FontStyle*
FontStyle*
FontStyle* style = fStyleHashTable.Get(key);
FontStyle*
FontStyle*
FontStyle* style = family->GetStyleMatchingFace(face);
FontManager::RemoveStyle(FontStyle* style)
FontStyle* style = new (std::nothrow) FontStyle(nodeRef, path, face, this);
FontStyle*
FontStyle* style = fStyleHashTable.Get(key);
HashMap<FontKey, FontStyle*>::Iterator delisted = fDelistedStyleHashTable.GetIterator();
HashMap<FontKey, BReference<FontStyle> >::Iterator referenced = fStyleHashTable.GetIterator();
HashMap<FontKey, BReference<FontStyle> > fStyleHashTable;
HashMap<FontKey, FontStyle*> fDelistedStyleHashTable;
class FontStyle;
FontStyle* GetStyleByIndex(const char* family,
FontStyle* GetStyleByIndex(uint16 familyID, int32 index);
virtual FontStyle* GetStyle(uint16 familyID,
virtual FontStyle* GetStyle(const char* familyName,
FontStyle* FindStyleMatchingFace(uint16 face) const;
void RemoveStyle(FontStyle* style);
FontStyle* _RemoveFont(uint16 familyID, uint16 styleID);
FontStyle::Lock()
FontStyle::Unlock()
FontStyle::GetHeight(float size, font_height& height) const
FontStyle::Path() const
FontStyle::UpdatePath(const node_ref& parentNodeRef)
FontStyle::Flags() const
FontStyle::PreservedFace(uint16 face) const
FontStyle::UpdateFace(FT_Face face)
FontStyle::_SetFontFamily(FontFamily* family, uint16 id)
FontStyle::_TranslateStyleToFace(const char* name) const
FontStyle::SetFontData(FT_Byte* location, uint32 size)
FontStyle::FontStyle(node_ref& nodeRef, const char* path, FT_Face face,
FontStyle::~FontStyle()
class FontStyle : public BReferenceable {
FontStyle(node_ref& nodeRef, const char* path,
virtual ~FontStyle();
FontStyle* style = directory->styles.ItemAt(i);
FontStyle* style;
FontStyle*
FontStyle* style = GetStyle(familyName, styleName);
FontStyle* style = NULL;
GlobalFontManager::_RemoveStyle(font_directory& directory, FontStyle* style)
FontStyle* style;
FontStyle*
BObjectList<FontStyle> styles;
FontStyle*
FontStyle* FindStyle(const node_ref& nodeRef) const;
FontStyle* fontStyle = family->GetStyle(styleName);
FontStyle*
FontStyle* style = styles.ItemAt(i);
class FontStyle;
virtual FontStyle* GetStyle(uint16 familyID, uint16 styleID) const;
virtual FontStyle* GetStyle(const char* familyName,
FontStyle* style);
FontStyle* _GetDefaultStyle(const char* familyName,
FontStyle* fallbackStyle;