diff options
author | Konstantin Ritt <ritt.ks@gmail.com> | 2011-09-02 11:58:40 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2011-09-02 11:58:40 (GMT) |
commit | 3926aa4b69caa9037d610b4e212d99dae86d500c (patch) | |
tree | d8bcd426df0c26d32bf153e0570b07de583b0629 | |
parent | 32603c5e40948491f0644d0d17a7e8bbff8d3e0c (diff) | |
download | Qt-3926aa4b69caa9037d610b4e212d99dae86d500c.zip Qt-3926aa4b69caa9037d610b4e212d99dae86d500c.tar.gz Qt-3926aa4b69caa9037d610b4e212d99dae86d500c.tar.bz2 |
fix typo in the docs
Merge-request: 1343
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
-rw-r--r-- | src/gui/text/qrawfont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qrawfont.cpp b/src/gui/text/qrawfont.cpp index 9d8c6cc..2128711 100644 --- a/src/gui/text/qrawfont.cpp +++ b/src/gui/text/qrawfont.cpp @@ -77,7 +77,7 @@ QT_BEGIN_NAMESPACE A QRawFont object represents a single, physical instance of a given font in a given pixel size. I.e. in the typical case it represents a set of TrueType or OpenType font tables and uses a - user specified pixel size to convert metrics into logical pixel units. In can be used in + user specified pixel size to convert metrics into logical pixel units. It can be used in combination with the QGlyphRun class to draw specific glyph indexes at specific positions, and also have accessors to some relevant data in the physical font. |