org.apache.harmony.awt.gl.font |
|
Java Source File Name | Type | Comment |
BasicMetrics.java | Class | Date: May 14, 2005
Time: 7:44:13 PM
This class incapsulates text metrics specific for the text layout or
for the separate text segment. |
CaretManager.java | Class | This class provides functionality for creating caret and highlight shapes
(bidirectional text is also supported, but, unfortunately, not tested yet). |
CommonGlyphVector.java | Class | |
CompositeFont.java | Class | CompositeFont class is the implementation of logical font classes. |
FontExtraMetrics.java | Class | Extra font metrics: sub/superscripts sizes, offsets, average char width. |
FontFinder.java | Class | This class chooses the default font for the given text.
If it finds the character which current font is unable to display
it starts the next font run and looks for the font which is able to
display the current character. |
FontManager.java | Class | |
FontMetricsImpl.java | Class | |
FontPeerImpl.java | Class | Abstract class for platform dependent peer implementation of the Font class. |
FontProperty.java | Class | Class containing font property information. |
Glyph.java | Class | |
LineMetricsImpl.java | Class | LineMetrics implementation class. |
LineMetricsImplRTest.java | Class | |
LinuxFont.java | Class | Linux platform font peer implementation based on Xft and FreeType libraries. |
LinuxFontManager.java | Class | |
LinuxFontProperty.java | Class | Linux FontProperty implementation, applicable for Linux formats of
font property files. |
LinuxGlyph.java | Class | |
LinuxLineMetrics.java | Class | |
LinuxNativeFont.java | Class | Library wrapper of native linux font functions. |
NativeFont.java | Class | |
TextDecorator.java | Class | This class is responsible for rendering text decorations like
underline, strikethrough, text with background, etc. |
TextMetricsCalculator.java | Class | This class operates with an arbitrary text string which can include
any number of style, font and direction runs. |
TextRunBreaker.java | Class | This class is responsible for breaking the text into the run segments
with constant font, style, other text attributes and direction. |
TextRunSegment.java | Class | Abstract class which represents the segment of the text with constant attributes
running in one direction (i.e. |
TextRunSegmentImpl.java | Class | Date: Apr 25, 2005
Time: 4:33:18 PM
This class contains the implementation of the behavior of the
text run segment with constant text attributes and direction. |
WindowsFont.java | Class | Windows platform font peer implementation based on GDI font object. |
WinFontManager.java | Class | Windows FontManager implementation. |
WinFontProperty.java | Class | Windows FontProperty implementation, applicable for Windows formats of
font property files. |
WinGlyph.java | Class | |