예제 #1
0
파일: Context.cs 프로젝트: uvbs/FullSource
 public void SelectFontFace(string family, FontSlant slant, FontWeight weight)
 {
     CairoAPI.cairo_select_font_face(state, family, slant, weight);
 }