changed "Bitstream Vera" to "Bitstream Vera Sans" everywhere
This commit is contained in:
parent
1acb6485a7
commit
b72ccdc6f5
4 changed files with 17 additions and 12 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
Author : $Author: fgerlits $
|
||||
Version : $Revision: 1.15 $
|
||||
Version : $Revision: 1.16 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/src/ZebraTreeView.cxx,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -256,7 +256,7 @@ ZebraTreeView :: lineNumberCellDataFunction(
|
|||
cell->property_cell_background_gdk() = Colors::getColor(colorName);
|
||||
|
||||
Glib::ustring numberString;
|
||||
numberString.append("<span font_desc='Bitstream Vera Bold 16'>");
|
||||
numberString.append("<span font_desc='Bitstream Vera Sans Bold 16'>");
|
||||
std::stringstream numberStr;
|
||||
numberStr << (rowNumber + offset);
|
||||
numberString.append(numberStr.str());
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
Author : $Author: fgerlits $
|
||||
Version : $Revision: 1.15 $
|
||||
Version : $Revision: 1.16 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/LiveModeWindow.cxx,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -193,7 +193,8 @@ LiveModeWindow :: addItem(Ptr<Playable>::Ref playable) throw ()
|
|||
|
||||
Ptr<Glib::ustring>::Ref infoString(new Glib::ustring);
|
||||
|
||||
infoString->append("<span font_desc='Bitstream Vera Bold 16'>");
|
||||
infoString->append("<span font_desc='Bitstream Vera Sans"
|
||||
" Bold 16'>");
|
||||
infoString->append(Glib::Markup::escape_text(*playable->getTitle()));
|
||||
infoString->append("</span>");
|
||||
|
||||
|
@ -202,7 +203,8 @@ LiveModeWindow :: addItem(Ptr<Playable>::Ref playable) throw ()
|
|||
Ptr<Glib::ustring>::Ref
|
||||
creator = playable->getMetadata("dc:creator");
|
||||
if (creator) {
|
||||
infoString->append("\n<span font_desc='Bitstream Vera Bold 12'>");
|
||||
infoString->append("\n<span font_desc='Bitstream Vera Sans"
|
||||
" Bold 12'>");
|
||||
infoString->append(Glib::Markup::escape_text(*creator));
|
||||
infoString->append("</span>");
|
||||
}
|
||||
|
@ -210,12 +212,13 @@ LiveModeWindow :: addItem(Ptr<Playable>::Ref playable) throw ()
|
|||
Ptr<Glib::ustring>::Ref
|
||||
album = playable->getMetadata("dc:source");
|
||||
if (album) {
|
||||
infoString->append("\n<span font_desc='Bitstream Vera Bold 12'>");
|
||||
infoString->append("\n<span font_desc='Bitstream Vera Sans"
|
||||
" Bold 12'>");
|
||||
infoString->append(Glib::Markup::escape_text(*album));
|
||||
infoString->append("</span>");
|
||||
}
|
||||
|
||||
infoString->append("\n<span font_desc='Bitstream Vera 12'>"
|
||||
infoString->append("\n<span font_desc='Bitstream Vera Sans 12'>"
|
||||
"duration: ");
|
||||
infoString->append(to_simple_string(*playable->getPlaylength()));
|
||||
infoString->append("</span>");
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
Author : $Author: fgerlits $
|
||||
Version : $Revision: 1.33 $
|
||||
Version : $Revision: 1.34 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -79,7 +79,7 @@ MasterPanelWindow :: MasterPanelWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
|
|||
Pango::Attribute fontDescriptionAttribute =
|
||||
Pango::Attribute::create_attr_font_desc(
|
||||
Pango::FontDescription(
|
||||
"Bitstream Vera Bold 24"));
|
||||
"Bitstream Vera Sans Bold 24"));
|
||||
fontDescriptionAttribute.set_start_index(0);
|
||||
fontDescriptionAttribute.set_end_index(10);
|
||||
Pango::AttrList timeWidgetAttributes;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
Author : $Author: fgerlits $
|
||||
Version : $Revision: 1.3 $
|
||||
Version : $Revision: 1.4 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/NowPlaying.cxx,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -107,7 +107,8 @@ NowPlaying :: setPlayable(Ptr<Playable>::Ref playable) throw ()
|
|||
|
||||
Ptr<Glib::ustring>::Ref infoString(new Glib::ustring);
|
||||
|
||||
infoString->append("<span font_desc='Bitstream Vera Bold 20'>");
|
||||
infoString->append("<span font_desc='Bitstream Vera Sans"
|
||||
" Bold 20'>");
|
||||
infoString->append(Glib::Markup::escape_text(*playable->getTitle()));
|
||||
infoString->append("</span> ");
|
||||
|
||||
|
@ -116,7 +117,8 @@ NowPlaying :: setPlayable(Ptr<Playable>::Ref playable) throw ()
|
|||
Ptr<Glib::ustring>::Ref
|
||||
creator = playable->getMetadata("dc:creator");
|
||||
if (creator) {
|
||||
infoString->append("<span font_desc='Bitstream Vera Bold 20'>");
|
||||
infoString->append("<span font_desc='Bitstream Vera Sans"
|
||||
" Bold 20'>");
|
||||
infoString->append(Glib::Markup::escape_text(*creator));
|
||||
infoString->append("</span>");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue