Symbol that rotetes text.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Grom

    Symbol that rotetes text.

    Hello. Do you know symbol that rotates text at 180 degrees? I need
    that :)
  • Jerry Stuckle

    #2
    Re: Symbol that rotetes text.

    Grom wrote:
    Hello. Do you know symbol that rotates text at 180 degrees? I need
    that :)
    >
    Text or image?

    If you're talking text, it can't be done in PHP. For text in an image,
    check out the gd functions.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • cwdjrxyz

      #3
      Re: Symbol that rotetes text.

      On Aug 12, 6:35 pm, Grom <grommas...@gma il.comwrote:
      Hello. Do you know symbol that rotates text at 180 degrees? I need
      that :)
      You can write text in an image using the gd extension of php as
      pointed out by Jerry Stuckle, and you can use any angle, not just 180
      degrees. This method also is useful if you want to use some exotic
      font that 99.9+ % of computers do not have installed. I have an
      example somewhere. If I can find it, I will post it.

      You can use a very exotic language called Microsoftese to rotate
      either text, an image, or both at the same time by 90 or 180 degrees
      or flip. This will work only on a IE browser or a close relative such
      as the ATT/Yahoo DSL browser. See http://www.cwdjr.info/test/rotateimages.html
      for an example. On browsers other than IE and close relatives you will
      see only a picture of a parrot and a bit of text under that. On IE, a
      set of Microsoftese buttons appear under the bird that let you rotate
      and flip. The code is based on special Microsoft filters.

      Comment

      Working...