开源软件名称(OpenSource Name):Ishmeetsingh97/FontometricsLibrary开源软件地址(OpenSource Url):https://github.com/Ishmeetsingh97/FontometricsLibrary开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):FontometricsLibrary
Add gradle dependency with command:dependencies {
compile 'org.ishmeetsingh.androbot:fontometrics:1.0.0'
} By using Maven<dependency>
<groupId>org.ishmeetsingh.androbot</groupId>
<artifactId>fontometrics</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency> ImplementationYou can change the font of any TextView textview;
textview = (TextView) findViewById(R.id.textview_id);
textview.setTypeface(Fontometrics.coffee_with_sugar(this)); For implementation you can also refer the sample app provider in the repo.*TO SUPPORT FOR SUCH MORE LIBRARIES, CHECK THIS (http://github.com/ishmeetsingh97). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论