org.freedesktop.cairo

Class FontWeight


public class FontWeight
extends Enum

Field Summary

static FontWeight
BOLD
static FontWeight
NORMAL

Method Summary

static FontWeight
intern(int value)
boolean
test(FontWeight other)

Field Details

BOLD

public static final FontWeight BOLD


NORMAL

public static final FontWeight NORMAL

Method Details

intern

public static FontWeight intern(int value)


test

public boolean test(FontWeight other)