Microsoft SDK for Java

FontType.RASTER

Specifies a raster font type.

Syntax

public static final int RASTER;

Remarks

A raster font is a bitmapped font that cannot be smoothly scaled.

A raster font typically has several different sizes. If a raster font does not have a requested font size, the font mapper scales the bitmap of the font as appropriate.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.