summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-05 05:05:03 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-05 05:05:03 (GMT)
commitb8e788865cae90122e51ad1a2649d0891370fb3d (patch)
treea07eb2f0538a5263cce62231d585a6f80af2e887 /examples
parentb8ff76b37ee51585293dedb998b8f0b3c8b00e2f (diff)
downloadQt-b8e788865cae90122e51ad1a2649d0891370fb3d.zip
Qt-b8e788865cae90122e51ad1a2649d0891370fb3d.tar.gz
Qt-b8e788865cae90122e51ad1a2649d0891370fb3d.tar.bz2
use FreeMono.ttf
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/fonts/fonts.qml3
-rw-r--r--examples/declarative/fonts/fonts/Fontin-Bold.ttfbin30916 -> 0 bytes
-rw-r--r--examples/declarative/fonts/fonts/FreeMono.ttfbin0 -> 267400 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/examples/declarative/fonts/fonts.qml b/examples/declarative/fonts/fonts.qml
index 80d82ad..c7af666 100644
--- a/examples/declarative/fonts/fonts.qml
+++ b/examples/declarative/fonts/fonts.qml
@@ -8,8 +8,7 @@ Rectangle {
FontLoader { id: fixedFont; name: "Courier" }
- FontLoader { id: localFont; source: "fonts/Fontin-Bold.ttf" }
- /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
+ FontLoader { id: localFont; source: "fonts/FreeMono.ttf" }
FontLoader { id: webFont; source: "http://www.princexml.com/fonts/steffmann/Starburst.ttf" }
FontLoader { id: webFont2; source: "http://wrong.address.org" }
diff --git a/examples/declarative/fonts/fonts/Fontin-Bold.ttf b/examples/declarative/fonts/fonts/Fontin-Bold.ttf
deleted file mode 100644
index f6a33b0..0000000
--- a/examples/declarative/fonts/fonts/Fontin-Bold.ttf
+++ /dev/null
Binary files differ
diff --git a/examples/declarative/fonts/fonts/FreeMono.ttf b/examples/declarative/fonts/fonts/FreeMono.ttf
new file mode 100644
index 0000000..d7ce52d
--- /dev/null
+++ b/examples/declarative/fonts/fonts/FreeMono.ttf
Binary files differ