diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-01-22 10:10:10 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-01-22 10:10:10 (GMT) |
commit | 63cc393716c6455555e1e6283a43c718c8616cb3 (patch) | |
tree | 931b08776f8a5fa0d874804159d11a98f7cff405 /examples/declarative | |
parent | 7e4838a9c1abd201b967ac040354effb7712750d (diff) | |
download | Qt-63cc393716c6455555e1e6283a43c718c8616cb3.zip Qt-63cc393716c6455555e1e6283a43c718c8616cb3.tar.gz Qt-63cc393716c6455555e1e6283a43c718c8616cb3.tar.bz2 |
Replace FreeMono by OCRA font
Diffstat (limited to 'examples/declarative')
-rw-r--r-- | examples/declarative/fonts/fonts.qml | 2 | ||||
-rw-r--r-- | examples/declarative/fonts/fonts/FreeMono.ttf | bin | 267400 -> 0 bytes | |||
-rw-r--r-- | examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf | bin | 0 -> 24544 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fonts/fonts.qml b/examples/declarative/fonts/fonts.qml index c7af666..275ad43 100644 --- a/examples/declarative/fonts/fonts.qml +++ b/examples/declarative/fonts/fonts.qml @@ -8,7 +8,7 @@ Rectangle { FontLoader { id: fixedFont; name: "Courier" } - FontLoader { id: localFont; source: "fonts/FreeMono.ttf" } + FontLoader { id: localFont; source: "fonts/tarzenau-ocr-a.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/FreeMono.ttf b/examples/declarative/fonts/fonts/FreeMono.ttf Binary files differdeleted file mode 100644 index d7ce52d..0000000 --- a/examples/declarative/fonts/fonts/FreeMono.ttf +++ /dev/null diff --git a/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf b/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf Binary files differnew file mode 100644 index 0000000..cf93f96 --- /dev/null +++ b/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf |