ctfontref

    2熱度

    1回答

    我有一個CTFontRef變量。 CTFontRef aFontRef; 獲取字體的大小是很容易: CGFloat aFontSize = CTFontGetSize(aFontRef); 請幫我取回的字體名稱。 我在期待FontName是MarkerFelt-Wide。 但是,當我使用的方法,如 CTFontCopyFullName(aFontRef) 我得到標記費爾特寬 乾杯 Rosh

    1熱度

    1回答

    創建CTFont時會出現以下警告。 CoreText性能注意事項:用客戶端請求的PostScript名稱字體"ArialRoundedMTBold"改爲使用名稱"Arial Rounded MT Bold"。 // Creating Font CTFontRef fontWithoutTrait = CTFontCreateWithName((__bridge CFStringRef)(name

    3熱度

    2回答

    幾個帖子指出了從CTFramesetterSuggestFrameSizeWithConstraints獲取確切高度的困難,在這裏,(framesetter post),@Chris DeSalvo給出了看起來像確定性修正的內容:使用正確的行間距添加段落樣式設置調整。 DeSalvo通過從其lineHeight中移除UIFont的上升和下降獲得他的「領先」。我想知道如何比較CTFontGetLea

    0熱度

    1回答

    我正在使用下面的詳細信息生成PDF,儀器中出現內存泄漏,任何人都知道爲什麼儀器指向CTFontRef到100 perc泄漏。 NSMutableAttributedString *string = [[[NSMutableAttributedString alloc] initWithString:textToDraw] autorelease]; CTFontR

    1熱度

    1回答

    我正在使用下面的代碼生成PDF,但會導致內存泄漏,任何人都可以幫忙嗎?下面給出代碼 。 - (void)drawText:(NSString*)textToDraw inFrame:(CGRect)frameRect { NSMutableAttributedString *string = [[[NSMutableAttributedString alloc]

    2熱度

    1回答

    我知道UIFont和CTFont是不同的東西,但我可以讓它工作。 我想生成一個PDF並使用UIView作爲模板,但是爲了繪製可編輯的PDF,我需要在特定的框架中有一個CTFontRef呈現本身。以下是我在PDF上下文中繪製UILabel的方法。 該方法使用UILabel作爲字體名稱,字體大小和位置的模板,而CTFontRef將字符呈現爲PDF。 該方法的工作原理,但有怪癖。 我注意到下面的代碼可能

    0熱度

    1回答

    我想要獲取字體的示例文本。這是我的編碼。 NSString *[email protected]"/Volumes/Work/Mac/Fonts/FONT FOLDER/Times New Roman Bold.ttf"; CFStringRef aCFString = (CFStringRef)fontFilePath; CTFontRef fontRef = CTFontC

    13熱度

    4回答

    我使用的是大TTTAttributedLabel(https://github.com/mattt/TTTAttributedLabel),它的iOS 5下正常工作下的iOS 6然而,我得到的錯誤: -[__NSCFType set]: unrecognized selector sent to instance 0x200020e0 *** Terminating app due to unc