From: mnhollinger on
Hello,

I consulted my hp 49g+ user's guide but could not
find how to change system fonts from within a program.
I would like to display results in two different font
sizes such as

From /* Font 8*/ PT 1: 327.050 m /* Font 7 */
PT 2: 358.051 m /* Font 7 */

Thanks,

Mark
From: Virgil on
In article
<2fa4a11b-43a3-4bbb-b478-579c423d77f3(a)f63g2000hsf.googlegroups.com>,
mnhollinger(a)yahoo.com wrote:

> Hello,
>
> I have consulted my hp 49g+ user's manual and could not find how to
> change system fonts from within a program. I would like to display
>
> From @ Font 8
> PT 1: 327.050 m @ Font 7
> PT 2: 358.051 m @ Font 7
>
> for example.
> Also, how would I display "From" in bold text?
>
> Thanks,
>
> Mark

To have a bit of text in a string display in one or more of
bold, italic, underlined or inverse, one must enclose it between two
strings, each of 3 characters of form chr 19, chr x, chr 19, where x is
1, 2, 3, or 4 for bold, italic, underlined and inverse, respectively.

So the string consisting of the characters
chr 19, chr 1, chr 19, F, r, o, m, chr 19 chr 1, chr 19
will display as "From" in bold text.
From: mnhollinger on
On Jun 15, 2:31 am, Virgil <Vir...(a)gmale.com> wrote:
> In article
> <2fa4a11b-43a3-4bbb-b478-579c423d7...(a)f63g2000hsf.googlegroups.com>,
>
>
>
>
>
>  mnhollin...(a)yahoo.com wrote:
> > Hello,
>
> > I have consulted my hp 49g+ user's manual and could not find how to
> > change system fonts from within a program.  I would like to display
>
> > From @ Font 8
> > PT 1: 327.050 m @ Font 7
> > PT 2: 358.051 m @ Font 7
>
> > for example.
> > Also, how would I display "From" in bold text?
>
> > Thanks,
>
> > Mark
>
> To have a bit of text in a string display  in one or more of
> bold, italic, underlined or inverse, one must enclose it between two
> strings, each of 3 characters of form chr 19, chr x, chr 19, where x is
> 1, 2, 3, or 4 for bold, italic, underlined and inverse, respectively.
>
> So the string consisting of the characters
>    chr 19, chr 1, chr 19, F, r, o, m, chr 19  chr 1, chr 19
> will display as "From" in bold text.- Hide quoted text -
>
> - Show quoted text -

Thanks for responding to my query! Would you mind telling me the
source of your response? I don't know what a chr is and why you are
using commas as delimiters. If my system font is set to 8 and I want
to display "From" in system font 7 using bold text, what would the
code look like? Normally, I would write

<< CLLCD "From" 1
DISP 2 FREEZE
>>

for example.
From: mnhollinger on
On Jun 15, 2:31 am, Virgil <Vir...(a)gmale.com> wrote:
> In article
> <2fa4a11b-43a3-4bbb-b478-579c423d7...(a)f63g2000hsf.googlegroups.com>,
>
>
>
>
>
>  mnhollin...(a)yahoo.com wrote:
> > Hello,
>
> > I have consulted my hp 49g+ user's manual and could not find how to
> > change system fonts from within a program.  I would like to display
>
> > From @ Font 8
> > PT 1: 327.050 m @ Font 7
> > PT 2: 358.051 m @ Font 7
>
> > for example.
> > Also, how would I display "From" in bold text?
>
> > Thanks,
>
> > Mark
>
> To have a bit of text in a string display  in one or more of
> bold, italic, underlined or inverse, one must enclose it between two
> strings, each of 3 characters of form chr 19, chr x, chr 19, where x is
> 1, 2, 3, or 4 for bold, italic, underlined and inverse, respectively.
>
> So the string consisting of the characters
>    chr 19, chr 1, chr 19, F, r, o, m, chr 19  chr 1, chr 19
> will display as "From" in bold text.- Hide quoted text -
>
> - Show quoted text -

Thanks for the response to my query! Would you mind divulging the
source of your response?
I don't know what a chr is and I don't know why you are using comma
delimiters. What would
the code be if my system font is set to 8 and I want to display "From"
in system font 7
using bold text? Normally I would write

<< CLLCD "From" 1
DISP 2 FREEZE
>>

for example.
From: mnhollinger on
On Jun 15, 2:31 am, Virgil <Vir...(a)gmale.com> wrote:
> In article
> <2fa4a11b-43a3-4bbb-b478-579c423d7...(a)f63g2000hsf.googlegroups.com>,
>
>
>
>
>
>  mnhollin...(a)yahoo.com wrote:
> > Hello,
>
> > I have consulted my hp 49g+ user's manual and could not find how to
> > change system fonts from within a program.  I would like to display
>
> > From @ Font 8
> > PT 1: 327.050 m @ Font 7
> > PT 2: 358.051 m @ Font 7
>
> > for example.
> > Also, how would I display "From" in bold text?
>
> > Thanks,
>
> > Mark
>
> To have a bit of text in a string display  in one or more of
> bold, italic, underlined or inverse, one must enclose it between two
> strings, each of 3 characters of form chr 19, chr x, chr 19, where x is
> 1, 2, 3, or 4 for bold, italic, underlined and inverse, respectively.
>
> So the string consisting of the characters
>    chr 19, chr 1, chr 19, F, r, o, m, chr 19  chr 1, chr 19
> will display as "From" in bold text.- Hide quoted text -
>
> - Show quoted text -

Thanks for the response to my query! Would you mind divulging the
source of your response?
I don't know what a chr is and I don't know why you are using comma
delimiters. What would
the code be if my system font is set to 8 and I want to display "From"
in system font 7
using bold text? Normally I would write

<< CLLCD "From" 1
DISP 2 FREEZE
>>

for example.