All Projects → shashkiranr → MultiFontViewKotlin-Android

shashkiranr / MultiFontViewKotlin-Android

Licence: MIT license
MultiFontViewKotlin library can be used to select custom fonts for the view dynamically in your XML

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to MultiFontViewKotlin-Android

San Francisco Family
All the fonts in San Francisco family font, developed by Apple. Including new SF Camera font from iOS 13!
Stars: ✭ 141 (+984.62%)
Mutual labels:  font, fonts, typeface
Fonts
A curation of fonts from all over the world.
Stars: ✭ 144 (+1007.69%)
Mutual labels:  font, fonts, typeface
Iosevka-Mayukai
Font based on Iosevka Custom Build, with combination from Iosevka SS04 Menlo, SS07 Monaco, SS09 Source Code Pro, SS12 Ubuntu Mono, SS14 Jetbrains Mono, Hack Style, and some Nerd Font Patching.
Stars: ✭ 149 (+1046.15%)
Mutual labels:  font, fonts, typeface
Swash
Fonts in iOS made safe, expressive, and dynamic.
Stars: ✭ 73 (+461.54%)
Mutual labels:  font, fonts, custom-fonts
Codeface
Typefaces for source code beautification
Stars: ✭ 5,612 (+43069.23%)
Mutual labels:  font, fonts, typeface
react-native-custom-fonts
React Native Custom Fonts 📚
Stars: ✭ 19 (+46.15%)
Mutual labels:  font, fonts, custom-fonts
font-wonder-unit
Free and open source sans-serif font, brought to you by Wonder Unit.
Stars: ✭ 57 (+338.46%)
Mutual labels:  font, fonts, typeface
Work Sans
A grotesque sans.
Stars: ✭ 1,319 (+10046.15%)
Mutual labels:  font, fonts, typeface
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (+2776.92%)
Mutual labels:  font, fonts, typeface
fdiff
An OpenType table diff tool for fonts. Based on the fontTools TTX format.
Stars: ✭ 33 (+153.85%)
Mutual labels:  font, fonts
apple-emoji-linux
Apple Color Emoji for Linux
Stars: ✭ 392 (+2915.38%)
Mutual labels:  font, fonts
basement-grotesque
The basement grotesque typeface.
Stars: ✭ 219 (+1584.62%)
Mutual labels:  font, typeface
system-fonts
Which fonts can I use?
Stars: ✭ 29 (+123.08%)
Mutual labels:  font, typeface
yaldevi-font
A Font family supporting Sinhala, Tamil and Latin.
Stars: ✭ 14 (+7.69%)
Mutual labels:  font, typeface
helmet
Neo-grotesque typeface
Stars: ✭ 133 (+923.08%)
Mutual labels:  font, typeface
alt-hack
A stylistic alternate glyph library for the Hack typeface
Stars: ✭ 85 (+553.85%)
Mutual labels:  font, typeface
FontRegister
FontRegister is a small Windows utility to install fonts and/or repair the font registry via commandline.
Stars: ✭ 17 (+30.77%)
Mutual labels:  font, fonts
perplexed
OTF monospace typeface, a derivative of IBM Plex Mono with Powerline glyphs added
Stars: ✭ 23 (+76.92%)
Mutual labels:  font, typeface
LxgwNewClearGothic
A Simplified Chinese sans-serif font derived from IPAex Gothic. 一款衍生于「IPAexゴシック」的简体中文黑体字型。
Stars: ✭ 203 (+1461.54%)
Mutual labels:  font, typeface
RitaFontTester
Auxiliary tool for the development of Persian-Arabic fonts
Stars: ✭ 16 (+23.08%)
Mutual labels:  font, typeface

MultiFontViewKotlin

API

MultiFontViewKotlin library can be used to select custom fonts for the view dynamically in your XML. The library loads the custom fonts using a font cache.

Views Available

MultiFontTextViewKotlin MultiFontEditTextKotlin MultiFontButtonKotlin MultiFontSwitchKotlin MultiFontRadioButtonKotlin MultiFontCheckBoxKotlin MultiFontTextClockKotlin[API 17+]

How to Use

STEP 1 - Declare dependencies in your project

To add any MultiFontViewKotlin to your project, first make sure in root build.gradle you have specified the following repository:

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

