Merge pull request #63 from ilyapopov/patch-1

Fix typo in doc comment
This commit is contained in:
Dmitry Marakasov 2015-12-30 15:57:12 +03:00
commit 797be3d5b7

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