is not current version
Last Version 5.6

de.intarsys.opensource:isfreetype 5.3

This library wraps the well known FreeType font management library to be used from within Java. The FreeType binaries for the windows platform are included as a self extracting component. On the other platforms we currently assume that there's already a working installation of FreeType available.

GroupId

GroupId

de.intarsys.opensource
ArtifactId

ArtifactId

isfreetype
Version

Version

5.3
Type

Type

jar

Download isfreetype 5.3


<!-- https://jarcasting.com/artifacts/de.intarsys.opensource/isfreetype/ -->
<dependency>
    <groupId>de.intarsys.opensource</groupId>
    <artifactId>isfreetype</artifactId>
    <version>5.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.intarsys.opensource/isfreetype/
implementation 'de.intarsys.opensource:isfreetype:5.3'
// https://jarcasting.com/artifacts/de.intarsys.opensource/isfreetype/
implementation ("de.intarsys.opensource:isfreetype:5.3")
'de.intarsys.opensource:isfreetype:jar:5.3'
<dependency org="de.intarsys.opensource" name="isfreetype" rev="5.3">
  <artifact name="isfreetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.intarsys.opensource', module='isfreetype', version='5.3')
)
libraryDependencies += "de.intarsys.opensource" % "isfreetype" % "5.3"
[de.intarsys.opensource/isfreetype "5.3"]