Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. font script

font script

Scheduled Pinned Locked Moved C#
csharptoolsquestion
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TAREQ F ABUZUHRI
    wrote on last edited by
    #1

    all font have script with any language inclue in this font how can get the script in some font with c# ?? Palestine

    M 1 Reply Last reply
    0
    • T TAREQ F ABUZUHRI

      all font have script with any language inclue in this font how can get the script in some font with c# ?? Palestine

      M Offline
      M Offline
      mav northwind
      wrote on last edited by
      #2

      :wtf: Could you please rephrase this in something closer to proper english? Regards, mav -- Black holes are the places where god divided by 0...

      T 2 Replies Last reply
      0
      • M mav northwind

        :wtf: Could you please rephrase this in something closer to proper english? Regards, mav -- Black holes are the places where god divided by 0...

        T Offline
        T Offline
        TAREQ F ABUZUHRI
        wrote on last edited by
        #3

        when u open notepate and go to select font from menu u can see (Script) and comboBox withh all language support in this font ?? i want to make comboBox that have a list with script .. as in the NotePad how can get this Script with C# Palestine

        C M 2 Replies Last reply
        0
        • M mav northwind

          :wtf: Could you please rephrase this in something closer to proper english? Regards, mav -- Black holes are the places where god divided by 0...

          T Offline
          T Offline
          TAREQ F ABUZUHRI
          wrote on last edited by
          #4

          see this lik http://imgsrv.worldstart.com/ct-images/notepad-font.jpg Palestine

          W 1 Reply Last reply
          0
          • T TAREQ F ABUZUHRI

            when u open notepate and go to select font from menu u can see (Script) and comboBox withh all language support in this font ?? i want to make comboBox that have a list with script .. as in the NotePad how can get this Script with C# Palestine

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            You want a font combo box. I'm sure there are some on this site, if you do a search. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

            1 Reply Last reply
            0
            • T TAREQ F ABUZUHRI

              see this lik http://imgsrv.worldstart.com/ct-images/notepad-font.jpg Palestine

              W Offline
              W Offline
              Werdna
              wrote on last edited by
              #6

              You can use FontDialog FontDialog dlg = new FontDialog(); if (dlg.ShowDialog()==DialogResult.OK) { selectedFont = dlg.Font; }

              T 1 Reply Last reply
              0
              • W Werdna

                You can use FontDialog FontDialog dlg = new FontDialog(); if (dlg.ShowDialog()==DialogResult.OK) { selectedFont = dlg.Font; }

                T Offline
                T Offline
                TAREQ F ABUZUHRI
                wrote on last edited by
                #7

                i dont want to use FontDialog i want to make one like it ... Palestine

                1 Reply Last reply
                0
                • T TAREQ F ABUZUHRI

                  when u open notepate and go to select font from menu u can see (Script) and comboBox withh all language support in this font ?? i want to make comboBox that have a list with script .. as in the NotePad how can get this Script with C# Palestine

                  M Offline
                  M Offline
                  mav northwind
                  wrote on last edited by
                  #8

                  Ok, now I think I see what you mean. I've never bothered to look at the "Script" combobox in the FontDialog, but I think the only effect of selecting a different value from the combobox is to show a different set of characters in the preview window. Unicode charsets contain ranges of special characters (for example, Greek, Kyrillic (sp?) or Hebrew characters) and I think the "Script" refers to one of these groups. But I don't have an idea if you can get a list of these groups with .NET, sorry... Regards, mav -- Black holes are the places where god divided by 0...

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups