# font-converter-gui **Repository Path**: coderanger/font-converter-gui ## Basic Information - **Project Name**: font-converter-gui - **Description**: a javafx gui for google sfntly to help subset/convert truetype fonts - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2019-08-08 - **Last Updated**: 2023-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Font Converter =================== a javafx gui for **[google sfntly](https://github.com/googlei18n/sfntly)** to help batch subset ttf fonts , convert to ttf/woff/woff2/eot. ![screenshot](img/screenshot.png) Build & Run & Install ============ > for woff2 support, you should build jwoff2(https://github.com/Jijun/jwoff2) Run ``` mvn javafx:compile javafx:run ``` Build ``` mvn javafx:compile javafx:jlink ```