diff options
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 2a3cb5a2..bf9be496 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -43,7 +43,10 @@ * `PangoLayout`. The following image shows adjustable parameters * (on the left) and font metrics (on the right): * - * ![Pango Layout Parameters](layout.png) + * <picture> + * <source srcset="layout-dark.png" media="(prefers-color-scheme: dark)"> + * <img alt="Pango Layout Parameters" src="layout-light.png"> + * </picture> * * The following images demonstrate the effect of alignment and * justification on the layout of text: |