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 / C++ / MFC
  4. Copy/paste (other font) into RichEdit

Copy/paste (other font) into RichEdit

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 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.
  • M Offline
    M Offline
    Michael Pauli
    wrote on last edited by
    #1

    I have a rich-edit where I only want to support *one* font (Tahoma 10pt. etc.) set up at time of constructing of the edit. This works fine when writing in it. But how do I force my text into this specific font and look when pasted in - from some other size and font? Think it's something about monitoring the clipboard format but I'm not sure? Regards, Michael Mogensen, mm it-consult dk.

    R 1 Reply Last reply
    0
    • M Michael Pauli

      I have a rich-edit where I only want to support *one* font (Tahoma 10pt. etc.) set up at time of constructing of the edit. This works fine when writing in it. But how do I force my text into this specific font and look when pasted in - from some other size and font? Think it's something about monitoring the clipboard format but I'm not sure? Regards, Michael Mogensen, mm it-consult dk.

      R Offline
      R Offline
      Rage
      wrote on last edited by
      #2

      Handle OnPaste(), and add the text yourself (so do not do the call to the base class) ~RaGE();

      M 1 Reply Last reply
      0
      • R Rage

        Handle OnPaste(), and add the text yourself (so do not do the call to the base class) ~RaGE();

        M Offline
        M Offline
        Michael Pauli
        wrote on last edited by
        #3

        Where is OnPaste() a member? Not in CWnd nor in CRichEdit - last one have a Paste() only? As far as I can see in CWnd I have: ChangeClipboardChain(...) SetClipboardViewer(...) OpenClipboard(...) GetClipboardOwner(...) GetOpenClipboardWindow(...) GetClipboardViewer(...) and in CRichEdit: Copy(...) Cut(...) Paste(...) PasteSpecial(...) CanPaste(...) I'm a little puzzled here - I can understand what you are thinking, but... (working with MFC 6.0 not .net) Regards, Michael Mogensen, mm it-consult dk.

        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