| Index: sky/engine/platform/fonts/FontDescription.h
|
| diff --git a/sky/engine/platform/fonts/FontDescription.h b/sky/engine/platform/fonts/FontDescription.h
|
| index 02cd9a13e6db65b402433d3d7b208745d29f318c..040d7109851ebea78a3cfe1fc8d190f86c34dbf2 100644
|
| --- a/sky/engine/platform/fonts/FontDescription.h
|
| +++ b/sky/engine/platform/fonts/FontDescription.h
|
| @@ -192,8 +192,8 @@ private:
|
| void updateTypesettingFeatures() const;
|
|
|
| float m_specifiedSize; // Specified CSS value. Independent of rendering issues such as integer
|
| - // rounding, minimum font sizes, and zooming.
|
| - float m_computedSize; // Computed size adjusted for the minimum font size and the zoom factor.
|
| + // rounding, minimum font sizes.
|
| + float m_computedSize; // Computed size adjusted for the minimum font size.
|
|
|
| float m_letterSpacing;
|
| float m_wordSpacing;
|
|
|