Skip to content

jmseb3/Android_Font_Helper_Plugin

Repository files navigation

Android_Font_Helper_Plugin

This is Font Plugin For Android Compose.
Easy to make FontFamily Class

How to Install

Search Plugin Name For "Font Helper" or click This Link

How to Use

fh_open

click Tools > Font Helper


fh_dialog

You will see a screen like the one above.

  1. input your className.
  2. select Module
  3. input Font Files.

left is normal font, right is italic font


default save directory

  • class File : ./**[module]**/src/main/java/**[namespace or applicationId from module]**

check path from Class Path Preview

  • font File : ./**[module]**/src/main/res/font

Drag And Drop

fh_dnd You can add files by dragging them.


fh_result click ok button you can see like the one above.

fontFile save Format : (className)_(fontWeight)_(fontType).ttf
classFile save Format : [className].kt