To Use MultiFont Textview, add the below dependency

	dependencies {
	        compile 'com.github.shashkiranr.MultiFontViewKotlin-Android:multifonttextviewkotlin:1.0'
	}

To Use MultiFont Button, add the below dependency

	dependencies {
	         compile 'com.github.shashkiranr.MultiFontViewKotlin-Android:multifontbuttonkotlin:1.0'
	}

To Use MultiFont EditText, add the below dependency

	dependencies {
	       compile 'com.github.shashkiranr.MultiFontViewKotlin-Android:multifontedittextkotlin:1.0'
	}

To Use MultiFont Switch, add the below dependency

	dependencies {
	       compile 'com.github.shashkiranr.MultiFontViewKotlin-Android:multifontswitchkotlin:1.0'
	}

To Use MultiFont CheckBox, add the below dependency

	dependencies {
	       compile 'com.github.shashkiranr.MultiFontViewKotlin-Android:multifontcheckboxkotlin:1.0'
	}

To Use MultiFont RadioButton, add the below dependency

	dependencies {
	       compile 'com.github.shashkiranr.MultiFontViewKotlin-Android:multifontradiobuttonkotlin:1.0'
	}

To Use MultiFont TextClock, add the below dependency

	dependencies {
	       compile 'com.github.shashkiranr.MultiFontViewKotlin-Android:multifonttextclockkotlin:1.0'
	}

STEP 2 - copy the fonts to assets folder under fonts subfolder

STEP 3 - create an attrs.xml file (if already present then add) a declare-stylable and attribute name typeface_from_list which contains the custom fonts in form of enums - as shown below

For MultiFontTextView the declare-styleable should be named MultiFontTextViewKotlin and attribute should be named typeface_from_list

<attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontTextViewKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

For MultiFontButton the declare-styleable should be named MultiFontButtonKotlin and attribute should be named typeface_from_list

<attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontButtonKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

For MultiFontEditText the declare-styleable should be named MultiFontEditTextKotlin and attribute should be named typeface_from_list

<attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontEditTextKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

For MultiFontSwitch the declare-styleable should be named MultiFontSwitchKotlin and attribute should be named typeface_from_list

<attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontSwitchKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

For MultiFontRadioButton the declare-styleable should be named MultiFontRadioButtonKotlin and attribute should be named typeface_from_list

<attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontRadioButtonKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

For MultiFontCheckBox the declare-styleable should be named MultiFontCheckBoxKotlin and attribute should be named typeface_from_list

<attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontCheckBoxKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

For MultiFontTextClock the declare-styleable should be named MultiFontTextClockKotlin and attribute should be named typeface_from_list

<attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontTextClockKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

If you are using all the views or any two views just one typeface_from_list is enough as shown below

   <attr name="typeface_from_list">
        <enum name="BLESSED.otf" value="0" />
        <enum name="Respective.ttf" value="1" />
        <enum name="Respective_Slanted.ttf" value="2" />
        <enum name="Shine.ttf" value="3" />
        <enum name="SweetSensations.ttf" value="4" />
    </attr>
    <declare-styleable name="MultiFontTextViewKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

    <declare-styleable name="MultiFontButtonKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

    <declare-styleable name="MultiFontEditTextKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>
    
    <declare-styleable name="MultiFontSwitchKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

    <declare-styleable name="MultiFontRadioButtonKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>

    <declare-styleable name="MultiFontCheckBoxKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>
    
    <declare-styleable name="MultiFontTextClockKotlin">
        <attr name="typeface_from_list" />
    </declare-styleable>
    

STEP 4 - create a string array with name customFonts and declare all the name of the custom fonts with file extension in the same order as typeface_from_list enum- as shown below

    <string-array name="customFonts">
        <item>BLESSED.otf</item>
        <item>Respective.ttf</item>
        <item>Respective_Slanted.ttf</item>
        <item>Shine.ttf</item>
        <item>SweetSensations.ttf</item>
    </string-array>

STEP 5 - Add the custom view in your layout. The property typeface_from_list should apper and the font names should display as values as shown below

Thats it !!

License

MIT License

Copyright (c) 2017 shashkiranr

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].