Lines Matching refs:CharacterStyle

6 #include "CharacterStyle.h"
9 CharacterStyle::CharacterStyle()
16 CharacterStyle::CharacterStyle(const CharacterStyle& other)
23 CharacterStyle&
24 CharacterStyle::operator=(const CharacterStyle& other)
35 CharacterStyle::operator==(const CharacterStyle& other) const
51 CharacterStyle::operator!=(const CharacterStyle& other) const
58 CharacterStyle::SetFont(const BFont& font)
70 CharacterStyle::Font() const
77 CharacterStyle::SetFontSize(float size)
86 CharacterStyle::FontSize() const
93 CharacterStyle::SetBold(bool bold)
116 CharacterStyle::IsBold() const
123 CharacterStyle::SetItalic(bool italic)
146 CharacterStyle::IsItalic() const
153 CharacterStyle::SetAscent(float ascent)
165 CharacterStyle::Ascent() const
172 CharacterStyle::SetDescent(float descent)
184 CharacterStyle::Descent() const
191 CharacterStyle::SetWidth(float width)
203 CharacterStyle::Width() const
210 CharacterStyle::SetGlyphSpacing(float spacing)
222 CharacterStyle::GlyphSpacing() const
229 CharacterStyle::SetForegroundColor(uint8 r, uint8 g, uint8 b, uint8 a)
236 CharacterStyle::SetForegroundColor(color_which which)
248 CharacterStyle::SetForegroundColor(rgb_color color)
260 CharacterStyle::ForegroundColor() const
267 CharacterStyle::WhichForegroundColor() const
274 CharacterStyle::SetBackgroundColor(uint8 r, uint8 g, uint8 b, uint8 a)
281 CharacterStyle::SetBackgroundColor(color_which which)
293 CharacterStyle::SetBackgroundColor(rgb_color color)
305 CharacterStyle::BackgroundColor() const
312 CharacterStyle::WhichBackgroundColor() const
319 CharacterStyle::SetStrikeOutColor(color_which which)
331 CharacterStyle::SetStrikeOutColor(rgb_color color)
343 CharacterStyle::StrikeOutColor() const
350 CharacterStyle::WhichStrikeOutColor() const
357 CharacterStyle::SetUnderlineColor(color_which which)
369 CharacterStyle::SetUnderlineColor(rgb_color color)
381 CharacterStyle::UnderlineColor() const
388 CharacterStyle::WhichUnderlineColor() const
395 CharacterStyle::SetStrikeOut(uint8 strikeOut)
407 CharacterStyle::StrikeOut() const
414 CharacterStyle::SetUnderline(uint8 underline)
449 CharacterStyle::Underline() const
459 CharacterStyle::_FindFontForFace(uint16 face) const