Skip to content

Commit

Permalink
Release 0.2.1 !
Browse files Browse the repository at this point in the history
Former-commit-id: 597cfae
  • Loading branch information
tommyettinger committed Mar 16, 2022
1 parent 3935066 commit 570fa86
Show file tree
Hide file tree
Showing 48 changed files with 471 additions and 225 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ variety of font types isn't amazing, but it should be a good starting point.
You probably want to get this with Gradle! The dependency for a libGDX project's core module looks like:

```groovy
implementation "com.github.tommyettinger:textratypist:0.2.0"
implementation "com.github.tommyettinger:textratypist:0.2.1"
```

This assumes you already depend on libGDX; textratypist depends on version 1.10.0 or higher, and should have no problems
Expand All @@ -104,7 +104,7 @@ a different version for 1.10.1 (-SNAPSHOT) and higher vs. 1.10.0 .
If you use GWT, this should be compatible. It needs these dependencies in the html module:

```groovy
implementation "com.github.tommyettinger:textratypist:0.2.0:sources"
implementation "com.github.tommyettinger:textratypist:0.2.1:sources"
implementation "com.github.tommyettinger:regexodus:0.1.13:sources"
```

Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>All Classes and Interfaces (textratypist 0.2.0 API)</title>
<title>All Classes and Interfaces (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="class index">
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>All Packages (textratypist 0.2.0 API)</title>
<title>All Packages (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="package index">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>ColorLookup.GdxColorLookup (textratypist 0.2.0 API)</title>
<title>ColorLookup.GdxColorLookup (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, interface: ColorLookup, class: GdxColorLookup">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>ColorLookup (textratypist 0.2.0 API)</title>
<title>ColorLookup (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, interface: ColorLookup">
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/com/github/tommyettinger/textra/Effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Effect (textratypist 0.2.0 API)</title>
<title>Effect (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Effect">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Font.DistanceFieldType (textratypist 0.2.0 API)</title>
<title>Font.DistanceFieldType (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Font, enum: DistanceFieldType">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Font.FontFamily (textratypist 0.2.0 API)</title>
<title>Font.FontFamily (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Font, class: FontFamily">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Font.GlyphRegion (textratypist 0.2.0 API)</title>
<title>Font.GlyphRegion (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Font, class: GlyphRegion">
Expand Down
16 changes: 9 additions & 7 deletions docs/apidocs/com/github/tommyettinger/textra/Font.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Font (textratypist 0.2.0 API)</title>
<title>Font (textratypist 0.2.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Font">
Expand Down Expand Up @@ -737,11 +737,11 @@ <h2>Method Summary</h2>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Scales the font so that it will have the given width and height.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Font.html" title="class in com.github.tommyettinger.textra">Font</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setColorLookup(com.github.tommyettinger.textra.ColorLookup)" class="member-name-link">setColorLookup</a><wbr>(<a href="ColorLookup.html" title="interface in com.github.tommyettinger.textra">ColorLookup</a>&nbsp;lookup)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Unlikely to be used in most games, this allows changing how colors are looked up by name (or built) given a
<a href="ColorLookup.html" title="interface in com.github.tommyettinger.textra"><code>ColorLookup</code></a> interface implementation.</div>
<div class="block">Unlikely to be used in most games (meant more for other libraries), this allows changing how colors are looked up
by name (or built) given a <a href="ColorLookup.html" title="interface in com.github.tommyettinger.textra"><code>ColorLookup</code></a> interface implementation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Font.html" title="class in com.github.tommyettinger.textra">Font</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCrispness(float)" class="member-name-link">setCrispness</a><wbr>(float&nbsp;crispness)</code></div>
Expand Down Expand Up @@ -1499,12 +1499,14 @@ <h3>getColorLookup</h3>
<li>
<section class="detail" id="setColorLookup(com.github.tommyettinger.textra.ColorLookup)">
<h3>setColorLookup</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setColorLookup</span><wbr><span class="parameters">(<a href="ColorLookup.html" title="interface in com.github.tommyettinger.textra">ColorLookup</a>&nbsp;lookup)</span></div>
<div class="block">Unlikely to be used in most games, this allows changing how colors are looked up by name (or built) given a
<a href="ColorLookup.html" title="interface in com.github.tommyettinger.textra"><code>ColorLookup</code></a> interface implementation.</div>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Font.html" title="class in com.github.tommyettinger.textra">Font</a></span>&nbsp;<span class="element-name">setColorLookup</span><wbr><span class="parameters">(<a href="ColorLookup.html" title="interface in com.github.tommyettinger.textra">ColorLookup</a>&nbsp;lookup)</span></div>
<div class="block">Unlikely to be used in most games (meant more for other libraries), this allows changing how colors are looked up
by name (or built) given a <a href="ColorLookup.html" title="interface in com.github.tommyettinger.textra"><code>ColorLookup</code></a> interface implementation.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>lookup</code> - a non-null ColorLookup</dd>
<dt>Returns:</dt>
<dd>this, for chaining</dd>
</dl>
</section>
</li>
Expand Down
Loading

0 comments on commit 570fa86

Please sign in to comment.