Fill Shape with text

I'm trying to Fill Number 9 with text but I always get this :
I want to have the circle inside without text !
Someone Can help me ?
Sorry Im newbie  :/

I know you know a lot more about the internals than I do, Chris, and I hate to be argumentative, but I'm just not seeing the difficulty...
Consider that the text placement code as written today can deal with the following (hastily drawn path).
And as Paulo points out, Photoshop clearly already knows what's "inside" and what's "outside" a complex path.
Emil makes a good point about the readbility suffering if one has to follow it across breaks in the figure...
Still, who's to say whether someone wouldn't come up with a good use for this.  Bottom line is this - here you have a user expecting Photoshop to do something that's expected, and it's falling short because of the implementation and not allowing him to express his creativity the way he wants....
This exercise DID bring one new idea to mind possibly for hhtun...  Try using a stencil font!
-Noel

Similar Messages

  • CAN Text Box/Shape with Text on top of Flash?

    Hi,
    i'm wondering, Do the Text Box/Shape with Text posible to put on top of the Flash?Do it able to read the Text after published?
    I'm scratching my head...Safari Have no problem to read it but Windows user can't read the text.
    Any idea?

    OGC Management wrote:
    ... if I checked the invert box it corrected the problem! 
    your going to chase your tail with that "solution".
    Select all (ctrl+a)(cmd+a) and set Text Wrap to none as shown.
    The item could be on a master page or a locked layer, but  you indicate you were able to modify the wrap attributes...

  • I want to save a shape with text as a picture

    I am using Word for Mac. I want to combine images with text and save it all together as a picture or jpeg file.  I am using a shape and inserted the images and added the text.  I know I have done this before but I can't remember what I did. I thought it had to do with how the shape is formatted, but I have tried all the options and the option to "save as picture" is never available.  I also tried inserting shapes and texts together in a text box.  I tried grouping everything.  I hope one of you brilliant people can help!  Thanks.

    I am using Word for Mac. I want to combine images with text and save it all together as a picture or jpeg file.
    You could try a detour via a PDF document and Preview: 
    In Word use "File > Print" and press the "PDF" button in the lower left corner. Then select "Open in Preview".  This will open your image in Preview.  There you can crop it and export the cropped image as a png file or a jpeg using "File > Export". Select a different format in the "Format" pop-up menu:

  • How to fill shape with pattern... and cut outline?

    I have an old plotter that works great for making drawings. I can fill a shape with a pattern, convert the pattern to outlines (or strokes) BUT my problem is that the outline of the original shape remains, and this will be plotted. I do not want an outline of the original shape, I want the pattern to create the shape. Any ideas? Also, shape stroke remains part of the art (even if stroke = none before object/expand/ungroup/divide)

    aha!
    made scribble
    expanded scribble
    put shape in front
    select all, ctrl+7 (masked scribble to shape)
    pathfinder/crop
    solved. thanks! sishamDSS!

  • Fill shape with pen tool

    Hi there,
    this might be a very simple question, but couldn't figure it out ..
    I made a Title in Premiere and I want to draw a shape with the pen tool.
    However this only results into a shape with line instead of it being filled.
    So my question: how to draw a filled shape in Premiere Pro with the pen tool?
    Thanks in advance

    Set Graphic Type to Filled Bezier, that will fill the shape.

  • Fill shape with a pattern

    Hi,
    I am drawing some shapes using java.awt.Shape, java.awt.geom.Area and java.awt.geom.GeneralPath and would like to know whether it's possible to fill these closed shapes with a color - or even better - with a pattern.
    Thanks!

    er, yes, why not?
    http://java.sun.com/docs/books/tutorial/2d/geometry/strokeandfill.html
    -Puce

  • Fill Shape With Picture? student

    Hello,
    Is there a way to draw a shape and then fill it with a picture from a file?
    Also, I'm not sure if that is the best way to put pictures into the program I am making... any advice?
    - Jason

    import java.awt.*;
    import java.awt.geom.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class ShapeImage {
        private JScrollPane getContent(BufferedImage source) {
            BufferedImage framed = getFramedImage(source);
            Box box = Box.createHorizontalBox();
            box.add(Box.createHorizontalGlue());
            box.add(new JLabel(new ImageIcon(source)));
            box.add(Box.createHorizontalGlue());
            box.add(new JLabel(new ImageIcon(framed)));
            box.add(Box.createHorizontalGlue());
            return new JScrollPane(box);
        private BufferedImage getFramedImage(BufferedImage image) {
            int w = 160, h = 160;                   // shape/frame size
            int type = BufferedImage.TYPE_INT_RGB;  // other options
            BufferedImage out = new BufferedImage(w, h, type);
            Graphics2D g2 = out.createGraphics();
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            Ellipse2D circle = new Ellipse2D.Double(0,0,w-1,h-1);
            // Center image in circle frame.
            double x = (w - image.getWidth())/2;
            double y = (h - image.getHeight())/2;
            AffineTransform at = AffineTransform.getTranslateInstance(x,y);
            g2.drawRenderedImage(image, at);
            // Mask out image pixels that lie outside of the circle disk.
            Area mask = new Area(new Rectangle(0,0,w,h));
            mask.subtract(new Area(circle));
            // Use the desired background color.
            g2.setPaint(UIManager.getColor("Panel.background"));
            g2.fill(mask);
            // Draw the circle/shape frame.
            g2.setPaint(Color.red);
            g2.draw(circle);
            g2.dispose();
            return out;
        public static void main(String[] args) throws IOException {
            BufferedImage image = ImageIO.read(new File("images/cougar.jpg"));
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(new ShapeImage().getContent(image));
            f.pack();
            f.setLocation(200,200);
            f.setVisible(true);
    }

  • Fill shape with image

    Hi,
    I have drawn a curved box and wish to fill it with and image. I'm having trouble with this as the image is a rectangle and the box has curved edges. Is there any way which you can fill the box with the image. It will not matter if edges of the image are cut out.
    Thanks in advance
    Euan

    > I'm having problems copying layers.
    I take it this is a separate question? (no need to copy layers for what I suggested before)
    Highlight a layer in the layers palette, then press CTRL+J (windows) or Command+J (Mac) if you want a duplicate.
    Otherwise, highlight the layer, press CTRL+A (windows) or Command+A(Mac) , then CTRL+C (windows) or Command+C (Mac) and then you can paste it where you want.

  • Fill shape with 2 solid colors

    Hi,
    I was wondering if there is an easy way to fill a roundRectangle2D with 2 solid colors. For example that 1/3 is blue and the other 2/3 is green? I've looked in the java graphics2D api but can't find anything. GradientPaint isn't what I'm looking for, so is there any other easy option.
    Or is it the hard way and you need to draw several shapes on top of each other?
    class EventPanel extends JComponent{
        @Override
        protected void paintComponent(Graphics g){
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D) g.create();
            Double widthRect = (double) this.getWidth();
            Double heightRect = (double) this.getHeight();
            Double arc = widthRect / 20.0;
            Float strokeSize = 1.0f;
            Double offset = strokeSize / 2.0;
            Double adj = offset * 2;
            RoundRectangle2D.Double roundRect = new RoundRectangle2D.Double(offset, offset, widthRect - adj, heightRect - adj, arc, arc);
            RenderingHints rh = new RenderingHints(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
            g2.setRenderingHints(rh);
            g2.setPaint(new Color(30, 144, 255, 80));
            g2.fill(roundRect);
            g2.setPaint(Color.BLACK);
            g2.setStroke(new BasicStroke(strokeSize));
            g2.draw(roundRect);
            g2.dispose();
        }Similar to this: Example Don't mind the quality. Not good at art.
    Edited by: Kligham on 26-aug-2010 22:55
    Edited by: Kligham on 26-aug-2010 22:58
    Edited by: Kligham on 26-aug-2010 23:01

    Or is it the hard way and you need to draw several shapes on top of each other?What's so hard about that? But if you're looking for an alternative approach, you can do it with Graphicd$setClip(...)
    GradientPaint isn't what I'm looking forWhat about LinearGradientPaint?import java.awt.*;
    import javax.swing.*;
    public class StepGradientPaint {
      float[] fractions = {0F, 0.5F, 0.50001F, 1F};
      Color[] colors = {Color.RED, Color.RED, Color.GREEN, Color.GREEN};
      Paint paint = new LinearGradientPaint(0F, 0F, 200F, 0F, fractions, colors);
      public static void main(String[] args) {
        SwingUtilities.invokeLater(new Runnable() {
          @Override
          public void run() {
            new StepGradientPaint().makeUI();
      public void makeUI() {
        JPanel panel = new JPanel() {
          @Override
          protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D) g.create();
            g2.setPaint(paint);
            g2.fillRect(0, 0, getWidth(), getHeight());
            g2.dispose();
        panel.setPreferredSize(new Dimension(200, 200));
        JFrame frame = new JFrame();
        frame.add(panel);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.pack();
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
    }db

  • I want to reference a cell from another table and fill it with text

    I I have several tables that update each other with data from the previous one. These tables are identical and follow each other by date. In each table is a cell (B1) where a persons name goes. the cell (B2) references another cell from a previous dated table. Some days, consecutively, no name is entered in to cell B1. I want cell B2 to always refer back to the most recent table with a name is cell B1. How can this be done?
    I have written this formula (applied to cell B2 of this example) already: IF(Day 1::B1="","",IF(Day 1::B1≥"",Day 1::B1))  but it only references the previous days table and stops there. Some days nothing is inputed into cell B1 causing causing the following days table cell B2 to show "0".
    Monday, April 1
    Driver
    Driver for Today
    David
    Previous Driver (Last person to drive vehicle)
    Tuesday, April 2
    Driver
    Driver for Today
    Previous Driver (Last person to drive vehicle)
    David
    Wednesday, April 3
    Driver
    Driver for Today
    Mike
    Previous Driver (Last person to drive vehicle)
    David
    Thursday, April 4
    Driver
    Driver for Today
    Previous Driver (Last person to drive vehicle)
    Mike
    Friday, April 5
    Driver
    Driver for Today
    Previous Driver (Last person to drive vehicle)
    Mike
    Saturday, April 6
    Driver
    Driver for Today
    Carl
    Previous Driver (Last person to drive vehicle)
    Mike
    Sunday, April 7
    Driver
    Driver for Today
    David
    Previous Driver (Last person to drive vehicle)
    Carl

    "I am having trouble getting the formulas you suggested to work. I am not sure where the problem is coming from. Could you look at the following spreadsheet and tell me where I am going wrong? The following pic shows Day 1 and AUX tables. In Day 1 cell B1 a Drivers name is entered. As you can see by the formula that you gave the B2 is for "Product" not the drivers name "David"."
    Hi br,
    The formulas provided above apply directly to the set of tables shown with them. In each of these tables, the target cell, containing the name of the driver for that day is cell B2 on the table for that day.
    For Day 1, the driver is Huey, found in cell B2 of Table 1, and the cell reference to retrieve the information from that cell is =Table 1::B2
    The formula in B2 of Aux uses INDIRECT to build that cell reference from the fixed text string "Table ", the calculated value ROW()-1, and the text string "::B2"
    ROW() returns the number of the row in which the function sits. In B2, that's row 2, and ROW() returns 2. -1 subtracts 1 from that value, leaving 1. In B2, ROW()-1 returns 1.
    The ampersand is the concatenation operator. It joins the value before it to the value following it. The result is a text string. in the INDIRECT part of the formula, there are two & operators, one after "Table ", the other after ROW()-1.
    "Table " & ROW()-1 & "::B2" with the result of ROW()-1 as the value between the two text strings.
    "Table " & 1 & "::B2"   =   "Table 1::B2"
    INDIRECT( ) takes that text and converts it to the cell address that it represents.
    B2: =IF(LEN(INDIRECT("Table "&ROW()-1&"::B2"))<1,"",INDIRECT("Table "&ROW()-1&"::B2"))
    The first instance on the string in the formula is a test to see if there is anything in the target cell. If not, the formula returns a null string. If there is at least 1 character there, the second instance of INDIRECT is called on to return the name to B2 of the table Aux.
    Compare your formula below:
    B4: =IF(LEN(INDIRECT("Day 3"&ROW()-1&"::B2"))<1,"",INDIRECT("Day 3"&ROW()-1&"::B2"))
    As shown, this is the formula in B4 of your Aux table. In Row 4, ROW() returns 4, and ROW()-1 returns 3.
    So the three elements of the cell address constructed in INDIRECT are "Day 3", 3, and "::B2"
    The cell being addressed is "Day 33::B2", cell B2 on the table named Day 33.
    The error results from there being no table with that name.
    The fix (to the table part of the reference) is to change the first text string to "Day " (including the space after the word Day).
    The fix to replace Product with the driver name is to change "::B2" to ::B1"
    To fit the names of your day tables and the location of the driver's name on each, your formula in B2 should read:
    B2: =IF(LEN(INDIRECT("Day "&ROW()-1&"::B1"))<1,"",INDIRECT("Day "&ROW()-1&"::B1"))
    Regards,
    Barry

  • Removing filled box with text

    Hi,
    I have a script, which makes a filled box and writes there text. I want that at the script end it would remove it. Script runs on a program. Program has some scripts. So if I'll use other scripts I'll have that filled box, which at that time I'll won't need.
    I have in:
         public void onRepaint(Graphics g)
              //code
         )The code:
                   int x = 18;
                   int y = 108;
                   g.setColor(BLACK);
                   g.fill3DRect(14, 108, 219, 214, true);
                   g.setColor(GREEN);
                   g.drawString("script", x, y += 15);I need that in:
    public void onFinish() {}It would remove it. Can you solve this problem, please?
    Edited by: rikits on Jul 26, 2008 5:42 AM

    Yes, but none of that code is yours is it?
    Take a brief read through the Java Tutorial and you'll know how to do it too.

  • Re: Closed Path with Text

    I hope this is a simple enough question and someone can help me out!
    I created a closed path with the pen tool. Then I filled it with text using the 'Text Area Type Tool'. Now I would like to use the closed path as a Shape (in order to fill with color) and I'm not able to reverse it from a Text Shape.
    Is there a way to copy the Text Shape and convert it back to a regular path Shape?
    Thanks so much for your help! I have a bunch of these Text paths that I would like to fill with color.
    ~Owen

    With the Group Selection Tool (the white arrow with the + sign next to it), drag over a portion of the path enclosing the area text, or click on the path, to select the path without selecting the text itself. You may then copy and paste (or paste behind, etc.) and then fill or stroke the path.
    Peter

  • How do I start with a circular blank space to be filled with text/pic?

    How do I start with a circular blank space to be filled with text/pic? All info I can find relates to rectangular shapes.Max

    Many thanks
    Max Emmons
    Date: Sat, 8 Jun 2013 09:30:22 -0700
    From: [email protected]
    To: [email protected]
    Subject: How do I start with a circular blank space to be filled with text/pic?
        Re: How do I start with a circular blank space to be filled with text/pic?
        created by hatstead in Photoshop Elements - View the full discussion
    Max,
    Open your picture fileAccess the cookie cutter tool in the toolbox. On the tool's option bar, click on the fly-out for the crop shapes. Select the circular shape (it's all black). Hold down the shift key on the keyboard and drag out the circle to embrace what you wish to retain. You can drag the circle to adjust further, then crop.
    To add text, get the type tool and type the text. This will be on a separate layer. Note that there are areas of transparency (checkerboard pattern) outside the circlular area.
    Use the Paintbucket tool to fill these areas. The tool uses the foreground color.
    Another option would be to place a layer below the circle layer and fill it with a pattern or whatever you want.
    Feel free to repost if this is not clear.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5390309#5390309
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5390309#5390309
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5390309#5390309. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to create Clipping Masks with Shapes and Text?

    Hi there! I am new to Illustrator and am currently attempting to learn it. I am creating a logo that has text and has a shape that goes through the text to make the text appear as if it has claw marks in it.
    I have two layers. The layer with the shape "claw" marks, and a layer with the text. The shape layer is currently above and the text layer is currently below. If I select both layers and click on Make Clipping Mask it has the text displayed within the little claw marks, how do I reverse that? Because when I try to change the order of the layers it doesn't clip anything?
    Thank you so much!
    Aaron

    Hi Monika,
    Sorry for taking so long to reply... This is what I am trying to accomplish. I tried following your directions above, but that only made the text invisible and I tried moving the claw layers above and below the text... and it only appeared as if the claws per se were filling up with the text color.
    Here is what I am trying to accomplish:

  • PE 7-  Help with Filling Shapes

    Having trouble with something pretty basic (I thought)...
    How do I fill a shape (rectangle, circle, etc) that I create on a Title from the toolbar?
    When I select one of the shape tools, I can create one in the Title area but I can't figure out how to fill it with color.
    Tried COLOR PROPERTIES but FILL is not 'active'.
    Appreciate some enlightenment on this.
    Thanks!
    John
    sr71 -at- comcast.net

    My mistake... OOPS!
    I selected a TITLE that must have had a transparent background (BLUENOTES_LWR_THIRD).
    I usually start by selecting any TITLE then deleting the default graphics in it to create a black b/g.
    From there, I make copies of the b/g and use those for my custom titles (Intro, end, etc.) which I add TEXT to.
    Once I selected GENERIC1_TITLE, and deleted the default graphics, I was able to add RECTANGLE to it
    and modify the fill color.
    I know there's probably an easier/better way to create titles; just haven't had the time to 'explore' more.
    Thanks for the quick reply!
    John

Maybe you are looking for

  • LaCie d2 500GB Quadra Hard Drive Not Being Seen By Time Machine

    Hello all, I have a LaCie d2 500GB Quadra Hard Drive Not being seen by Time Machine hooked up to my iMac via firewire 800. My iMac is running latest updates etc. Have raised a support ticket and was given the following instructions by LaCie: Posted:

  • Errors and major confusion trying to register Solaris

    I am very confused and don't know where else I can ask these questions. I purchased Solaris 10 5/08 media and installed it on a Dell machine successfully. I then purchased a Solaris Subscription which I thought would enable me to register to receive

  • Getting Error while trying to create table using entity beans

    This is the output on console. javax.ejb.TransactionRolledbackLocalException: Exception thrown from bean; neste d exception is: javax.ejb.EJBException: nested exception is: java.sql.SQLExcepti on: [Oracle][ODBC][Ora]ORA-00942: table or view does not

  • R12 Oracle Financial Forms and JRE 1.7

    After updating to JRE 1.7 Update 17, the Oracle Financial Forms like the Oracle Payable Workbench, Oracle Purchase Orders, Oracle Receivable Transactions will not open. Has anybody else run into this issue?

  • Can't install NI-DAQ 6.6

    Hi. I have bought DAQCard-1200 and I can not install NI-DAQ 6.6 for work with LabVIEW from CD. I have Win 98 SE. The first stage of installation passes normally, after that the computer is restarted and the installation a component for LabVIEW 5.0.1f