| Type | Name and description |
|---|---|
java.util.Set<java.lang.String> |
excludeGlyphsA set of glyphs to exclude when processing the font. |
java.lang.String |
excludeGlyphsPatternA glyphs name Pattern (RexExp) to exclude when processing the font. |
groovy.lang.Closure<java.lang.String> |
glyphToResourceName |
java.util.Set<java.lang.String> |
includeGlyphsA set of glyphs to include when processing the font. |
java.lang.String |
includeGlyphsPatternA glyphs name Pattern (RexExp) to include when processing the font. |
groovy.lang.Closure<java.lang.Boolean> |
shouldIncludeGlyph |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
A set of glyphs to exclude when processing the font. By default includes all resources
A glyphs name Pattern (RexExp) to exclude when processing the font. By default includes all resources
A set of glyphs to include when processing the font. By default includes all resources
A glyphs name Pattern (RexExp) to include when processing the font. By default includes all resources