We use a custom font face and custom font sizes in our application.
When running the application on an iPhone 6 (haven\'t tried 6+ yet but I assume it\'s the same) all fonts
Perhaps your labels or drawing points aren't on an exact pixel, but instead on a fractional pixel. To prevent such situations use methods like ceilf(), floorf() and CGRectIntegral().