Return to site

Fontbase

broken image


Disk sensei 1 3 1. FontBase is the font manager of the new generation, built by designers, for designers. May 18, 2017 FontBase is a cross-platform font manager with a beautifully designed UI and a well-organized panel layout. It is free and just as fast, stable, and reliable as several paid apps in its category. FontBase boasts a responsive app window with a properly contrasted background which in turn makes fonts stand out nice and shiny.

OverviewPackageClassTreeDeprecatedIndexHelp
JClass DesktopViews 6.3.0 API
Documentation
FRAMESNO FRAMESAll Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.klg.jclass.page
Class FontBase

All Implemented Interfaces:
Serializable
public abstract class FontBase
extends Font

Extends Font to provide common code for subclasses.

See Also:
Serialized Form
Field Summary
protected static intDEFAULT_FONT_SIZE
protected static charREPLACEMENT_CHARACTER
Fields inherited from class java.awt.Font
BOLD, CENTER_BASELINE, HANGING_BASELINE, ITALIC, LAYOUT_LEFT_TO_RIGHT, LAYOUT_NO_LIMIT_CONTEXT, LAYOUT_NO_START_CONTEXT, LAYOUT_RIGHT_TO_LEFT, name, PLAIN, pointSize, ROMAN_BASELINE, size, style, TRUETYPE_FONT
Fontbase
Constructor Summary
FontBase(String name, int style, int size)
Constructor
Method Summary
static GlyphVectorcreateGlyphVector(Font f, FontRenderContext frc, char[] chars)
Correctly remaps a call to createGlyphVector() for the current JDK level
static GlyphVectorcreateGlyphVector(Font f, FontRenderContext frc, CharacterIterator iter)
Correctly remaps a call to createGlyphVector() for the current JDK level
static GlyphVectorcreateGlyphVector(Font f, FontRenderContext frc, String text)
Correctly remaps a call to createGlyphVector() for the current JDK level
static FontderiveFont(Font f, float size)
Correctly processes a call to deriveFont() for the current JDK level
static FontderiveFont(Font f, int style)
Correctly processes a call to deriveFont() for the current JDK level
static FontderiveFont(Font f, int style, float size)
Correctly processes a call to deriveFont() for the current JDK level
static StringgetDecodeString(String name, int style, int size)
Given a font, build the decode string so the corresponding device-dependant font can be decoded
static FontgetFont(String nm)
Overrides Font method.
static FontgetFont(String nm, Font font)
Overrides Font method.
protected static Font[]getFonts(com.klg.jclass.page.FontParser parser, String file, String ext, Hashtable fonts, boolean loaded)
Return an array of fonts.
static floatgetSize2D(Font f)
Reinterprets getSize2D depending on the Java version
protected static StringgetStyleString(int style)
Given a style constant return its string.
Methods inherited from class java.awt.Font
canDisplay, canDisplayUpTo, canDisplayUpTo, canDisplayUpTo, createFont, createGlyphVector, createGlyphVector, createGlyphVector, createGlyphVector, decode, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, equals, finalize, getAttributes, getAvailableAttributes, getBaselineFor, getFamily, getFamily, getFont, getFontName, getFontName, getItalicAngle, getLineMetrics, getLineMetrics, getLineMetrics, getLineMetrics, getMaxCharBounds, getMissingGlyphCode, getName, getNumGlyphs, getPeer, getPSName, getSize, getSize2D, getStringBounds, getStringBounds, getStringBounds, getStringBounds, getStyle, getTransform, hashCode, hasUniformLineMetrics, isBold, isItalic, isPlain, isTransformed, layoutGlyphVector, toString
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
Field Detail

DEFAULT_FONT_SIZE

REPLACEMENT_CHARACTER

Constructor Detail

FontBase

Constructor
Parameters:
name - the String name of the font
style - the style for this font
size - the size for this font
Method Detail

Free Font Manager

getFont

Overrides Font method.

getFont

Overrides Font method.

getFonts

Return an array of fonts. If fonts are not already loaded, loadFonts() is called.

getDecodeString

