• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: A Tab after 4 SPACEs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A Tab after 4 SPACEs


  • Subject: Re: A Tab after 4 SPACEs
  • From: Uli Kusterer <email@hidden>
  • Date: Thu, 27 Mar 2008 10:08:16 +0100

On 27.03.2008, at 09:32, Gerriet M. Denkmann wrote:
float widthOfTab = [usedFont advancementForGlyph:(NSGlyph)' '].width * 4;


I'm pretty new to the text engine myself, but I don't think an NSGlyph can be generated by typecasting a char. Since Monaco or Courier are monospaced, it just so happens that you get the same width as the space would be. But the glyph with number 0x20 is probably a completely different width than the glyph corresponding to a space in other languages.

Have you tried asking the glyph storage (I think that's a category that the layout manager adheres to, or maybe it was the text storage) for the correct glyph for the character ' ' ?

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de





_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: A Tab after 4 SPACEs
      • From: "Gerriet M. Denkmann" <email@hidden>
    • Re: A Tab after 4 SPACEs
      • From: Uli Kusterer <email@hidden>
References: 
 >A Tab after 4 SPACEs (From: "Gerriet M. Denkmann" <email@hidden>)

  • Prev by Date: Re: Ephemeral Changes
  • Next by Date: Re: Core Data/IB questions
  • Previous by thread: A Tab after 4 SPACEs
  • Next by thread: Re: A Tab after 4 SPACEs
  • Index(es):
    • Date
    • Thread