Core Text is the modern text layout and rendering framework on Apple's Mac OS X and iOS operating systems.

learn more… | top users | synonyms (1)

0
votes
1answer
18 views

Is CoreText the way to go for displaying formatted text?

I've come to the conclusion that the best way for me to display quite a bit of formatted text is using CoreText, although I've never used it, and it looks to be quite code-intensive for achieving ...
1
vote
0answers
20 views

How to read international character sets using CoreText on iOS?

I am trying to load international character glyphs on iOS using CoreText, but I am having some trouble. I am trying to use the following function call to create the font: ...
0
votes
1answer
48 views

Display Rich Text Content as UIWebView or UILabel+CoreText

I'd like to display rich text content in my app. I want user to create simple WYSIWYG input with support of bold, italics, shadow, outline, image HTML-like tags. I am puzzled if I should go with ...
0
votes
0answers
22 views

Core Text Memory allocation issue

I inspected my app with the allocation instrument and I discovered that this code down here cause me an allocation issue. The method returns the suggested height of a squared area filled with the ...
2
votes
1answer
46 views

iOS Dynamic PDF generation, with desired Text font type and font color

I am creating dynamic PDF from my application. In some cases i want my text to be write in PDF with desired color. how can i get that? I am using CoreText. Here is my code to draw text in my PDF, ...
0
votes
0answers
18 views

TTTAttributedLabel kerning

I'm using the following code for kerning but the problem is with styles after setting NSMutableAttributedString can't see correct font rendering, color is this the right way to apply kerning with ...
2
votes
1answer
28 views

CoreTextView scrollable

