Skip to content

Commit

Permalink
Add FontForge port
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 2, 2023
1 parent d49dbcf commit e8e95bf
Show file tree
Hide file tree
Showing 15 changed files with 1,279 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/fontforge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: fontforge
on:
workflow_dispatch:
push:
paths:
- 'buildSrc/**'
- '.github/workflows/build.yml'
- 'fontforge/**'
- '.github/workflows/fontforge.yml'
jobs:
build-fontforge-20230101:
name: fontforge 20230101
uses: ./.github/workflows/build.yml
with:
package: fontforge
version: '20230101'

build-fontforge-20200314:
name: fontforge 20200314
uses: ./.github/workflows/build.yml
with:
package: fontforge
version: '20200314'

build-fontforge-20170731:
name: fontforge 20170731
uses: ./.github/workflows/build.yml
with:
package: fontforge
version: '20170731'
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,11 @@ Pango-1.51.0 requires API level 21
[![Maven Central](https://img.shields.io/maven-central/v/com.viliussutkus89.ndk.thirdparty/pango-ndk25-shared.svg?label=Maven%20Central%20pango-ndk25-shared)](https://search.maven.org/search?q=g:com.viliussutkus89.ndk.thirdparty%20AND%20a:pango-ndk25-shared)
[![Maven Central](https://img.shields.io/maven-central/v/com.viliussutkus89.ndk.thirdparty/pango-ndk26-static.svg?label=Maven%20Central%20pango-ndk26-static)](https://search.maven.org/search?q=g:com.viliussutkus89.ndk.thirdparty%20AND%20a:pango-ndk26-static)
[![Maven Central](https://img.shields.io/maven-central/v/com.viliussutkus89.ndk.thirdparty/pango-ndk26-shared.svg?label=Maven%20Central%20pango-ndk26-shared)](https://search.maven.org/search?q=g:com.viliussutkus89.ndk.thirdparty%20AND%20a:pango-ndk26-shared)

#### [FontForge](https://fontforge.org)

[![fontforge](https://github.com/ViliusSutkus89/ndkports/actions/workflows/fontforge.yml/badge.svg)](https://github.com/ViliusSutkus89/ndkports/actions/workflows/fontforge.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.viliussutkus89.ndk.thirdparty/fontforge-ndk25-static.svg?label=Maven%20Central%20fontforge-ndk25-static)](https://search.maven.org/search?q=g:com.viliussutkus89.ndk.thirdparty%20AND%20a:fontforge-ndk25-static)
[![Maven Central](https://img.shields.io/maven-central/v/com.viliussutkus89.ndk.thirdparty/fontforge-ndk25-shared.svg?label=Maven%20Central%20fontforge-ndk25-shared)](https://search.maven.org/search?q=g:com.viliussutkus89.ndk.thirdparty%20AND%20a:fontforge-ndk25-shared)
[![Maven Central](https://img.shields.io/maven-central/v/com.viliussutkus89.ndk.thirdparty/fontforge-ndk26-static.svg?label=Maven%20Central%20fontforge-ndk26-static)](https://search.maven.org/search?q=g:com.viliussutkus89.ndk.thirdparty%20AND%20a:fontforge-ndk26-static)
[![Maven Central](https://img.shields.io/maven-central/v/com.viliussutkus89.ndk.thirdparty/fontforge-ndk26-shared.svg?label=Maven%20Central%20fontforge-ndk26-shared)](https://search.maven.org/search?q=g:com.viliussutkus89.ndk.thirdparty%20AND%20a:fontforge-ndk26-shared)
Loading

0 comments on commit e8e95bf

Please sign in to comment.