Fix typo in doc comment

See #60
This commit is contained in:
Ilya Popov 2015-12-30 12:11:41 +01:00
parent b9e087701a
commit dfa6832a9a

View File

@ -456,7 +456,7 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Get glyph metrics of the UNICODE char /// \brief Get glyph metrics of the UNICODE char
/// ///
/// \param[out] ch UNICODE char to get the glyph metrics for /// \param[in] ch UNICODE char to get the glyph metrics for
/// \param[out] minx Variable to store the returned minimum X offset into /// \param[out] minx Variable to store the returned minimum X offset into
/// \param[out] maxx Variable to store the returned maximum X offset into /// \param[out] maxx Variable to store the returned maximum X offset into
/// \param[out] miny Variable to store the returned minimum Y offset into /// \param[out] miny Variable to store the returned minimum Y offset into