How do I see what Fonts look like?

I have been using Appleworks for the past 8 years and I am switching over to Pages. I miss the simplicity of the word processing tool bar of Appleworks particularly, the font selector which I was able to quickly see what the fonts looked like. Is there an easy way to replicate this with Pages or do I need to open up the FontBook and just use that?
Thom

Hi Thom
To see what the font looks like go to Format - Font - show fonts. This gives you the font window. At the bottom left hand corner of the font menu there is a +, - and a flag keys. Click on the flag key and choose 'show preview'. A window comes up above the menu with sample of font chosen.
Welcome to Pages,
Clive

Similar Messages

  • Open/file in CS6 only shows the blue psd file.  I want to see what it looks like if open.

    Open/file in CS6 only shows the blue psd file.  I want to see what it looks like if open.
    I posted this earlier, but now I can't find it in the forum?

    You could use Bridge, or depending on your operating system, use one of the codec packs that let you view PSD thumbnails in Windows Explorer.  (I don't know OSX)
    This seems like a popular choice for Windows 7
    http://www.softpedia.com/get/System/OS-Enhancements/SageThumbs.shtml
    Personally, I just use Bridge, but I can see how an app like Sage Thumbs would be useful

  • How to make a handwriting font look like real handwriting in InDesign CS5

    This is a script I've written (AppleScript) that addresses the  problem most handwriting fonts have — they look like fonts, mostly  because they're settled so regularly along the baseline and their glyphs  are so uniform.
    It began as a way for me to address a  need for a project I was working on, something designed to look like a  scrapbook. I was using the "Journal" typeface designed by Fontourist  (http://www.dafont.com/journal.font), which gave me a good balance of  readability and organic feel, but of course it had the same issues as  all other fonts of its ilk.
    To address that I wrote a  script to trawl the taxt frames in a specified CS5 INDD document,  looking fist to see if they had that font as their active one, after  which the script shifts each glyph up or down the baseline by a random  amount, gives each glyph a random stroke weight change, and finally  tints each glyph a random amount off of its basic tint.
    Each  of these changes is very subtle, with the result being something that  looks considerably more organic and hand-made than the font did out of  the can. The script should be easily modified by anyone who wants to run  it using a different font instead of "Journal". Here it is. Enjoy!
    -- This script changes the  baseline offset, stroke width, and color tint
    -- of any type set in the "Journal" typeface to randomized values,  giving
    -- the text a much more organic look and feel.
    -- Written by Warren Ockrassa,  http://indigestible.nightwares.com/
    -- Free to use, modify and distribute, but I'd prefer attribution.
    -- Note that this script can take quite a while to execute with  larger
    -- or more complex files.
    set theItem to 0
    set theItem to choose file with prompt "Select a CS5 InDesign  document to modify..."
    if theItem is not equal to 0 then
         tell application "Adobe InDesign CS5"
             open theItem
             tell active document
                 -- Determine how many text frames we need to change
                 set myFrames to the number of text frames
                 if myFrames is not equal to 0 then
                     set theFrame to 1
                     repeat until theFrame > myFrames
                         set myText to text frame theFrame
                         set myFont to applied font of character 1 of myText  as string
                         -- Check to make sure we're only modifying text  frames
                         -- that have been set in the "Journal" typeface
                         if word 1 of myFont is "Journal" then
                             repeat with thisCharacter in (characters of  myText)
                                 -- Randomize the values of baseline shift,  stroke, and tint
                                 set baselineShift to ((random number from -5  to 5) / 10)
                                 set strokeWeight to (((random number 10)) /  100)
                                 set myTint to (100 - (random number 10))
                                 set fillColor to fill color of thisCharacter
                                 set baseline shift of thisCharacter to  baselineShift
                                 set stroke color of thisCharacter to  fillColor
                                 set stroke weight of thisCharacter to  strokeWeight
                                 set fill tint of thisCharacter to myTint
                                 set stroke tint of thisCharacter to myTint
                             end repeat
                         end if
                         set theFrame to (theFrame + 1)
                     end repeat
                 end if
             end tell
         end tell
         beep
         display dialog "Modifications finished!" buttons {"Groovy!"} default  button 1
    else
         display dialog "Operation cancelled" buttons {"OK"} default button 1
    end if

    For the fonts, the really cheap and dirty method would probably be to load the names of the fonts you want to use into an array variable in the AppleScript, then get a random index count to grab one of the font names out of that array.
    The script as it exists now goes character by character - you'd want to revise it so it went word by word instead, or else you'd end up setting each word's character to one of your random font choices. Instead of
    repeat with thisCharacter in (characters of  myText)
    you'd do something like
    repeat with thisWord in (words of  myText)
    As for loading an array variable in AppleScript - I've not done that before, but it's probably something like:
    set myFontArray to {"Papyrus", "Arial", "Comic Sans"}
    The curly braces are necessary, as it appears that AppleScript supports lists rather than arrays (a minor but not entirely unimportant detail). Anyway, from there, you'd grab one font at a time, randomly, probably like this:
    set myWordFontNumber to random ( length of myFontArray ) - 1
      set myWordFont to item myWordFontNumber of myFontArray
    You do the first line to get a random number based on the number of items in your list of fonts. You subtract 1 from it because the count on the actual list begins at 0 rather than 1, which means that sometimes you'll get a random number that's actually 1 larger than the number of items in the list, and you'll never see the first item (which is at position 0). This is a very old-school gotcha when working with arrays and lists - a ten-item list will count from 0 to 9, not 1 to 10.
    From there, you'd set the given word in your text frame's font to the name of the font you pulled out of the myFontArray variable. You'll want to make sure that the font names you load into your list are the actual names of the fonts you're working with - the examples I used here probably won't work.
    Please note that this is just a high-level gloss of what you'd need to do in order to modify the script. You'll have to hit the AppleScript documentation (and InDesign's scripting documentation) to get the precise syntax.

  • Is there a way to tell Firefox to reload a page every time? I'm a web designer and need to see what it looks like every time I open pages that I'm doing.

    In IE, you can set the program to reload a page from the web each time you visit a page. I can't find a way to do that in FF. I'd prefer to only reload the websites that I work on rather than everything on the web, but that's likely not possible with any browser.
    Win 7-x64
    16 GB RAM
    ATI Radeon HD 5670
    Thanks for any help one can offer!

    Thank you! The "Tab Auto Reload" seems to be what I needed!

  • HT4059 I've downloaded ibooks and downloaded the free Beatles book to see what ibooks looks like. I click on the book inside itunes and nothing happens. Also, the book doesn't show up on my ipod touch within ibooks. What am I doing wrong?

    I also tried to use it with an epub book and the same issue. It shows both books under "books" in itunes but I can't open either one. Neither shows up within ibooks on my ipod touch 4th gen. Thanks for help.

    Hi..
    Tap the iBooks app not iTunes.
    On your iPod tap Settings > Store
    Make sure Books is enabled.

  • How can you see what the actual fonts look like in menu?

    In WORD - when you go to the menu bar to see the fonts, you'll see maybe a hundred of them - but you see them the list in the "actual" font style of each font! So in a few seconds you can actually "see" a hundred font types - makes it easy to quickly select which one you like.
    I can't seem to do this in FCPro 5.04. I must click each font from the menu bar - type a word and THEN I see what it looks like. VERY TIME CONSUMING if you don't know your fonts!
    Isn't there a way in FCPro se see all the fonts in a list in the actual "style" of each font - like WORD does? There's a haxie called "Fontcard" that does exactly this - but not in FCPro!
    Can anybody do this - or I'm dreaming here - just keep checking them out 1 font at a time!!
    Thanks,
    Larry

    Larry,
    If you're not in too big a hurry when using Title 3D, you can scroll through the font list. As you go from one font to another, the characters you have highlighted will show in that font. Other than that, I use FontBook to preview fonts quickly.
    -DH

  • How can I see what my eBook looks like in Mac Preview?

    I just wrote and published an ebook online. Some of my customers who use a Mac have mentioned the Table of Contents has weird symbols in it.
    It looks fine on my Windows machine.
    Turns out they are using the Macintosh Preview program to view my pdf file and my eBook is showing up odd when using that program. It works fine in Adobe Reader for Mac users, but not when they use Preview.
    Is there a program I can download to my Windows computer which will emmulate the Mac Preview program so that I can see what it looks like using that software?
    Thanks

    UPDATE:
    A customer sent me a screen shot of the table of contents. I used Microsoft Word to create the Table of Contents which made the table contents clickable (i.e. click on the section and you'll jump to it in the ebook).
    I'm betting the problem lies with the fact that I used Microsoft Word to create the TOC and make it clickable.
    Any thoughts on how to fix this while keeping the TOC clickable?
    Also, I'd still like to know if there's a Preview program I can install on my Windows machine.
    Thanks again

  • HT4910 I have a simple question or 2. 1) how can I see what is on my icloud and how do I edit the data if I do not want it on icloud. 2) I have an app that I would like to update data - it doesn't appear to be doing that, how can I fix that? It is the mob

    1) how can I see what is on my icloud and how would I edit the data that is on it?
    2) I am having problems with an app syncing data with pc - how can I fix that? It is mobile noter.

    Welcome to the Apple Community.
    You can see what's in iCloud collectively at settings > iCloud > storage & back up > manage.... You can only edit the data through the appropriate app (contacts, calendars etc)
    For problems with 3rd party apps, contact the developer.

  • How should a professional business plan look like?

    Hi,
    How should a professional business plan look like?
    My teacher just gave me this sample business plan. Now, the content is alright, but what about the typography? I'm not sure, I'm not really a designer, but I do get the feeling it's not as beautiful as it could be. I take it a business plan should appear serious and controlled, almost conservative, as to show investors that you won't do anything stupid with their money. Also, I remember reading somewhere that the best typography is the kind of typography that goes by unnoticed (e.g. nothing fancy) as to not divert the reader's attention from the actual content.
    I don't know, what do you guys say?
    Thanks!

    Thomas Phinney wrote:
    Well, that is a serious, conservative layout, sure. I'm assuming the red text is instructions/suggestions from the teacher, and gets replaced by black text. Is that right?
    Is the purpose of the business plan to attract investors or convince a bank or something? If it was, I'd probably change the typeface selection so that it wasn't all in Times. Nothing radical, but maybe a slightly more flavorful sans serif for headings, and a serif body typeface with a tiny bit more character. Could be for example Frutiger and Baskerville. Still pretty restrained, just not identical to most of the business plans they see.
    But then again, I'm the guy who jailbroke his iPhone primarily to change the UI typeface, and asked the forum admins to change the default typeface here as well. So maybe I'm a little obsessive on this sort of thing.
    Cheers,
    T
    Oh yes indeed, it's for investors who go through hundreds of Times-based business plans every day. I really like the way you worded things there, "still restrained, just not identical to most of the business plans they see".
    Frutiger and Baskerville is a great suggestion! I'm open to more before I go ahead and buy myself a new pair of fonts though.
    Much obliged!

  • How do you see what version of PDK you are using?

    how do you see what version of PDK you are using?
    I'd like to know where I can look to see the full version number and understand what version I am on.

    The Release Notes document (pdk.release.notes.html) contains the version information.
    Tugdual Grall has a great blog on additional ways of specifying your PDK/OC4J versions.
    Peter

  • How do I discover what font Firefox is actually using?

    How do I discover what font Firefox is actually using?
    Inspect Element does not tell me what font is substituted.

    There is a panel for that in the Inspector. On the right side, where you normally see CSS rules, look for the Fonts tab. It should show the actual font being used by the element selected in the HTML "tree" on the left side.
    Oops, you posted using Firefox 24. It might not have been in that version yet. Are you waiting to make the leap to Firefox 31 ESR because of... ??
    Note that you are a little behind on updates: 24.8.1ESR was released on Sept. 24.

  • When I embed a linked image in a document it 'grows' in thickness. What do I need to do to maintain what it looked like before embedding?

    When I embed a linked image in a document it 'grows' in thickness. What do I need to do to maintain what it looked like before embedding?

    I am using a mac - OSX 10.7.5
    I have Adobe Creative Suites - CS5 - Illustrator version is 15.0.2
    The contents I am placing are all  Vector - Illustrator files
    I used 'simple' linear (line) drawings from SolidWorks that have been converted to ai files. It's just weird because I checked the stroke of the drawing and it's not out of line (stroke is about .5 pts). I also made some of the labels in the examples below earlier and they didn't exhibit the 'larger stroke images'. Perhaps I clicked on something in the Preferences or some other place that caused my problem?
    I am attaching part of some box labels. You can see how the drawings, of the products, on the 'left side' are "thick" (strokes have grown) after embedding them. I think the "Global Logo" was pasted into a template that was not linked and embedded - that's why it's okay. But look at the Quiet Thunder logo - it looks terrible. These labels are only 2.25" X 6.5", so its important I keep the images lightweight.
    Your help is very much appreciated. Thank you!

  • How can I see what I'm actually video recording on iPad Air so that I don't include extra stuff at the borders of the image? It seems to automatically "zoom in" on the screen, but when I export the video, the picture isn't framed well.

    When I try to record a video on the Ipad Air, the screen automatically "zooms in" closer than when I'm taking a photo. So I frame the interview and record it. But when I export it to post it or edit it, I discover that only the screen was zoomed in, the camera wasn't, so I have all this extra stuff around the edges of my frame.
    I don't need to zoom in, but I do need to be able to see what I'm shooting--otherwise, as I'm videotaping, I'm guessing at my picture's framing. But every time I switch from photo to video mode, the screen "zooms in." How can I see what I'm actually recording?
    I've been searching for an answer for this for a while, but I can't find any responses to it! Thanks.

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • Is there a way to see what font was used originally, after the type has been converted to outlines?

    Hi all, I would really like to know if there is any way to find out what font was used originally in an Illustrator document, after the type has been converted to outlines? The reason for this is I need to update some wording in a couple of old logos I had made and I have NO idea what font I had used...for the life of me I just cannot remember. Because this was so urgent for one of my projects I had to do a search online via "WhatTheFont" to see what font it could be (which I then didn't seem to have in my library!), and repurchase it. I am 99% sure I HAVE the font - or something VERY close - but under a different name.
    Normally I keep a much better record of fonts used but there have been times occasionally in the past when I have done something in a hurry and changed the type to outlines without keeping the original, or keeping detailed notes at least. The fact that I did NOT keep notes on a few projects I have done in the past has made me want to kick myself because now I need to revisit one of those again..grrr:)
    Can anyone offer any advice? I appreciate your help as always:)
    best,
    Christine

    Christine,
    You can also ask in the Typography forum,
    http://forums.adobe.com/community/design_development/typography?view=discussions&start=0
    The guy running whatfontis is a regular poster there.
    And apart from
    http://www.whatfontis.com/
    there are
    http://www.identifont.com/
    http://new.myfonts.com/WhatTheFont/
    and especially for script,
    http://www.bowfinprintworks.com/ScriptIDGuide.html

  • How can I see what has been backed up

    After doing a category BU to my WD Passport Ultra, how can I see what was backed up? The Smartware tells me that what I selected was done.But how and where can I confirm this? Thanksgrowlybear

    Simplest way is to open the drive in Windows Explorer, then in the root you should find a folder WD Smartware.stor. Within that should be a folder for each device you've backed up, and within that a folder for each drive on that device that you've backed up. Within those drive folders you should find the files/folders that have been backed up from that particular drive. You can look through them in the same way that you look through the files/folders on your actual drive itself, and confirm that everything is there that you expect to be.

