|
From: Shigeharu T. <sh...@ie...> - 2006-05-22 09:04:38
|
shige 05/22 2006
----------------
In term/wxt.trm and term/win.trm:
* $Id: win.trm,v 1.47 2006/05/14 14:09:25 broeker Exp $
(wxt had no line for $Id$)
I found a point that seems to be a misprint. I send the unified
diff file for them.
I also think that the entry "$(T)wxt.trm" should be added to the
variable CORETERM in docs/Makefile.in.
----- From here -----
diff -u term-org/wxt.trm term/wxt.trm
--- term-org/wxt.trm Mon May 22 13:38:15 2006
+++ term/wxt.trm Mon May 22 17:35:05 2006
@@ -264,7 +264,7 @@
"?set terminal wxt",
"?wxt",
" The `wxt` terminal device generates output in a separate window. The window ",
-" created by the wxWidgets library, where the 'wxt' comes from.",
+" is created by the wxWidgets library, where the 'wxt' comes from.",
" The actual drawing is done via cairo, a 2D graphics library.",
" Text is handled by pango, a library for laying out and rendering text.",
"",
@@ -296,7 +296,7 @@
"",
" This terminal supports an enhanced text mode, which allows font",
" and other formatting commands (subscripts, superscripts, etc.)",
-" to be embedded in labels and other text strings."
+" to be embedded in labels and other text strings.",
" The enhanced text mode syntax is shared with other gnuplot",
" terminal types. See `enhanced` for more details.",
"",
@@ -326,11 +326,11 @@
" translate character codes to their utf-8 counterparts, and it will use",
" your current font instead of Symbol.",
" However, this will not work with other non conform fonts, such as",
-" \"windings\". These fonts may not appear at all."
+" \"windings\". These fonts may not appear at all.",
"",
" The rendering of the plot can be done in several ways.",
-" It can be altered with a dialog available from the toolbar."
-" To obtain the best output possible, the rendering involves three"
+" It can be altered with a dialog available from the toolbar.",
+" To obtain the best output possible, the rendering involves three",
" mechanisms : antialiasing, oversampling and hinting.",
" Antialiasing allows to display non-horizontal and non-vertical lines",
" smoother.",
diff -u term-org/win.trm term/win.trm
--- term-org/win.trm Mon May 22 13:38:20 2006
+++ term/win.trm Mon May 22 17:31:59 2006
@@ -893,7 +893,7 @@
" Syntax:",
" set terminal windows {color | monochrome}",
" {enhanced | noenhanced}",
-" {{font} \"fontname{,fontsize}\" {<fontsize>}}",
+" {{font} \"fontname{,fontsize}\" {<fontsize>}}",
"",
" where `color` and `monochrome` select colored or mono output,",
" `enhanced` enables enhanced text mode features (subscripts,",
----- To here -----
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|
|
From: Ethan M. <merritt@u.washington.edu> - 2006-05-23 19:06:19
|
On Monday 22 May 2006 02:04 am, Shigeharu TAKENO wrote: > > I found a point that seems to be a misprint. I send the unified > diff file for them. Thank you. > I also think that the entry "$(T)wxt.trm" should be added to the > variable CORETERM in docs/Makefile.in. Probably. > @@ -326,11 +326,11 @@ > " translate character codes to their utf-8 counterparts, and it will > use", " your current font instead of Symbol.", > " However, this will not work with other non conform fonts, such > as", -" \"windings\". These fonts may not appear at all." > +" \"windings\". These fonts may not appear at all.", > "", Actually, that sentence should just be deleted. The current terminal does in fact work with Wingdings and at least some other non-conforming fonts. -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |
|
From: <tim...@en...> - 2006-05-23 19:17:02
|
> On Monday 22 May 2006 02:04 am, Shigeharu TAKENO wrote: >> >> I found a point that seems to be a misprint. I send the unified >> diff file for them. > > Thank you. Yes, thank you. > >> I also think that the entry "$(T)wxt.trm" should be added to the >> variable CORETERM in docs/Makefile.in. > > Probably. I will do that. >> @@ -326,11 +326,11 @@ >> " translate character codes to their utf-8 counterparts, and it will >> use", " your current font instead of Symbol.", >> " However, this will not work with other non conform fonts, such >> as", -" \"windings\". These fonts may not appear at all." >> +" \"windings\". These fonts may not appear at all.", >> "", > > Actually, that sentence should just be deleted. The current terminal > does in fact work with Wingdings and at least some other non-conforming > fonts. I just commited the typo corrections for wxt.trm . I will check soon with different versions of pango to see how it works with the fonts, and will update this help message accordingly. By the way, I will add an $Id$ line to the wxWidgets terminal files, thanks again Shigeharu for mentioning that. Best regards, Timoth=E9e |
|
From: Bastian M. <bma...@we...> - 2006-05-23 20:18:06
|
Shigeharu TAKENO wrote:
> diff -u term-org/win.trm term/win.trm
> --- term-org/win.trm Mon May 22 13:38:20 2006
> +++ term/win.trm Mon May 22 17:31:59 2006
> @@ -893,7 +893,7 @@
> " Syntax:",
> " set terminal windows {color | monochrome}",
> " {enhanced | noenhanced}",
> -" {{font} \"fontname{,fontsize}\" {<fontsize>}}",
> +" {{font} \"fontname{,fontsize}\" {<fontsize>}}",
> "",
> " where `color` and `monochrome` select colored or mono output,",
> " `enhanced` enables enhanced text mode features (subscripts,",
This one has already been corrected by Hans-Bernhard Broecker.
|