Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[iOS] CoreText

[iOS] CoreText

Talk sobre CoreText no [self SP] online

Fernando Bass

August 25, 2012
Tweet

More Decks by Fernando Bass

Other Decks in Technology

Transcript

  1. Twitter: @fer_bass Blog: ferbass.com Core Text is an advanced, low-level

    technology for laying out text and handling fonts. It is designed for high performance and ease of use. The Core Text API, introduced in OS X v10.5, is accessible from all OS X application environments. It is also available in iOS 3.2. Saturday, August 25, 12
  2. Twitter: @fer_bass Blog: ferbass.com UIKit CoreGraphics CoreText UILabel Simple, you

    can change Font, Color and nothing else... Saturday, August 25, 12
  3. Twitter: @fer_bass Blog: ferbass.com UIKit CoreGraphics CoreText UILabel Simple, you

    can change Font, Color and nothing else... Powerful, but complex to use with text Saturday, August 25, 12
  4. Twitter: @fer_bass Blog: ferbass.com You have complete control over position,

    layout, attributes like color and size, but Core Text takes care of everything else for you – from word wrap to font rendering and more. Saturday, August 25, 12