tree: d431f2cda4ad0968894ba5532e58ac886147a030 [path history] [tgz]
  1. blink_dwrite_call_flow.dot
  2. blink_dwrite_call_flow.dot.png
  3. dwrite_font_proxy_init_impl_win.cc
  4. dwrite_font_proxy_init_impl_win.h
  5. dwrite_font_proxy_win.cc
  6. dwrite_font_proxy_win.h
  7. dwrite_font_proxy_win_unittest.cc
  8. dwrite_localized_strings_win.cc
  9. dwrite_localized_strings_win.h
  10. font_fallback_win.cc
  11. font_fallback_win.h
  12. font_fallback_win_unittest.cc
  13. OWNERS
  14. README.md
content/child/dwrite_font_proxy/README.md

DWriteFontProxy

This directory contains Windows DirectWrite classes that runs in the renderer process.

This README can be viewed in formatted form here.

The DWriteFontCollectionProxy is a single-instance object. It creates an instance of DWriteFontFamilyProxy for each font family by making mojo calls to DWriteFontProxyImpl in the browser process.

Please see the following diagram for the call flows.

Call flow