2020-08-12 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDFontEngine::bigLabelFont()' and
	'RDFontEngine::bigLabelFontMetrics()' methods.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-08-12 12:22:35 -04:00
parent 88e0544874
commit ad028fd7c5
7 changed files with 52 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ all-local: cae.html\
catchd.html\
catchd.pdf\
fonts.html\
fonts.rdcastmanager.list_carts.png\
fonts.pdf\
fonts.rdadmin.configure_rdairplay_screenshot.png\
fonts.rdairplay_screenshot.png\
@@ -64,6 +65,8 @@ EXTRA_DIST = cae.html\
fonts.rdairplay_screenshot.xcf\
fonts.rdcartslots_screenshot.png\
fonts.rdcartslots_screenshot.xcf\
fonts.rdcastmanager.list_carts.png\
fonts.rdcastmanager.list_carts.xcf\
fonts.rdcastmanager.uploading_audio_screenshot.png\
fonts.rdcastmanager.uploading_audio_screenshot.xcf\
fonts.rdlibrary.edit_audio_screenshot.png\

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

View File

@@ -90,6 +90,16 @@
<sect2 xml:id="sect.accessing_fonts.label_fonts">
<title>Label Fonts</title>
<variablelist>
<varlistentry>
<term><code>bigLabelFont()</code></term>
<listitem>
<para>
Font for use in <code>QLabel</code> widgets used for
labeling the major UI element in a dialog, such as a
<code>QListView</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><code>labelFont()</code></term>
<listitem>
@@ -274,6 +284,21 @@
</mediaobject>
</para>
</sect2>
<sect2 xml:id="sect.examples.rdcastmanager.list_carts">
<title>RDCastManager - List Carts</title>
<para>
<mediaobject>
<imageobject>
<imagedata align="center" fileref="fonts.rdcastmanager.list_carts.png" scale="70"/>
</imageobject>
<caption>
<para>
Example of <code>bigLabelFont()</code>
</para>
</caption>
</mediaobject>
</para>
</sect2>
</sect1>
</article>