search for: setfont

Displaying 20 results from an estimated 40 matches for "setfont".

2020 Sep 12
1
Server entering Emergency Shell, but continues fine after pressing Enter
...don't see any errors from `systemctl status initrd-parse-etc.service` or > `journalctl -b 0` (I've pasted the full output here:https://write.as/at21opjv3o9fin1t.txt) I see errors in the journalctl output.? Look into these: Sep 12 19:41:12 myhost systemd-vconsole-setup[84]: /usr/bin/setfont failed with error code 71. Sep 12 19:41:12 myhost systemd-vconsole-setup[84]: ................... Sep 12 19:41:12 myhost systemd-vconsole-setup[84]: setfont: putfont: 512,8x16: failed: -1 Sep 12 19:41:12 myhost systemd-vconsole-setup[84]: putfont: PIO_FONT: Invalid argument Sep 12 19:41:12 myhost...
2007 Feb 28
1
On PostScript
...92 %%BeginPageSetup % [{ %%BeginFeature: *PageSize Letter <</PageSize[612 792]/ImagingBBox null>>setpagedevice %%EndFeature } stopped cleartomark %%EndPageSetup gsave [0.24 0 0 -0.24 0 792] concat gsave 237 278 moveto 0 setgray (Courier-iso1252) cvn findfont 50 -50 matrix scale makefont setfont <585858582D746F2D6661782D6E756D626572> [30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 0] xshow grestore grestore showpage %%PageTrailer %%Trailer %%BoundingBox: 0 0 612 792 %%Pages: 1 <--- What this tells me is that the string that I wish to use is bounded by the <> characters...
2020 Sep 12
3
Server entering Emergency Shell, but continues fine after pressing Enter
On 9/11/20 5:29 PM, Quinn Comendant wrote: > Those have always reported success (even before I removed the OnFailure option): In that case, I'd revert the change you made, unlock the root account so that you can use the emergency shell, let the system boot to an emergency shell, and collect the output of "systemctl status initrd-parse-etc.service" and "journalctl -b
2014 May 10
1
Centos 6.4 How to increase console font size.
Just installed 6.4 on and old Dell laptop and the font only takes up half the screen. I have tried setfont and altering grub.conf vga= but it does not work. I have read that I must disable uEFI but have not idea how to do that. Can anyone help? I only use this machine in console mode and I just want the full screen font size that I used to have in 5.x versions. Thanks, Richard
2005 Jun 11
2
italic (PR#7932)
Full_Name: G. Grothendieck Version: R version 2.1.0, 2005-05-14 OS: Windows XP Submission from: (NULL) (216.59.254.207) This code: > plot(1:10) > text(5,5,lab=expression(italic(22*"33"))) has the effect of italicizing 33 (which is a character string) but not 22 (which is not). I would have thought that both, not just 33, would be italicized. I had previously posted about this
1998 May 09
1
R-beta: par
...different plot-size and therefore the label "blabla" cannot be drawn. 2. In a log="x" plot, labels are drawn in exp.mode: 1e-02, 1e-01,.. How can I change it to 0.01, 0.1, ... ? 3. If I want to write with latin-font in S-plus, I use ps.options (paper="A4", setfont=ps.setfont.latin1) and ESS/emacs to write d,.. With R the ps.opt.-command gives an error. Which is the correct way to do it? thanks F.Moro IBWK-ETH -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~...
2000 May 22
4
text() with large cex parameter crashes X11() (PR#553)
Trying to use text() with very large cex parameter crashes R when using the X11() device X11() plot(1,1,type="n") text(1,1,"foo", cex=10) This also crashes R points(1,1,pch="A", cex=10) presumably because we are trying to load a font that doesn't exist, but I haven't looked into it. Martyn --please do not edit the information below-- Version: platform
2005 Dec 01
1
Can''t add text to FXCanvas
...# Invoke base class initialize first super(app, "Plotter", nil, nil, DECOR_ALL, 0, 0, 500, 700) @color4 = FXColor::LightBlue1 @color5 = FXColor::Blue @font = FXFont.new(app,"times",14) dumpFontDesc("Initial Font", at font.getFontDesc) # @font.setFont("courier,140") # Dialogs for later use colorDialog = FXColorDialog.new(self, "Color Dialog") # Create a font dialog for later use @fontDialog = FXFontDialog.new(self, "Axis Font Dialog") # Create a tooltip so we get tool tips for things in this wind...
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
...nageCharacters; tell It; setID 0 3534675600459598498; checksum 0 500806229 null; setID 1 6456195826553758366; checksum 1 1538862558 null; endTell; getWindow; tell It; setResourcesState false false 542; setPopoutState 400; setExplanationSize 0; setAnnotationSize 0; setFontIncAnnot 0; setFontIncExp 0; setSize 1425 800; setLocation 7 22; setFont SanSerif; setFontSize 10; endTell; getEmployee #mesquite.minimal.ManageTaxa.ManageTaxa; tell It; showTaxa #7489305339335140846 #mesquite.lists.TaxonList.TaxonList; tell It; setTaxa #7489305339335...
2006 Aug 29
4
/dev/tty*: not a character device after reboot
...ng to the console /etc/init.d/consolefont: line 55: --tty=//dev/tty11: No such file or directory * Failed to set user font I verified that //dev/tty1 or /dev/tty1 does in fact exist: comp dev # ls -al //dev/tty1 crw------- 1 root root 4, 1 Aug 29 08:27 //dev/tty1 Trying to run the setfont command returns: /bin/setfont default8x16 -C /dev/tty1 setfont Couldnt open /dev/tty1 This was all working fine until recent reboot.. so I''m sure it''s related to one of my updates. Any assistance is greatly appreciated. Here are some base system information: kernel: 2.6.11.12...
1999 Dec 26
3
coredump with plot(x,y,pch="+",cex=2.2) (PR#389)
Core dumped when plot() is used with pch="c" & cex > 2, e.g., plot(1,1, pch="+", cex=2.2) Thank you and best wishes for 2000! Rashid Nassar --please do not edit the information below-- Version: platform = i586-unknown-linux arch = i586 os = linux system = i586, linux status = major = 0 minor = 90.1 year = 1999 month = December day = 15 language = R
2004 Jun 29
0
fl_show_fselector
...o xforms and I'm trying to use fl_show_fselector. In fact I did it without any problem. But now I'm getting "segmentation fault" in the line of code: filename =fl_show_fselector("Select file to open",".","*.off", ""); the message is: In SetFont [fonts.c 224] Bad FontStyle request 0: Segmentation fault (core dumped) I'm wondering what is happening here. Can anybody help me? Thanks a lot, Dimas
2006 Oct 13
0
Live CD Build Error
...rpm traceroute arch df gunzip mktemp rvi traceroute6 ash dmesg gzip more rview true ash.static dnsdomainname hostname mount sed umount awk doexec igawk mt setfont uname basename domainname ipcalc mv setserial unicode_start bash dumpkeys kbd_mode netstat sh unicode_stop bsh echo kill nice sleep unlink cat ed ksh nisdomainname sort...
2006 Oct 31
1
Strange Characters in CLI on TTY9
When I look at TTY9 (using init.d and safe_asterisk to start the asterisk process), I am getting some strange characters. When a application is run the and the CLI shows the application executing the languange almost looks russian...?? Anyone seen this before? http://picasaweb.google.com/jonforrest.beck/AsteriskCLI
2011 Aug 25
1
level 3 font size
On my laptop, I boot CentOS 6 to level 3and find the font is quite small. Is there a way to change the font size at level 3? Thanks, Mike.
2008 Jan 14
0
[ wxruby-Feature Requests-17085 ] missing methods in AuiNotebook
...org/tracker/?func=detail&atid=221&aid=17085&group_id=35 Category: Missing method(s) in class Group: None Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: missing methods in AuiNotebook Initial Comment: methods GetHeightForPageHeight, SetFont, SetNormalFont, SetSelectedFont, SetMeasuringFont and ShowWindowMenu ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17085&group_id=35
1998 Oct 13
0
2.0.0-prealpha*: Only 8.3 filenames with NT 3.51?
...conf with the 2.0.0 server, the problem occurs. What am I doing wrong? Everything works fine when using NT 4.0 SP3 clients, but we can't upgrade the NT 3.51 machines yet. Robbert. -- %!PS Robbert Heederik, heederik@wins.uva.nl, University of Amsterdam /Helvetica findfont 36 scalefont setfont 40 360 translate 1 -.05 -.05 {dup .05 le { pop 1 } if setgray 0 0 moveto (gsso9..vvv-vhmr-tu`-mk.}gddcdqhj.) { 1 add ( ) dup 0 4 3 roll put show} forall -1 .5 translate } for showpage
2006 Nov 06
3
HtmlWindow and friends
Hi Attached is a patch to add HtmlWindow and some of its friends, including HtmlEasyPrinting. Also a sample. I haven''t tried exposing the parsing and rendering API yet to allow custom tags etc - I just wanted to get basic HTML and the 0.6.0 compatibility classes first. There may well be some quite easy classes left. There''s one ugly kludge to get OnOpeningURL to compile -
2007 Mar 23
0
[917] branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiDockArt.h: Fix spelling mistake from wxWidgets headers
...nches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiDockArt.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-23 16:59:10 UTC (rev 917) </span><span class="lines">@@ -15,7 +15,7 @@ </span><span class="cx"> virtual void SetFont(int id, const wxFont& font) = 0; </span><span class="cx"> virtual wxFont GetFont(int id) = 0; </span><span class="cx"> virtual wxColour GetColour(int id) = 0; </span><del>- virtual void SetColour(int id, const wxColor& colou...
2000 Nov 16
1
postscript error
...e ps mul neg 0 2 1 roll rmoveto 1 index stringwidth pop mul neg 0 rmoveto show grestore } def /cl { initclip newpath 3 index 3 index moveto 1 index 4 -1 roll lineto exch 1 index lineto lineto closepath clip newpath } def /rgb { setrgbcolor } def /s { scalefont setfont } def /R { /Font1 findfont } def /B { /Font2 findfont } def /I { /Font3 findfont } def /BI { /Font4 findfont } def /S { /Font5 findfont } def /Helvetica findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /F...