Declared in UIFont+DTCoreText.h

Overview

Methods to translate from CTFont to UIFont

Class Methods

fontWithCTFont:

Creates a UIFont that matches the provided CTFont.

+ (UIFont *)fontWithCTFont:(CTFontRef)ctFont

Parameters

ctFont

a CTFontRef

Return Value

The matching UIFont

Declared In

UIFont+DTCoreText.h