Given a font, build the decode string so the corresponding device-dependant font can be decoded

getStyleString

Given a style constant return its string. Returns -bolditalic, -bold, -italic, or '

Fontbase Download

deriveFont

Correctly processes a call to deriveFont() for the current JDK level

deriveFont

Correctly processes a call to deriveFont() for the current JDK level

deriveFont

Fontbase
Constructor Summary
FontBase(String name, int style, int size)
Constructor
Method Summary
static GlyphVectorcreateGlyphVector(Font f, FontRenderContext frc, char[] chars)
Correctly remaps a call to createGlyphVector() for the current JDK level
static GlyphVectorcreateGlyphVector(Font f, FontRenderContext frc, CharacterIterator iter)
Correctly remaps a call to createGlyphVector() for the current JDK level
static GlyphVectorcreateGlyphVector(Font f, FontRenderContext frc, String text)
Correctly remaps a call to createGlyphVector() for the current JDK level
static FontderiveFont(Font f, float size)
Correctly processes a call to deriveFont() for the current JDK level
static FontderiveFont(Font f, int style)
Correctly processes a call to deriveFont() for the current JDK level
static FontderiveFont(Font f, int style, float size)
Correctly processes a call to deriveFont() for the current JDK level
static StringgetDecodeString(String name, int style, int size)
Given a font, build the decode string so the corresponding device-dependant font can be decoded
static FontgetFont(String nm)
Overrides Font method.
static FontgetFont(String nm, Font font)
Overrides Font method.
protected static Font[]getFonts(com.klg.jclass.page.FontParser parser, String file, String ext, Hashtable fonts, boolean loaded)
Return an array of fonts.
static floatgetSize2D(Font f)
Reinterprets getSize2D depending on the Java version
protected static StringgetStyleString(int style)
Given a style constant return its string.
Methods inherited from class java.awt.Font
canDisplay, canDisplayUpTo, canDisplayUpTo, canDisplayUpTo, createFont, createGlyphVector, createGlyphVector, createGlyphVector, createGlyphVector, decode, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, equals, finalize, getAttributes, getAvailableAttributes, getBaselineFor, getFamily, getFamily, getFont, getFontName, getFontName, getItalicAngle, getLineMetrics, getLineMetrics, getLineMetrics, getLineMetrics, getMaxCharBounds, getMissingGlyphCode, getName, getNumGlyphs, getPeer, getPSName, getSize, getSize2D, getStringBounds, getStringBounds, getStringBounds, getStringBounds, getStyle, getTransform, hashCode, hasUniformLineMetrics, isBold, isItalic, isPlain, isTransformed, layoutGlyphVector, toString
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
Field Detail

DEFAULT_FONT_SIZE

REPLACEMENT_CHARACTER

Constructor Detail

FontBase

Constructor
Parameters:
name - the String name of the font
style - the style for this font
size - the size for this font
Method Detail

Free Font Manager

getFont

Overrides Font method.

getFont

Overrides Font method.

getFonts

Return an array of fonts. If fonts are not already loaded, loadFonts() is called.

getDecodeString

Given a font, build the decode string so the corresponding device-dependant font can be decoded

getStyleString

Given a style constant return its string. Returns -bolditalic, -bold, -italic, or '

Fontbase Download

deriveFont

Correctly processes a call to deriveFont() for the current JDK level

deriveFont

Correctly processes a call to deriveFont() for the current JDK level

deriveFont

Correctly processes a call to deriveFont() for the current JDK level

getSize2D

Reinterprets getSize2D depending on the Java version

Fontbase Folder

createGlyphVector

Correctly remaps a call to createGlyphVector() for the current JDK level

createGlyphVector

Correctly remaps a call to createGlyphVector() for the current JDK level

createGlyphVector

Correctly remaps a call to createGlyphVector() for the current JDK level

Free Font Manager Windows 10

OverviewPackageClassTreeDeprecatedIndexHelp
Copyright © 2004 Quest Software Inc.
All rights reserved.
FRAMESNO FRAMESAll Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Fontbase





broken image