Making the font in the output window bigger

You know when you run a console application and you're looking at the output in the output window at the bottom, the typeface is a little small. Is there a way to change that to a bigger font?

I don't think there is a way to make just the font in the log window bigger - but you can increase the size of the font used in JDeveloper by editing the ide.properties file.

Similar Messages

  • PS CS6 has a different set of installed fonts than my old PS CS4.  How do I get my old fonts back?  Don't like most of the CS6 fonts.  Dell Precision, Windows 7.  Does PS use the fonts in the Windows directory or does it use its own?  A lot of my preferre

    PS CS6 has a different set of installed fonts than my old PS CS4.  How do I get my old fonts back?  Don't like most of the newer CS6 fonts.  Dell Precision, Windows 7.  Does PS use the fonts in the Windows directory or does it use its own?  If so, where are they in the directory?  A lot of my preferred fonts show in the Windows directory but not in Photoshop, which does not display them within the program.  Please help.  If I get free fonts (NOT CC fonts) from elsewhere, where do I put them for Photoshop[ CS6 to use them?  Thanks.

    All versions of Photoshop get their fonts from your OS.  Just install any missing font wherever Windows keeps fonts.
    I don't do windows myself.

  • How to change the font in query builder window in Reports 6i?

    Hi
    I am facing the old problem again and again, which is I can not find any way to change the font in query builder window in Reports 6i. The current font is so bad for alignment and ordering each part of SELECT statement. Is there any way to change this to COURIER NEW for example?

    No, but I suggest using a different editor which does allow a different text option and just pasting it in.

  • How can change the font in the script output and the data grid ?

    How can change the font in the script output and the data grid in Sql Developer?

    You can't easily unless you have the latest version (2.1.1).
    If you do have this version then changing the font in the Tools/Preferences menu under the code editor/fonts section will also change the font of the data grid.
    For details of changing the fonts in an earlier version then see Sue's post below.
    http://sueharper.blogspot.com/2010/03/back-to-basics-changing-font-setting-in.html

  • FontAwesome appears as question marks in FrameMaker 12. I installed the font in the Windows/Fonts folder. Do I need to do something else to get it to work in FM?

    I need to update our fonts/templates to Font Awesome. I downloaded and installed the font in the Windows/Fonts folder.
    The font appears as question marks (????) in place of the text in FrameMaker 12.
    The font appears correctly in other applications, such as Microsoft Word and Outlook.
    I tried this with both FontAwesome.otf and fontawesome-webfont.ttf.
    Do I need to do something else to get this font to work in FM?
    Thanks-
    Stephanie

    Well, if it's any consolation, it does the ????? thing (complete with bad font metrics for the question marks) in FM9, too.
    I'm tempted to blame the font, but it could also be that FM is confused by things that shouldn't be where they are. You'll notice that some of the glyphs aren't given descriptive names in Character Palette.
    For example, code points U+0000 through U+001F. Those are supposed to be the C0 Controls in Unicode, and not displayable glyphs.
    http://www.unicode.org/charts/PDF/U0000.pdf
    Ditto for U+0080 through U+009F, which are the C1 Controls:
    http://www.unicode.org/charts/PDF/U0080.pdf
    The glyphs at these code points should either be in standard Unicode positions (where the glyph is covered by Unicode, such as that left pointing triangle at U+0011, which might have been the same thing as defined by Unicode at U+25C0 or 23F4) or in some Private Use area.
    Ask for your money back .

  • The font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.

    # Question
    Since Firefox last updated to a new version, the font in the URL address line is too small. How do I make it bigger? My computer screen is already set for maximum size.

    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
    Add code to [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #urlbar .textbox-input-box {font-size:13pt !important;}
    #searchbar .textbox-input-box {font-size:13pt !important;}
    #FindToolbar .textbox-input-box {font-size:13pt !important;}
    </nowiki></pre>

  • How do i make the font on my safari toolbar bigger

    i just purchased an iMac and the font on the safari bookmark menu is too small.  How do I change it?

    While you can increase the size of the font your web browser displays a font with (look under the Advanced tab of Preferences) you cannot resize the menubar or menu items. You can change the resolution by selecting Displays in the System Preferences and clicking on the scaled item. From there you can choose a different screen resolution. However, unlike old CRT displays, LCDs have a single 'native' resolution and everything else is a derivation which may or may not be entirely clear. You may also find that some programs won't run well in the lower resolutions.

  • How to change the Size of the font of the JDeveloper IDE

    First of all, this question does not concern the code editor.
    How to change the font for the editor is clear, well documented in the documentation as well as in many of this forums threads.
    My question is how the font of all the IDE components can be increased.
    Is some threads I found to change the font size in the ide.properties file.
    I tried that solution but it does not bring any solution.
    I'm a person with low vision, using a MB Pro with OS X lion just for overall better visibility.
    Talking to a lot of people, who have good vision capabilities, it seems that even a lot of people suffer from the fonts which are to small.
    So ... is it possible to document clearly where to do what and in what versions of JDeveloper.
    I've not yet discovered if any kind of skin settings can be applied ... but this would be great, surely if some kind of predefined bigger fonts would be available.
    Currently I'm using version 11.1.2 and 11.1.1.5.
    Help would be dearly appreciated.
    Greetings,
    Jan.

    Did you close JDeveloper and re-open again after making the changes in ide.properties?
    If changing the ide.properties does not work.
    Try this:
    Go to 'Tools' Menu and select 'Preferences' Sub menu:
    Select ''Code Editor" and select "Fonts"
    Set the options for font-size as in screenshot:
    http://adfsampleapplications.googlecode.com/svn/trunk/images/FontChange.png
    Thanks,
    Navaneeth

  • How can I change the font of the titles in a JTabbedPane

    Hi
    I use a JTabbedPane in a project and use windows LookAndFeel.
    I want to distinguish the selected Tab titels by changing the font of the title. Is there anybody who can help me. I can not find any component used as the title. They are only there when I create the tabs with.
    myTabbedPan.addTab("aTitle",aPanel);
    How TabbedPan use the string "aTitle" to create Tab "Buttons". Is there a component or... I can not get it
    Thanks
    nan2000

    Unfortunately, you have to sub-class the WindowsTabbedPaneUI to do that, and override the convenient methods.
    After that, you have to specify to the UIManager this new class it have to use to display the JTabbedPane components.
    Denis

  • When opening a pdf document in Adobe Reader the font of the original document is changed....It becomes a mix of the original font and a new different font. How can i fix this

    When opening a pdf document in Adobe Reader the font of the original document is changed....It becomes a mix of the original font and a new different font. How can i fix this

    This issue occurs with most of the PDFs that I open up. I am using the latest version of adobe reader on my windows based machine and it is a general PDF. I saw a similar post online stating that if you look at the fonts used in the document and it doesn't say (Embedded) next to it, then Adobe Reader will try to pull the font(s) from your computer and if it doesn't find that font then it will replace it which makes it look funny.

  • Setting the font of the titlebar of JInternal Frames??

    hi all,
    i am trying to change the font of the titles of JinternalFrames..
    i have tried it but cant p*** compilation..
    i have done.. title.setFont(X,X,X);
    is it possible to set the fonts of titlebars of frames?
    If i cant do it like this, is there another way around this?
    thank u ..

    If you tried it and it doesn't work, then that likely means they work the same as JFrames, where the title bar is rendered by the operating system and not by Java. If you are using Windows, that means you have to go into the Control Panel and adjust the Display properties to change the font.

  • HT5361 why is the font in the senders message so small

    how do you change the size of the font on the sender's message

    Mail menu -> Preferences lets you control how messages are viewed.
    You can also View menu -> Customize toolbar on the window you can't read to add icons with the Aa lettering.  This adjusts the font size on your view.
    Note: font size in e-mail does not always transfer when you send messages from one e-mail software to another.

  • Can v change the font of the str displayed on the console?

    hi,
    Is it possible to change the font, size of the str displayed on the DOS prompt?
    regards,
    Deepa Raghuraman

    no, the Windows DOS shell utility sets the font. The System console is not for GUI displaying (and font is also a GUI component).

  • How do I change the fonts on the main page.My fonts have recently changed without my doing anything. They are like 6 point instead of the 12 I am used to. Email font is now huge. Is this an ATT/Yahoo problem or Firefox. Safari fonts seem to be o.k.

    How do I change the fonts on the home page? They recently shrank from 12 to very tiny..(6 pt?). I did nothing to change them, but after the event tried to change them using "preferences-Fonts"which had no effect. ATT seems to have made a change in their email. The fonts in the email are now huge (18 pt?). This could be an ATT/Yahoo problem with Mac, although Safari seems to be working o. k.

    Jim, extensions are also add-ons. Add-ons include extensions, themes and plugins.
    Whenever you have a problem with Firefox, whatever it is, you need to make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Opening a legacy file in CC2014, the fonts in the file (which are loaded and accessible with Suitcase Fusion 6), won't display. I get the [Jensen text] font name indicating a missing font file. YET, when I make a new file, the fonts are available. Any ide

    Okay, that was a long title. Sorry about that.
    Longer version now. The font Janson Text is an old Type 1 Postscript font. If I make a new document in InDesign CC2014, this font is completely available to me. HOWEVER, if I open a legacy file that uses this same font, it shows up with the usual pink highlighting.
    I know the font is available to InDesign, because I made a new test document and set type with it.
    If I try using the Type > Find Font.. option to replace the 'missing' typefaces, InDesign won't let me, not recognizing the font that I just used in the new test document.
    I just tried exporting the defective file as an IDML file, then opening the IDML file. The font is now working properly.
    This is a real problem, as the file I'm trying to open is a book that we need to reprint. I now have to go through it page by page to see if any linebreaks have changed.
    WHAT CAUSES THIS, please?

    There is one way its getting fixed. Once I update my Adobe Illustrator CC to Adobe Illustrator CC 2014 it is further allowing me to go into the system folder and allocate the font to the file so that it can replace it. My only concern now is that our MAC partners who will receive these files back from us have Adobe CS6. We will down save it to CS6 but I hope they won't experience any font issues because of us using CC 2014? Any light you can shed on this?

Maybe you are looking for

  • External hard drive not accessible, but visible in Disk Utility

    Hello All, I recently did a clean install on my iMac, and I cannot access my external hard drive through Finder. The system does detect the hard drive in Disk Utiliy, however Finder cannot see it. I also tried About this Mac > More info > Storage and

  • Insert problem using a SELECT from table with a index by function TRUNC

    I came across this problem when trying to insert from a select statement, the select returns the correct results however when trying to insert the results into a table, the results differ. I have found a work around by forcing an order by on the sele

  • What's wrong???

    Does anyone knows what's wrong with my codes? This page is to retrieve values from database and display in the Dropdownlist. details.TeacherDetails is where my database connection is located. I keep getting an error at the bold codes below: Thanks. <

  • Open untagged JPEG with external editor, then be attached with sRGB profile

    Hi there, I wonder why I open untagged JPEG with "external editor" (Photoshop CS) , then the JPEG will be attached with sRGB profile. Of course my color setting on photoshop is "Use the embedded profile". I think sRGB is the default RGB space of colo

  • Application server monitor

    My requirement is to develop an application which monitors all application servers (E.G. database servers, websphere etc) . What i did is ::: For each application server, there is a socket created and if it fails to connect to the respective applicat