1PANGO-VIEW(1) User Commands PANGO-VIEW(1)
2
3
4
6 pango-view - "Pango text viewer"
7
9 Usage:
10 pango-view [OPTIONâ.¦] - FILE
11
12 Help Options:
13 -h, --help
14 Show help options
15
16 --help-all
17 Show all help options
18
19 --help-cairo
20 Options understood by the cairo backend
21
22 Cairo backend options:
23 --annotate=FLAGS
24 Annotate the output. Comma-separated list of gravity, progres‐
25 sion, baselines, layout, line, run, cluster, char, glyph, caret,
26 slope
27
28 Application Options:
29 --no-auto-dir
30 No layout direction according to contents
31
32 --backend=cairo/xft/ft2
33 Pango backend to use for rendering (default: cairo)
34
35 --background=red/#rrggbb/#rrggbbaa/transparent
36 Set the background color
37
38 -q, --no-display
39 Do not display (just write to file or whatever)
40
41 --dpi=number
42 Set the resolution
43
44 --align=left/center/right
45 Text alignment
46
47 --ellipsize=start/middle/end
48 Ellipsization mode
49
50 --font=description
51 Set the font description
52
53 --foreground=red/#rrggbb/#rrggbbaa
54 Set the text color
55
56 --gravity=south/east/north/west/auto
57 Base gravity: glyph rotation
58
59 --gravity-hint=natural/strong/line
60 Gravity hint
61
62 --header
63 Display the options in the output
64
65 --height=+points/-numlines
66 Height in points (positive) or number of lines (negative) for
67 ellipsizing
68
69 --hinting=none/auto/slight/medium/full
70 Hinting style
71
72 --antialias=none/gray/subpixel
73 Antialiasing
74
75 --hint-metrics=on/off
76 Hint metrics
77
78 --subpixel-positions
79 Subpixel positioning
80
81 --subpixel-order=rgb/bgr/vrgb/vbgr
82 Subpixel order
83
84 --indent=points
85 Width in points to indent paragraphs
86
87 --spacing=points
88 Spacing in points between lines
89
90 --line-spacing=factor
91 Spread factor for line height
92
93 --justify
94 Stretch paragraph lines to be justified
95
96 --justify-last-line
97 Justify the last line of the paragraph
98
99 --language=en_US/etc
100 Language to use for font selection
101
102 --margin=CSS-style numbers in pixels
103 Set the margin on the output in pixels
104
105 --markup
106 Interpret text as Pango markup
107
108 -o, --output=file
109 Save rendered image to output file
110
111 --pixels
112 Use pixel units instead of points (sets dpi to 72)
113
114 --pango-units
115 Use Pango units instead of points
116
117 --rtl Set base direction to right-to-left
118
119 --rotate=degrees
120 Angle at which to rotate results
121
122 -n, --runs=integer
123 Run Pango layout engine this many times
124
125 --single-par
126 Enable single-paragraph mode
127
128 -t, --text=string
129 Text to display (instead of a file)
130
131 --version
132 Show version numbers
133
134 --waterfall
135 Create a waterfall display
136
137 -w, --width=points
138 Width in points to which to wrap lines or ellipsize
139
140 --wrap=word/char/word-char
141 Text wrapping mode (needs a width to be set)
142
143 --serialized=FILE
144 Create layout from a serialized file
145
146 --serialize-to=FILE
147 Serialize result to a file
148
149
150
151pango 1.51.0 August 2023 PANGO-VIEW(1)