Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9167337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:21:57+00:00 2026-06-17T15:21:57+00:00

I am working with a code base that is largely CoreFoundation in C++. I

  • 0

I am working with a code base that is largely CoreFoundation in C++. I prefer not to introduce Foundation objects in source files that do not already use them.

I would like to create a CFAttributedString using the NSStrikethroughStyleAttribute without first creating an NSAttributedString. I know they are toll-free bridged, but I would prefer to keep this source file free of obj-c if possible.

So, is there a way to create a CFAttributedString with the strikethrough attribute without going through Foundation, and if so, how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:21:58+00:00Added an answer on June 17, 2026 at 3:21 pm

    I’m assuming here that this CFAttributedString is going to end up being rendered by AppKit eventually. If you’re rendering using CoreText, then you’re going to have to implement strikethrough yourself, as CoreText doesn’t have an attribute for it (there’s a Cocoanetics post with some sample code).

    So, assuming the string is rendered with AppKit by a portion of your app that does use obj-c, then what you really want is to somehow expose just the constant NSStrikethroughStyleAttributeName to your C code.

    The simplest way to do this is probably just to add this to the top of your file:

    export CFStringRef NSStrikethroughStyleAttributeName;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings, I'm working in a code base that uses alot of anonymous methods, where
I have a C++ code base that has been working for a long time.
I am currently working on a code base, that has never had any unit
I am working on a old code base, where programmers assumed that register_globals will
I am working on a code base that has many modules nested 4 or
I am working on a quite large code base that has been implemented using
I am working on a web application with an existing code base that has
I have a code base that has a working widget. The basic structure of
I am working on a rather large code base that has a bit of
I'm working on a code base that has a lot of identical ConfigurationManager.AppSetting calls

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.