Maybe you are looking for

  • ADAPTER.HTTP_EXCEPTION - HTTP 415 Unsupported Media Type

    Hi All, We have a Proxy to SOAP scenario which is throwing the below response. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Inbound Message   --> - <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xml

  • Laser Multi-function printer recommendation

    I know I'm probably not supposed to be asking for product recommendations here, but am not sure where else to go (if there are other good forums for this kind of thing, please let me know). Anyone have any recommendations on a good laser multi-functi

  • Stacked Canvas not appeariing in the object navigator.

    Hi there Could any one please help me to find the answers for these? When I open a oracle form in Forms Builder 6i (6.0.11.3), I can't see the stacked and tab canvas in the object navigator. Is there any setting which I need to change in preferences.

  • Jyhton issue with ODI upgrade

    Hi, I am trying to execute the jython script but when i execute this part d = glob.glob(src + os.sep + 'd33*cts.txt') i am getting the following error :Traceback (innermost last): File "<console>", line 1, in ? AttributeError: class 'org.python.modul

  • Please refresh my memory re: NR in Bridge previews

    A major senior moment leads me to ask for help in refreshing my memory regarding the Noise Reduction applied in ACR not being reflected in the Preview panel within Bridge after clicking the Done button in ACR. My recollection was that Noise Reduction