cairo Reference Manual

Synopsis

public enum FontWeight {
    NORMAL,
    BOLD,
}

Description

Enum Value Details

NORMAL

    NORMAL,		

BOLD

    BOLD,		

Method Details


Created by Valadoc