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. C# and Glyph

C# and Glyph

Scheduled Pinned Locked Moved C#
csharpc++helpquestion
2 Posts 2 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.
  • A Offline
    A Offline
    adamwelchuk
    wrote on last edited by
    #1

    Hi, Does anyone have any ideas how i can get at the glyph outline of truetype font characters? I know in c++ i can use structures like glyphmetrics etc but am trying to find a way in c#, if its possible??? Any help would be good Adam

    A 1 Reply Last reply
    0
    • A adamwelchuk

      Hi, Does anyone have any ideas how i can get at the glyph outline of truetype font characters? I know in c++ i can use structures like glyphmetrics etc but am trying to find a way in c#, if its possible??? Any help would be good Adam

      A Offline
      A Offline
      Abel Braaksma
      wrote on last edited by
      #2

      (6 years after you asked) here's a solution. At the time GetGlyphOutline was not directly accessible through .NET. However, since .NET 3.0 and 3.5 the function has been added. You can now use it directly from you C# or VB code, but note that the method is not CLS compliant (as Microsoft states): http://msdn.microsoft.com/en-us/library/system.windows.media.glyphtypeface.getglyphoutline.aspx[^] -- Abel --

      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