私はyadフォントを次のように使用しています。パンゴマニュアルページに必要なスタイル:
yad --width=250 --text 'foo bar base' --fontname="Serif bold italic 90"
私がしても星は関係ありません。
yad --width=250 --text 'foo bar base' --fontname="Serif bold italic 10"
エラーまたはポリエーテルエーテルケトン?
変更されたドキュメントページの例:http://smokey01.com/yad/
トリックを使用してより良い実際のテストケース<span font="24">
(タグをそのまま表示、HTMLレンダリングは不要):
yad --no-focus --on-top --borders=10 --geometry -0+80 --height=100 --no-markup --question --title 'title' --text '<span font="24">coucou\nhey\n20230228</span>'
ベストアンサー1
これ間違い、この問題は2020年2月に解決されました。
しかし、これはあなたの問題ではありません!
このオプションは、--fontname
フォントセレクタ(--font
)、印刷オプション(--print
)、およびテキスト情報()ダイアログボックス--text-info
でのみ機能します。
会話のテキスト部分にはを使用する必要があります<span>
。
例:テキストプロンプトの一部が強調表示されている単純なプロンプト。
yad --text='Part of this is <span foreground="red" font="Impact" font-size="xx-large">red and big!</span>.'
例:テキストメッセージの場合、テキストのヒントが緑色で表示されるテキストメッセージボックスに、Liberation Serifが使用される次の内容が含まれることがあります。
yad --text-info --listen --text='<span foreground="green">List of trees</span>' --fontname='Liberation Serif Regular 10'