All Projects → deni2s → Ibcustomfonts

deni2s / Ibcustomfonts

Licence: mit
IBCustomFonts category allows you to use custom fonts from Interface Builder (IB) when building your iOS apps. Apps using IBCustomFonts category are approved by Apple App Store (check readme.md on latest info). Tested on iOS6 - iOS11.

Projects that are alternatives of or similar to Ibcustomfonts

M5ez
Complete interface builder for the M5Stack, an ESP32 based mini tinker-computer
Stars: ✭ 260 (+21.5%)
Mutual labels:  fonts, interface-builder
Fnt
apt for fonts, the missing font manager for macOS/linux
Stars: ✭ 187 (-12.62%)
Mutual labels:  fonts
Font Playground
A fun place to play with variable fonts.
Stars: ✭ 143 (-33.18%)
Mutual labels:  fonts
Bravura
Bravura music font, reference font for SMuFL (Standard Music Font Layout)
Stars: ✭ 155 (-27.57%)
Mutual labels:  fonts
Source Serif
Typeface for setting text in many sizes, weights, and languages. Designed to complement Source Sans.
Stars: ✭ 1,848 (+763.55%)
Mutual labels:  fonts
Yapi To Typescript
根据 YApi 或 Swagger 的接口定义生成 TypeScript/JavaScript 的接口类型及其请求函数代码。
Stars: ✭ 161 (-24.77%)
Mutual labels:  interface-builder
San Francisco Family
All the fonts in San Francisco family font, developed by Apple. Including new SF Camera font from iOS 13!
Stars: ✭ 141 (-34.11%)
Mutual labels:  fonts
Yrsa Rasa
Yrsa & Rasa: fonts for Latin and Gujarati
Stars: ✭ 200 (-6.54%)
Mutual labels:  fonts
Lgbutton
A fully customisable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code.
Stars: ✭ 2,216 (+935.51%)
Mutual labels:  interface-builder
Harfbuzz
HarfBuzz text shaping engine
Stars: ✭ 2,206 (+930.84%)
Mutual labels:  fonts
Webfont Generator
Locally convert fonts to web formats and generate CSS rules
Stars: ✭ 153 (-28.5%)
Mutual labels:  fonts
Inkwell
An inkwell to use custom fonts on the fly.
Stars: ✭ 146 (-31.78%)
Mutual labels:  fonts
Webfont
Awesome generator of webfont
Stars: ✭ 170 (-20.56%)
Mutual labels:  fonts
Handwrite
Handwrite generates a custom font based on your handwriting sample.
Stars: ✭ 145 (-32.24%)
Mutual labels:  fonts
Open Sauce Fonts
Open Sauce Fonts is a font super family that I developed for Creative Sauce's internal type system. It is a compact typeface that is optimised for better viewing small text on screen and print. Open Sauce fonts (Sans, One and Two) are under the SIL Open Font License and is going to be actively developed, improved and tested.
Stars: ✭ 189 (-11.68%)
Mutual labels:  fonts
Micropython Font To Py
A Python 3 utility to convert fonts to Python source capable of being frozen as bytecode
Stars: ✭ 141 (-34.11%)
Mutual labels:  fonts
Samsa
Variable font inspector
Stars: ✭ 153 (-28.5%)
Mutual labels:  fonts
Metaflop Www
A free and open source (FOSS) web application for modulating your own METAFONTs
Stars: ✭ 156 (-27.1%)
Mutual labels:  fonts
Quicklayout
Written in pure Swift, QuickLayout offers a simple and easy way to manage Auto Layout in code.
Stars: ✭ 213 (-0.47%)
Mutual labels:  interface-builder
Avfonts
AVFonts for change/swap fontname throughout app.
Stars: ✭ 200 (-6.54%)
Mutual labels:  fonts

About IBCustomFonts

IBCustomFonts category allows you to use custom fonts from Interface Builder (IB) when building your iOS apps.

  • Apps using IBCustomFonts category are approved by Apple App Store.

  • No need to use IBOutlets, subclassing of UILabels and UIButtons or change fonts in code.

  • Tested on iOS6 - iOS11.

Usage

  1. Add UIFonts+IBCustomFonts.m file to your Xcode project.

  2. Add custom fonts to your application as usual (don't forget to define them in your app Info.plist as Fonts provided by application array)

  3. Add new dictionary to your app Info.plist named IBCustomFonts and add to it key-value pairs where key is name of font used in IB and value is name of your custom font. For example: HelveticaNeue and CustomFont-Bold or HelveticaNeue-Italic and CustomFont-Italic

  4. In Interface Builder (IB) use HelveticaNeue in places where do you want to see your CustomFont-Bold (or HelveticaNeue-Italic in places where do you want to see your CustomFont-Italic) at runtime.

App Store acceptance

Please let me know if you have your app accepted or rejected on App Store by writing details to e-mail deni2s at hc.lv, so we can update this list with latest info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].