Thread: text allignment
-
07-31-2008, 03:32 PM #1
text allignment
I'm trying to find how to align text right-to-left, instead of Left-to-right.
anyone know what controls this? I have the fonts that support this.
Thanks,
-
07-31-2008, 08:11 PM #2
since this is controlled by the application itself it is unchangeable ;-)
-
07-31-2008, 08:18 PM #3
only in notes... check the binary u'll find it.
-
08-01-2008, 01:27 AM #4
thanks.
found it in notes. but I believe there is a central location which controls the display of text.
thanks guys.
-
08-01-2008, 06:04 AM #5
yeah, it's a framework. but when you create an application you create an object from that framework and tell it "make my text aligned right/left/center/whatsoever" ... so the actual alignment is defined in the application itself. I know because I've used the iPhone SDK and I could align my text however I wanted, so ...
-
08-01-2008, 06:08 AM #6
Do you know the name of the core framework that controls the default alignment?
thanks,
-
08-01-2008, 06:34 AM #7
well, everything you actually see on the screen derives from UIKit.framework ... so this is your goal.



LinkBack URL
About LinkBacks
Reply With Quote