I'm using CoreTextView to render some html formatted text into a custom view. I'm trying to learn how it works (and I'm a novice with iOS), so I was playing around with the example provided (which ...
0
votes
0answers
26 views

Drawing in drawRect with UIBezierPath crashes application

I have a following drawRect method: -(void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); CGContextTranslateCTM(context, 0.0f, rect.size.height); //seems to ...
0
votes
0answers
21 views

How to check if a particular font is supported by Core Text?

Core Text doesn't support all iOS fonts. This blog post has a list of supported and non-supported fonts but I'm not sure about the original source of this information. How can I check which fonts are ...
0
votes
0answers
19 views

Utilising CoreText to export font data

I'm updating my existing game export tools to use a non fixed-pitched font. My goal is to pass in a palette of chars and the output would be single images for each character and some spacing data to ...
-1
votes
0answers
44 views

Objective C - Creating new CTFont Fails

I am creating some helper methods for UIFont to be used by my RichText Editor. I was able to add symbolic traits to a CTFont, but when I try to remove them the CTFontCreate Method returns null. Any ...
0
votes
0answers
28 views

Selectively clipping/layering subviews in a “UITextField” replacement?

I'm making a Core-Text replacement for UITextField. I'd like to replicate most of it's features, but can't figure out how to correctly clip all the subviews. I'm deriving from UIScrollView so I need ...
0
votes
0answers
21 views

iPhone text out coordinates nightmare

Hello I am doing something like this: void myTextOut(char *text, int x, int y) { ctx = UIGraphicsGetCurrentContext(); // flip the coordinate system CGContextSetTextMatrix(ctx, ...
0
votes
0answers
20 views

Draw image with CTRunDelegateRef on iOS 6 get strange results

I'm developing an application that can send message with custom emotion. For example, send "hello [love]" will look like "hello ". I use mattt's TTTAttributedLabel and learn how to draw image with ...
2
votes
3answers
94 views

Objective c - Text indentation

This question is about implementing text indentation ("The placement of text farther to the right to separate it from surrounding text") in iOS. Take for example the following text: This is the ...
1
vote
1answer
51 views

CTFontGetAscent() differs alot from ascent of matching font on OSX

Comparing the output of CTFontGetAscent() and the ascent values of the same font on OS X, I get two very different values (taking point size into consideration). Example: Helvetica Neue has an ascent ...
-4
votes
0answers
26 views

Core text With Image in a Rect Angle [closed]

I am Working on Application which uses core text, i want to display like the attached Image, can any one have the solution or sample please help me http://postimg.org/image/jf7c48ym5/ "Image"
2
votes
1answer
101 views

How to replicate Facebook's compose status screen for iOS?

I'm trying to build a compose status screen for my app and I'm looking at Facebook for iOS for inspiration. Above is their compose status screen. I understand that the top is simply the navigation ...
1
vote
1answer
53 views

Changing attributes on a UITextView without resetting the attributedText property

I have a UITextView that is parsed and has its attributes changed when certain characters are typed. The text is not changed, only the attributes that describe the text's formatting. If I parse on ...
2
votes
1answer
126 views

is this CoreText? - Aviary text pinch zoom expand

I am looking into making an app where a user can change the size and orientation of UITextField. I was looking into Aviary app and what I see is that users can not only increase or decrease the size ...
0
votes
0answers
18 views

Adding hyphens with CFStringGetHyphenationLocationBeforeIndex

I'm making a magazine with Core Text and I'm trying to automatically add hyphens to the text. I think I can do this with the function CFStringGetHyphenationLocationBeforeIndex But it's not working ...
0
votes
0answers
27 views

I want to get the content when tapping on the Core text view

I want to get the string from selected string in render core text. But I am not able to get that string. I write the code but context is null thats why not getting. Here is the code below.If there is ...
0
votes
1answer
23 views

Retrieve NSAttributedString from CTFramesetterRef?

Is there a way that I could retrieve the NSAttributedString from my CTFramesetter? When I keep the Framesetter [and the NSMutableAttributedString that it uses via (__bridge CFAttributedStringRef)] in ...
1
vote
0answers
33 views

Tag text in UITextView like Facebook tags location

I have a check-in screen where an user can add comment and location. It's pretty much similar to Facebook's status update screen. Facebook screenshot: http://d.pr/i/Mz9U I am facing trouble in ...
0
votes
1answer
70 views

Core Text Background Color for iOS 6

I am using NSAttributedString in iOS6 and I cannot seem to get this to work: [attributedString addAttribute:NSBackgroundColorAttributeName value:[UIColor yellowColor] ...
0
votes
1answer
122 views

How do I retrieve attributes of an uninstalled font on OS X?

I’m trying to read attributes (font name, font format etc.) of an uninstalled font. I have copied the Menlo.ttc file from /System/Library/Fonts/Menlo.ttc on my desktop and I have downloaded and ...
0
votes
0answers
35 views

CTFramesetterSuggestFrameSizeWithConstraints returns incorrect height when zoom out?

I'm work with EGOTextView.I set the textContentView for viewForZoomingInScrollView.when I zoom it out and typing.It sometimes returns a incorrect height. Here is what I am doing: CTFramesetterRef ...
0
votes
0answers
64 views

Text Selection for Core Text and UITableViewCell (iOS5.1)

I want to be able to do some form of custom text selection for copy and paste. I have currently managed to implement a subview (subclass of UIView) that simulates a highlighted portion of the text. ...
0
votes
1answer
59 views

Mimic Apple's iBooks pages? [closed]

I'm trying to find a solution to display a ton of formatted text in my iPhone/iPad app. The absolute most user-friendly way to do so would be to use a paginated view, like Apple's iBooks does. My data ...
0
votes
0answers
54 views

Multiple clipping paths in core text

I am using following code to create a single clipping path in core text for added image. Now the problem is if I want to add more than one images, how should I create clipping paths array so that it ...
1
vote
2answers
57 views

kCGTextStroke's Fill and Stroke aren't positioned correctly

So I'm using the code below to apply a stroke (and fill) to text in a UILabel, and it's coming out like the image below. The stroke is heavier on one side than the other (look at the top of the ...
1
vote
2answers
92 views

How do I prevent a text stroke from cutting off at the edge of a UILabel?

I'm adding a fairly wide stroke of a few pixels to text in a UILabel, and depending on the line spacing, if the very edges of the text touch the very edges of the label, the sides of the stroke can be ...
0
votes
0answers
21 views

Cleanup string to work with TTF

I need to layout a text using CTTypeSetter or CTFrameSetter, I am able to do that successfully. The problem is that my text contains glyphs that are not supported by the TTF. Is there any way to strip ...
0
votes
2answers
90 views

NSAttributedString in CATextLayer causes EXC_BAD_ACCESS (ios 5.0)

I'm having hard time working with CoreText. Don't know, if I'm doing something wrong or if it's iOS' own bug, but here's what I have: in iOS 5.0 this code makes app crash while displaying view - ...
0
votes
1answer
76 views

CoreText compile errors via DTCoreText

In my first experience with CocoaPods I've run into a problem. I'm using CocoaPods on an existing project to install DTCoreText specifically for DTAttributedLabel. All goes smoothly and appears to ...
2
votes
1answer
71 views

Does NSMutableAttributedString automatically concatenate identical adjacent attributes?

We have a simple markup parser in our iOS app that takes text with HTML-like tags and converts it into an NSAttributedString by iterating over each character in a simple NSString and producing an ...
3
votes
1answer
336 views

Differences in Core-Text between ios 6 and ios 5.1?

It appears there are some differences in the CoreText implementation between ios 5.1 and ios 6, as you can see from these two screenshots : ios 6: ios 5: Firstly the text color isn't applied ...
0
votes
1answer
53 views

coretext shows text from bottom to top of textfield

I'm drawing a textfield and i've added a textfield into the UIView. The text is within a path. It draws correctly, but the content starts at the bottom and ends at the top. Is there a way to fix ...
1
vote
0answers
62 views

read html file table in ios

I am creating an application for reading html file .I have searched and found that we can easily convert a html to PDF format ,which is non-editable. And if we are using coretext ,then we can edit the ...
0
votes
0answers
26 views

how to zoom with EGOTextView

Like UITextView , how to zoom out or zoom in with EGOTextView ? When I want to zoom with it ,the textcontentView is always at the wrong place.Then I set its origin to (0,0) .But when I zoom it and ...
0
votes
1answer
37 views

Core Text page break

How can I apply a manual page break in an NSAtrributedString? For example I would like to have a page break after the end of a chapter.
4
votes
3answers
98 views

Inverse UIlabel text color when its frame intersects an UIView

Hi Im trying to change the text color of a UILabel in the case when the labels rect intersects an UIView, i was thinking maybe there is a property or something i can use. Like in the image below: ...
1
vote
1answer
2k views

libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary

I have been testing prior to submission of an update... from iOS4, and have run into the following... 1) creating PDFs from my app. 2) appears to be inconsistent, as I can create new PDFs without ...
2
votes
1answer
156 views

How do I add tab stops to an NSAttributedString and display in a UITextView

I'm creating an iOS app, and I would like to display an attributed string with specific tab stops specified in a UITextView. I would also like to draw them directly into UIViews using Core Text in ...
0
votes
1answer
103 views

UITextView text background colour

I am trying to get a transparent UITextView, and I know how to set it. What I also want is like a coloured background right under the text that has been shown. Again the text view background will set ...
2
votes
2answers
84 views

Variable sized array of struct?

I want to make an array of structs of which the size is known only at runtime NSMutableArray *styleSettingsArray = [NSMutableArray array]; NSString *fontAlignmentAttribute = [element ...
4
votes
1answer
202 views

How to calculate Frame size to draw CoreText by line

I am trying to dynamically create book pages based on a long NSAttributedString splitted into pieces. What I am doing now is using this category for NSAttributedString: @interface NSAttributedString ...
0
votes
0answers
59 views

NSMutableAttributedString does not retain shadow or background settings if included in a CTFramesetter

UILabel method If I apply a NSBackgroundColorAttributeName to a NSMutableAttributedString like below: NSDictionary *attrs = @{ NSForegroundColorAttributeName: [UIColor orangeColor], ...
0
votes
2answers
167 views

Emulating UITextView text rendering with CoreText?

I'm attempting to create a TextView with the ability to highlight various words. I don't want to use the attributedText property in iOS 6 because I want to support iOS 5 and because of other issues ...
0
votes
0answers
138 views

Calculate the dynamic height of a CoreText rect which has cutouts

I am building a simple CoreText app where I want to show text, that wraps around boxes that I create, currently I am using the following drawRect: method: - (void)drawRect:(CGRect)rect { [super ...

1 2 3 4 5 9