Home
last modified time | relevance | path

Searched refs:font_type (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp35 int font_type) { in LoadFontDesc() argument
75 if (font_type == FPDF_FONT_TRUETYPE) { in LoadFontDesc()
79 ByteString fontFile = font_type == FPDF_FONT_TYPE1 ? "FontFile" : "FontFile2"; in LoadFontDesc()
245 int font_type) { in LoadSimpleFont() argument
249 "Subtype", font_type == FPDF_FONT_TYPE1 ? "Type1" : "TrueType"); in LoadSimpleFont()
275 LoadFontDesc(pDoc, name, pFont.get(), data, size, font_type); in LoadSimpleFont()
288 int font_type) { in LoadCompositeFont() argument
299 "BaseFont", font_type == FPDF_FONT_TYPE1 ? name + "-" + encoding : name); in LoadCompositeFont()
303 pCIDFont->SetNewFor<CPDF_Name>("Subtype", font_type == FPDF_FONT_TYPE1 in LoadCompositeFont()
318 LoadFontDesc(pDoc, name, pFont.get(), data, size, font_type); in LoadCompositeFont()
[all …]
Dfpdfedit_embeddertest.cpp36 int font_type, in CheckFontDescriptor() argument
72 if (font_type == FPDF_FONT_TRUETYPE) in CheckFontDescriptor()
80 if (font_type == FPDF_FONT_TRUETYPE) { in CheckFontDescriptor()
/external/pdfium/testing/libfuzzer/
Dpdf_font_fuzzer.cc19 int font_type = data[0]; in LLVMFuzzerTestOneInput() local
24 FPDFText_LoadFont(doc.get(), data, size, font_type, cid)); in LLVMFuzzerTestOneInput()
/external/freetype/src/cid/
Dcidtoken.h69 T1_FIELD_NUM ( "FontType", font_type, 0 )
/external/freetype/src/type1/
Dt1tokens.h108 T1_FIELD_NUM ( "FontType", font_type, T1_FIELD_DICT_FONTDICT )
Dt1driver.c201 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
203 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
/external/freetype/include/freetype/internal/
Dt1types.h124 FT_Byte font_type; member
/external/freetype/include/freetype/
Dt1tables.h360 FT_Byte font_type; member
/external/freetype/src/type42/
Dt42objs.c68 if ( type1->font_type != 42 ) in T42_Open_Face()
71 type1->font_type )); in T42_Open_Face()
Dt42parse.c87 T1_FIELD_NUM ( "FontType", font_type, 0 )
/external/harfbuzz_ng/src/
Dhb-coretext.cc178 CTFontUIFontType font_type = kCTFontUIFontSystem; in create_ct_font() local
180 font_type = kCTFontUIFontEmphasizedSystem; in create_ct_font()
182 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr); in create_ct_font()
/external/pdfium/public/
Dfpdf_edit.h728 int font_type,