MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / GetTextScale

Method GetTextScale

SampleApps/WebView2APISample/AppWindow.cpp:3031–3034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3029}
3030
3031double AppWindow::GetTextScale()
3032{
3033 return m_uiSettings ? m_uiSettings.TextScaleFactor() : 1.0f;
3034}
3035
3036void AppWindow::AddRef()
3037{

Callers 2

SetRasterizationScaleMethod · 0.80
UpdateFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected