From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ad4:5b8b:0:b0:4b3:f368:de23 with SMTP id 11-20020ad45b8b000000b004b3f368de23mr12618207qvp.73.1665549401407; Tue, 11 Oct 2022 21:36:41 -0700 (PDT) X-Received: by 2002:a05:620a:4083:b0:6ce:7e02:5cb8 with SMTP id f3-20020a05620a408300b006ce7e025cb8mr19245920qko.170.1665549401260; Tue, 11 Oct 2022 21:36:41 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 11 Oct 2022 21:36:41 -0700 (PDT) In-Reply-To: <86mta1hpee.fsf@stephe-leake.org> Injection-Info: google-groups.googlegroups.com; posting-host=84.209.88.37; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 84.209.88.37 References: <77f28b34-63ef-4903-a111-026968c0918dn@googlegroups.com> <86mta1hpee.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <103d4957-016a-44a3-a9cb-07d266991f47n@googlegroups.com> Subject: Re: Bold text (in terminal) from Ada? From: reinert Injection-Date: Wed, 12 Oct 2022 04:36:41 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:64491 List-Id: No partly general solution? reinert onsdag 12. oktober 2022 kl. 02:11:25 UTC+2 skrev Stephen Leake: > reinert writes: > > > Any simple way to print out bold text from an Ada program? > > In case, how? > Totally depends on what device you are printing to. > > Others have posted solutions for terminals that respect certain control > codes. > > If you are printing to paper or a pdf file, you'll need to use some > typesetting program like latex or Open Office document. > > > Assume linux. > > Not enough information. > > -- > -- Stephe