cosmic-internal-jdk
Version:
KingScript: JDK1.8
42 lines (41 loc) • 2.97 kB
TypeScript
/// <reference types="dist/index" />
export type FontRenderContext = $.java.awt.font.FontRenderContext;
export declare const FontRenderContext: $.java.awt.font.FontRenderContextConstructor;
export type GlyphJustificationInfo = $.java.awt.font.GlyphJustificationInfo;
export declare const GlyphJustificationInfo: $.java.awt.font.GlyphJustificationInfoConstructor;
export type GlyphMetrics = $.java.awt.font.GlyphMetrics;
export declare const GlyphMetrics: $.java.awt.font.GlyphMetricsConstructor;
export type GlyphVector = $.java.awt.font.GlyphVector;
export declare const GlyphVector: $.java.awt.font.GlyphVectorConstructor;
export type GraphicAttribute = $.java.awt.font.GraphicAttribute;
export declare const GraphicAttribute: $.java.awt.font.GraphicAttributeConstructor;
export type ImageGraphicAttribute = $.java.awt.font.ImageGraphicAttribute;
export declare const ImageGraphicAttribute: $.java.awt.font.ImageGraphicAttributeConstructor;
export type LayoutPath = $.java.awt.font.LayoutPath;
export declare const LayoutPath: $.java.awt.font.LayoutPathConstructor;
export type LineBreakMeasurer = $.java.awt.font.LineBreakMeasurer;
export declare const LineBreakMeasurer: $.java.awt.font.LineBreakMeasurerConstructor;
export type LineMetrics = $.java.awt.font.LineMetrics;
export declare const LineMetrics: $.java.awt.font.LineMetricsConstructor;
export type MultipleMaster = $.java.awt.font.MultipleMaster;
export declare const MultipleMaster: $.java.awt.font.MultipleMasterConstructor;
export type NumericShaper = $.java.awt.font.NumericShaper;
export declare const NumericShaper: $.java.awt.font.NumericShaperConstructor;
export declare const NumericShaper$Range: typeof $.java.awt.font.NumericShaper$Range;
export type NumericShaper$Range = $.java.awt.font.NumericShaper$Range;
export type OpenType = $.java.awt.font.OpenType;
export declare const OpenType: $.java.awt.font.OpenTypeConstructor;
export type ShapeGraphicAttribute = $.java.awt.font.ShapeGraphicAttribute;
export declare const ShapeGraphicAttribute: $.java.awt.font.ShapeGraphicAttributeConstructor;
export type TextAttribute = $.java.awt.font.TextAttribute;
export declare const TextAttribute: $.java.awt.font.TextAttributeConstructor;
export type TextHitInfo = $.java.awt.font.TextHitInfo;
export declare const TextHitInfo: $.java.awt.font.TextHitInfoConstructor;
export type TextLayout = $.java.awt.font.TextLayout;
export declare const TextLayout: $.java.awt.font.TextLayoutConstructor;
export type TextLayout$CaretPolicy = $.java.awt.font.TextLayout$CaretPolicy;
export declare const TextLayout$CaretPolicy: $.java.awt.font.TextLayout$CaretPolicyConstructor;
export type TextMeasurer = $.java.awt.font.TextMeasurer;
export declare const TextMeasurer: $.java.awt.font.TextMeasurerConstructor;
export type TransformAttribute = $.java.awt.font.TransformAttribute;
export declare const TransformAttribute: $.java.awt.font.TransformAttributeConstructor;