ph-fonts-noto-sans-hk

Noto Sans HK font

License

License

GroupId

GroupId

com.helger.font
ArtifactId

ArtifactId

ph-fonts-noto-sans-hk
Last Version

Last Version

4.2.0
Release Date

Release Date

Type

Type

bundle
Description

Description

ph-fonts-noto-sans-hk
Noto Sans HK font
Project Organization

Project Organization

Philip Helger

Download ph-fonts-noto-sans-hk

Dependencies

compile (2)

Group / Artifact Type Version
com.helger.font : ph-fonts-api jar 4.2.0
org.slf4j : slf4j-api jar 1.7.30

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.30
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

ph-fonts

A set of TTF/OTF OSS fonts to be used in PDF creation or any other use case. It wraps the TTF/OTF files in a Java resource and provides reasonable APIs.

Usage with Maven

Add the following to your pom.xml to use this project, replacing x.y.z with the real version number:

<dependency>
  <groupId>com.helger.font</groupId>
  <artifactId>ph-fonts-api</artifactId>
  <version>x.y.z</version>
</dependency>

<dependency>
  <groupId>com.helger.font</groupId>
  <!-- replace XXX with one of the list below --> 
  <artifactId>XXX</artifactId>
  <version>x.y.z</version>
</dependency>

Note: prior to v4.1.0 the Maven groupId was com.helger.

Available artefacts including the fonts are:

  • ph-fonts-alegreya-sans
  • ph-fonts-anaheim
  • ph-fonts-exo2
  • ph-fonts-lato2
  • ph-fonts-markazi (since v4.1.1)
  • ph-fonts-noto-sans-hk (since v4.1.2)
  • ph-fonts-noto-sans-sc (since v4.1.2)
  • ph-fonts-open-sans
  • ph-fonts-roboto
  • ph-fonts-source-sans-pro (since v4.0.1)

To add a different font using ph-fonts-api just use one of the above mentioned projects. Should be quite self explanatory.

News and noteworthy

  • v4.2.0 - 2021-03-21
    • Updated to ph-commons 10
  • v4.1.2 - 2020-11-19
  • v4.1.1 - 2020-06-15
    • Added new font Markazi Text for Arabic characters (issue #1)
  • v4.1.0 - 2020-05-26
    • Changed the "groupId" of the Maven artefacts to com.helger.font
  • v4.0.2 - 2020-03-28
    • Updated to ph-commons 9.4.0
  • v4.0.1 - 2018-08-22
    • Really fixed OSGI ServiceProvider configuration
    • Fixed OSGI ServiceProvider configuration
    • Added new font Source Sans Pro in artefact ph-fonts-source-sans-pro
    • Updated Roboto TTFs
    • Updated Open Sans TTFs
    • Updated Lato2 OTFs to v2.015
    • Updated Exo2 to use TTF
    • Updated Anaheim TTFs
    • Updated Alegreya Sans TTFs
  • v4.0.0 - 2017-11-05
    • Updated to ph-commons 9.0.0
  • v3.1.1 - 2016-07-26
    • Updated to ph-commons 8.2.x
  • v3.1.0 - 2016-06-29
    • Updated to ph-commons 8.1.x
  • v3.0.0 - 2016-06-10
    • Requires JDK 8
  • v2.1.0 - 2015-12-01
    • Introducing a completely new layout so there is a common "ph-fonts-api" project and per font a sub-project so that the amount of loaded data can be kept quite small.

My personal Coding Styleguide | On Twitter: @philiphelger | Kindly supported by YourKit Java Profiler

Versions

Version
4.2.0
4.1.2