updateTypesettingFeatures 145 Source/platform/fonts/FontDescription.h void setKerning(Kerning kerning) { m_kerning = kerning; updateTypesettingFeatures(); } updateTypesettingFeatures 146 Source/platform/fonts/FontDescription.h void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; updateTypesettingFeatures(); } updateTypesettingFeatures 147 Source/platform/fonts/FontDescription.h void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; updateTypesettingFeatures(); } updateTypesettingFeatures 148 Source/platform/fonts/FontDescription.h void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesState = historicalLigaturesState; updateTypesettingFeatures(); } updateTypesettingFeatures 149 Source/platform/fonts/FontDescription.h void setContextualLigaturesState(LigaturesState contextualLigaturesState) { m_contextualLigaturesState = contextualLigaturesState; updateTypesettingFeatures(); } updateTypesettingFeatures 152 Source/platform/fonts/FontDescription.h void setTextRendering(TextRenderingMode rendering) { m_textRendering = rendering; updateTypesettingFeatures(); } updateTypesettingFeatures 176 Source/platform/fonts/FontDescription.h void updateTypesettingFeatures() const;