Lines Matching refs:FontWeight
55 { ::com::sun::star::awt::FontWeight::DONTKNOW, 0 },
56 { ::com::sun::star::awt::FontWeight::THIN, 100 },
57 { ::com::sun::star::awt::FontWeight::ULTRALIGHT, 150 },
58 { ::com::sun::star::awt::FontWeight::LIGHT, 250 },
59 { ::com::sun::star::awt::FontWeight::SEMILIGHT, 350 },
60 { ::com::sun::star::awt::FontWeight::NORMAL, 400 },
61 { ::com::sun::star::awt::FontWeight::NORMAL, 450 },
62 { ::com::sun::star::awt::FontWeight::SEMIBOLD, 600 },
63 { ::com::sun::star::awt::FontWeight::BOLD, 700 },
64 { ::com::sun::star::awt::FontWeight::ULTRABOLD, 800 },
65 { ::com::sun::star::awt::FontWeight::BLACK, 900 },
66 { ::com::sun::star::awt::FontWeight::DONTKNOW, 1000 }