Java AWT Create Font Object

Important text can be made eye-catching by displaying in attractive fonts. A font represents a combination of a font name (like Monospaced), font style (like bold) and font size (like 20). Following is the class signature public class Font extends Object implements Serializable The Font constructor takes three parameters to create a Font object. Font …

Java AWT Create Font Object Read More »