Please advise me on the best way to distort/warp/envelope this text

Hi all,
Please can you advise me on the most suitable way to distort/warp/envelope this text. I need to make it fit exactly (heightwise) into the white area below. I thought this would be a very simple thing to do in Illy but I was mistaken! I have tried using the warp and mesh methods but am just not having much luck! I have even tried doing it manually, point by point (after expanding the appearance) but it just looks like a MESS:(
As you can see, the white arc shape is not consistent in height/thickness as it tapers off towards the ends. It is thickest/tallest in the middle, so I need to get the letters to increase in height there to touch top and bottom of the white area, and then taper down in height.
Please can you help me?
Thank you kindly in advance,
Christine

1.  Create text, select object.
2.  Object>Envelope Distort>Make with Mesh
        Rows: 1
        Columns: 2
3.  Align center of text with center of wheel.
4.  Use  Direct Selection tool, Rotation tool to adjust points, Direct Selection tool to adjust handles.

Similar Messages

  • Im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    Have you tried a soft-reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • I would like to build a desk top computer for video editing, business management and online learning and also have a small compatible laptop or tablet or ipad to take to university, Can someone please advise me of the best set up for this?

    I would like to build a desktop computer for video editing, business management and online learning and also have a small laptop, tablet or ipad to take to university, Can someone please advise me of the best set up for this?

    Let's see if I understand this...   You're asking for advice on building a desktop computer, in the Apple developer's forum?  Why not just buy a Mac?

  • HT5621 My husband and I both have iPhone 5. We currently share the same apple I'd. How do we get separate ones. Him keeping his and me getting a new one? What is the best way to go about doing this?

    My husband and I both have iPhone 5. We currently share the same apple I'd. How do we get separate ones. Him keeping his and me getting a new one? What is the best way to go about doing this?

    FAQ apple id http://support.apple.com/kb/HT5622?viewlocale=en_US

  • Should the admin/user folder and all of its sub folders be moved to the hdd or just parts of it? (eg. picture, movies, documents)  What is the best way to go about doing this.  Also should a 2t hdd be partitioned.

    iMac with 256ssd and 2t hdd. Should the admin/user folder and all of its sub folders be moved to the hdd or just parts of it? (eg. picture, movies, documents)  What is the best way to go about doing this.  Also should a 2t hdd be partitioned.

    Yes, you can move your user directories to the HD and keep your OSX and Applications on the SSD drive.
    Whether you partition your HD or not depends on how much data you have and how you propose to use your HD.
    Are you planning to use your iMac as a Time Machine backup volume? If so, partition it off.
    Do you have huge data files, eg video, music, photos?
    How much of your 2tb drive will be "free" once it is loaded with all your data?
    A little more information is required before the optimal configuration can be recommended for your use.

  • What is the best way to double buffer in this case and how to do it....

    currently I have
    public class Frame1 extends JFrame{
    //inside this class I call up circle class, rectangle class, etc.... to draw
    }I am making a "paint" program, and I have individual classes to handle the paint methods heres an example:
    abstract public class Shape {
        public Shape() {
        public abstract void draw(Graphics g, Color c, int x, int y, int width,int height);
    }and then....
    public class Circle extends Shape{
        public Circle() {
        public void draw(Graphics g, Color c, int oldx, int oldy, int newx, int newy) {
            g.setColor(c);
            g.drawOval(Math.min(oldx, newx), Math.min(oldy, newy), Math.abs(oldx - newx), Math.abs(oldy - newy));
    }There is also a Rectangle class, line class.... etc! So my question to you is the following... what is the best way to implement double buffer in the individual classes? And how to do it?? And also.... the drawings should be kept inside a jPanel.
    Any bit of help is much appreciated Thank you!!

    You don't need to do double-buffering. Swing
    components are double-buffered by default. Just make
    sure you override paintComponent() and not paint().
    And even if you had to, why would there be any
    difference in implementation for your classes whether
    they paint to on- or off-screen graphics?I need to override paintComponent()? what if I don't...
    I am using JBuilder2005 and they automate somethings for me. So thats how they did it when they created the application they did this....
    public class Frame1 extends JFrame{
    /*** all my code here***/
    public class Application1 {
        boolean packFrame = false;
         * Construct and show the application.
        public Application1() {
            Frame1 frame = new Frame1();
            // Validate frames that have preset sizes
            // Pack frames that have useful preferred size info, e.g. from their layout
            if (packFrame) {
                frame.pack();
            } else {
                frame.validate();
            // Center the window
            Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
            Dimension frameSize = frame.getSize();
            if (frameSize.height > screenSize.height) {
                frameSize.height = screenSize.height;
            if (frameSize.width > screenSize.width) {
                frameSize.width = screenSize.width;
            frame.setLocation((screenSize.width - frameSize.width) / 2,
                              (screenSize.height - frameSize.height) / 2);
            frame.setVisible(true);
            try {
                jbInit();
            } catch (Exception ex) {
                ex.printStackTrace();
         * Application entry point.
         * @param args String[]
        public static void main(String[] args) {
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    try {
                        UIManager.setLookAndFeel(UIManager.
                                                 getSystemLookAndFeelClassName());
                    } catch (Exception exception) {
                        exception.printStackTrace();
                    new Application1();
        private void jbInit() throws Exception {
    }

  • What is the best way to store data for this project?

    hey everyone,
    I have been subscribed to this for a while, not sure if I have ever actually asked anything though.
    I have a project on the go for myself/portfolio
    It is a booking sheet, where by I have a GUI that has a diary system of a day followed by time slots. This also has a date picker that can change the date of the booking sheet
    I want to be able to store mainly strings and ints,
    I need to be able to store, retrieve and on occasion change some data.
    I was looking at using something called JExcelAPI but I cant get that to work at all, I asked for assistance but was refered to here.
    what would be the best way to implement this data storage?
    davyk

    Hey everyone,
    Back again,
    I got this this little snippet of code working but want to ask you guys for a little bit of help on it. if thats ok?
    try
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         String dataSourceName = "mdbTEST";
         String dbURL = "jdbc:odbc:" + dataSourceName;
         Connection con = DriverManager.getConnection(dbURL, "","");
         // try and create a java.sql.Statement so we can run queries
         Statement s = con.createStatement();
         s.execute("create table TEST1234567 ( column_1 char(27), column_2 char(150), column_3 char(150), column_4 char(150), column_5 char(150), column_6 char(150))"); // create a table
         s.execute("insert into TEST1234567 values('"+date+"','"+a+"','"+b+"','"+c+"','"+d+"','"+e+"',)"); // insert some data into the table
         s.execute("select column_7 from TEST1234567"); // select the data from the table
         ResultSet rs = s.getResultSet(); // get any ResultSet that came from our query
         if (rs != null) // if rs == null, then there is no ResultSet to view
                    while ( rs.next() ) // this will step through our data row-by-row
              /* the next line will get the first column in our current row's ResultSet
              as a String ( getString( columnNumber) ) and output it to the screen */
                   System.out.println("Data from column_2: " + rs.getString(1) );
         s.execute("drop table TEST1234567");
         s.close(); // close the Statement to let the database know we're done with it
         con.close(); // close the Connection to let the database know we're done with it
    catch (Exception err)
         System.out.println("ERROR: " + err);
         err.printStackTrace();
    }there are more columns, but i cut this code down.
    my question is:
    I think I want a method with an if statement to see whether the table is created or not, if not create it, but how do I go about this? I have searched the API and google, but my brain is fried.
    Also do I always have to do the try/catch and have the code of Class.forname to Statement s in all methods that want to deal with the table?
    davy

  • What is the best way of replacing words in a text file ?

    i want to read in a text file and when i come across a certain word, i want to change it to something else. Whats the best way to do this ?
    If i read in a line at a time, how would i only replace one word and not the rest of the line ?
    thanks

    thanks it works !!! But i wrote the contents to a new file.
    How do i overwrite the same file ? I put the the input and output file as the same location but it overwrites the original file with a blank one.
    i guess i have to write into another buffer and read all lines first before overwriting the file right ? how should i do that ?
    also, i only want to overwrite the file ONLY if applies replaceAll method, otherwise if no replacing takes place i dont want to keep updating the file everytime.

  • I have created a 12 minutes slideshow on imovies and on idvd.  I want to show it to my relatives in Europe.  What is the best way for me to do this? utube?

    I have created a 12 minute slideshow on imovies and burned it through idvd.  I would like to share it with my relatives in Europe. what would be the best means of doing this? uTube? any other ideas?

    You could put it on Youtube, but then they don't have a cop saved to their drive. You could also upload it to your Dropbox and make it public. Note the size of the file, Dropbox and Youtube can only handle such big files, and if your family has a good internet connection (download/playback speeed over bandwith).

  • What is the best way to split large blocks of text into smaller blocks?

    Hello, I have several pages with 2,000 word articles of text. As you can imagine these pages are not terribly interesting design-wise, something I plan to change.
    The first thing I need to do is split up these blocks of text into much smaller blocks so that they can easily be moved around and independently manipulated. What's the quickest way to do this in Muse?

    You can create different text frames and copy the text, which if you wish you can group them together which will help in moving them around on page.
    Thanks,
    Sanjit

  • I just purchased and upgraded my snow leopard to lion 10.7 the latest one march 2012 and now i can no longer sync my iPhone 4 and iPad..everytime i try it quits (iTunes)...please help, what's the best way yet safe to do to work it again??

    what happened to iTunes 10.6 aren't Lion 10.7.3 compatible with it?!

    booh rys wrote:
    what happened to iTunes 10.6 aren't Lion 10.7.3 compatible with it?!
    Completely compatable, I just upgraded my iPhone through it yesterday. But as these are the Lion Forums, you may be better places posting this in the iPhone Forums as well.
    Good Luck
    Pete

  • Please Help, What's the best way to un-install Leopard?

    I have a new MBP 17" . I installed Leopard 2 days after I bought the machine, am having so many keyboard problems, like not being able to type and waiting around for the keyboard to start typing. It has now become very annoying and I cannot get any work done! I think I should un-install Leopard and go back to Tiger. How can I do this successfully and without losing any data. I will back up..... If any one has the answer to this it will be great. I also think that apple knows about this issue, and I think it's really bad policy on their part, not to simply say, WE ARE FIXING IT...... In-fact I think it's downright stupid of them!

    What I meant with external backup is either an external hard drive or another mac where you have a copy of all your important files/applications and you should be able to use Migration Assistant with either. If you want to use MA, it will copy all the files (you can't pick and choose), so what I did was simply connect my external hard drive to the new MBP via firewire and copied over whatever I needed. Since I also keep copies of all installer .dmg's (updates or applications) on the external, I copied those over as well and then just installed my (some third party) applications and/or updates. If you don't have an external hard drive, you should also be able to connect your Powerbook and new MBP via ethernet cable and copy your files over. I used that method as well, using my internet ethernet cable (temporarily disconnected from my cable modem) and following the directions under Mac Help -> Filesharing. I've found both the firewire and ethernet methods easy and quick and they worked for me because I wanted to pick which files I wanted to copy to the new machine (rather than all of them).
    I will wait for quite a while before installing Leopard again (if at all); not only because of the keyboard issue, but Disk Utility seems to have some major problems, and so does the System itself (showing up during 20+ minutes of every Permissions Repair with 71 full pages of "ACH found but not expected in..." listing what seems to be every single system file). I also prefer to open the contents of a folder from the dock in alphabetical order, rather than the admittedly cool looking icons - when you have 120+ items/folders in that folder, it's a waste of time to get through all of those icons. And Spaces didn't work for me either. So, except for the cool desktop picture, I wasn't at all impressed with Leopard. However, I did use the included iLife 08 (except iMovie 08) and custom installed that once I had Tiger up and running.

  • Can i use excel at iPad just like what we do at Mac? Please advise what is the best app. even  paid.

    I don't know whether iPad had any app to work just like excel programme?

    There are a number of apps that are compatible with Office documents. Apple makes iOS versions of their own iWork apps (Pages, Keynote, Numbers) that can be purchased separately. There are also 3rd party combined suites that cost less than the separate Apple apps. Ones often recommended include Documents 2 Go,  Quickoffice and Office2 HD. None have all the features and functions of Excel.
    If you can accept needing a network connection whenever you want to use the apps and have an Office 365 subscription, Microsoft has just released their Office Mobile app, though it has significant limitations. Or a server-based solution such as CloudOn might be an option for you.
    Regards.

  • What is the best way to get or create this infoobject?

    Hi,
    I have a field “MRP Group” as part of the extractor 0Plant-Mat_Attr but the field is not on the left side of the Transfer Rules tab but on the right side(Assign-InfObjct-field).
    When I tried to move it to the left, I get “No rows selected in table Transfer Rules”.
    I know I need to include an InfoObject in the communication structure of the infoSource and type it in the right side and then move it to the right.
    Is there a standard infoobject in BW for “MRP Group”? There isn’t one in my BW, if one exists any hints on bringing it to BW for this purpose?
    Or, do I have to create my own Infoobject for this purpose? If so, do I simply assign any name to a new InfoObject and use Type “char” and Length 4 just as the field MRP Group  that I need to map to?
    Thanks

    What is the ECC field name for MRP Group ?
    BI - >SE16 - > RSOSFIELDMAP
    You will see :
    OLTPSOURCE
    LOGSYS
    OBJVERS
    FIELDNM = ECCFIELDNAME
    IOBJNM
    CONVERSION
    Width of Output List
    Maximum No. of Hits
    Execute to see if any infoobject exist....else create a ZOBJECT..

  • Please help with the best way of adding together numbers like this ..

    Hey.
    What's the best way with J2ME to acheive this .. I have an integer, let's the it's value is "123456" and what I wanna do is to add them together this way: 1 + 2 +3 + 4 + 5 + 6. How would I do that? Thanks in advance!

    My solution should keep going until you have all the digits added, regardless of the number of digits. Because it divides the number by 10 each time through the loop, it'll stop when you have divided it enough to reach 0 using integer division. So if your number only has 1 digit, the loop will only run 1 time, and if you have a 20 digit long value (change types to long), it'll run 20 times.
    If you want all of the digits added up, this'll do it. If you want the first n digits, and don't know how many digits(m) there are it's going to need a different approach. If you know how many digits long the number is....
    int number = 12345678;
    int totalLength = 8;
    int usefulDigits = 3;
    int firstDigit = totalLength - usefulDigits;
    for(int i=0; i < totalLength; i++){
        if(i >= firstDigit){
            sum += a % 10;
        a = a / 10;
    }This requires you to figure out how many digits are in the number ahead of time. I'm not sure about the fastest way to do this, but I'd likely do it with a series of if() statements that look for the number of digits in a binary-search style...
    //pseudo code...
    if(num >= 10000){
        //at least 5 digits...
        if(num >= 1000000){
            //at least 7 digits...
            ... fill it in ...
        }else{
            //5 or 6 digits...
            if(num >= 100000){
                //six digits...
                return 6;
            }else{
                //5 digits
                return 5;
    }else{
        .... just like above...
    }Edited by: hooble on Jan 28, 2008 10:07 AM

Maybe you are looking for