diff --git a/.editorconfig b/.editorconfig index aa345f3..2d4e5ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false -[{*.yml, *.json}] +[{*.yml,*.json}] indent_size = 2 diff --git a/README.md b/README.md index 94b3e23..a5eed9e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Unifont -This “library” binds the baked bitmap of Unifont, so we don't need to add them for each project. +This “library” binds the baked bitmap of Unifont, so we don’t need to add them for each project. ## Import ```groovy dependencies { - implementation "io.github.over-run:unifont:15.0.01.2" + implementation "io.github.over-run:unifont:15.0.03" } ``` diff --git a/gradle.properties b/gradle.properties index 8bbfbe5..987a9e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 projGroupId=io.github.over-run projArtifactId=unifont projName=unifont -projVersion=15.0.01.2 +projVersion=15.0.03 projDesc=Java Unifont binding projVcs=Over-Run/unifont projBranch=0.x diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bdc9a83..37aef8d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/assets/_overrun/fonts/unifont.png b/src/main/resources/assets/_overrun/fonts/unifont.png index 71dd30c..c3f10bf 100644 Binary files a/src/main/resources/assets/_overrun/fonts/unifont.png and b/src/main/resources/assets/_overrun/fonts/unifont.png differ diff --git a/src/main/resources/assets/_overrun/fonts/unifont_jp.png b/src/main/resources/assets/_overrun/fonts/unifont_jp.png index db4425f..b0d8603 100644 Binary files a/src/main/resources/assets/_overrun/fonts/unifont_jp.png and b/src/main/resources/assets/_overrun/fonts/unifont_jp.png differ diff --git a/src/main/resources/assets/_overrun/fonts/unifont_plane1.png b/src/main/resources/assets/_overrun/fonts/unifont_plane1.png index f6fe6c7..e97be66 100644 Binary files a/src/main/resources/assets/_overrun/fonts/unifont_plane1.png and b/src/main/resources/assets/_overrun/fonts/unifont_plane1.png differ