예제 #1
0
파일: font_darwin.go 프로젝트: 2722/lantern
func buildMonospace() ([]byte, error) {
	return buildFont(C.CTFontCreateUIFontForLanguage(C.kCTFontUserFixedPitchFontType, 0, nil)), nil
}
예제 #2
0
파일: font_darwin.go 프로젝트: 2722/lantern
func buildDefault() ([]byte, error) {
	return buildFont(C.CTFontCreateUIFontForLanguage(C.kCTFontSystemFontType, 0, nil)), nil
}