Login
Help/Guide
About Trac
Preferences
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 15
and
Version 16
of
TestTest
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
04/10/09 20:39:54 (
16 years
ago)
Author:
Boris Ioffe
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
TestTest
v15
v16
5
5
6
6
}}}
7
8
9
10
{{{
11
for(NSString* family in [UIFont familyNames]){
12
Debug(@"%@ %@",family, [UIFont fontNamesForFamilyName:family]);
13
14
}
15
}}}