Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 569 Bytes

pango-samples.md

File metadata and controls

21 lines (15 loc) · 569 Bytes

Pango-Samples

colors

Pango supports named colors as well as normal RGB colors. See the following reference for named colors: Web colors - Wikipedia

<span color='Beige' background='LightSlateGray'>A text in Beige</span>

markup renderer

use pango-view tmp/pango-test.markup --hinting full --markup

dunstify -a "beeper" "Test #$RANDOM" "Here goes Pango Markup:<br><span bgcolor='#00FF007F' foreground='#00FF00'><small>http://www.google.com</small></span>"

2018-01-28 12:24:59