org.freedesktop.cairo

Class FontWeight

public class FontWeight extends Enum

Field Summary
static FontWeightBOLD
static FontWeightNORMAL
Method Summary
static FontWeightintern(int value)
booleantest(FontWeight other)

Field Detail

BOLD

public static final FontWeight BOLD

NORMAL

public static final FontWeight NORMAL

Method Detail

intern

public static FontWeight intern(int value)

test

public boolean test(FontWeight other)