上一页 1 ··· 459 460 461 462 463 464 465 466 467 ··· 611 下一页

2020年1月8日

摘要: CPDF_Document* CPDFDocumentFromFPDFDocument(FPDF_DOCUMENT doc) { return static_cast<CPDF_Document*>(doc); } 阅读全文
posted @ 2020-01-08 15:30 lydstory 阅读(158) 评论(0) 推荐(0)
摘要: CFX_FolderFontInfo sysfont; CFX_FontMapper fontmap; CFX_Font myfont; IFX_SystemFontInfo *isysfont = NULL; 阅读全文
posted @ 2020-01-08 14:23 lydstory 阅读(121) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-08 12:38 lydstory 阅读(359) 评论(0) 推荐(0)
摘要: 调用任何指针,判断是否为空??? 避免程序段错误,崩溃 阅读全文
posted @ 2020-01-08 10:27 lydstory 阅读(172) 评论(0) 推荐(0)
摘要: LoadSimpleType1Font https://blog.csdn.net/zhouschina/article/details/12162641?utm_source=blogxgwz6 class CPDF_TrueTypeFont;class CPDF_Type1Font;class 阅读全文
posted @ 2020-01-08 09:38 lydstory 阅读(638) 评论(0) 推荐(0)

2020年1月7日

摘要: annotation英 [ˌænəˈteɪʃn] 美 [ˌænəˈteɪʃn] n.注解;评注;注文;释文 阅读全文
posted @ 2020-01-07 15:15 lydstory 阅读(398) 评论(0) 推荐(0)
摘要: // Transform |page_object| by the given matrix. // // page_object - handle to a page object. // a - matrix value. // b - matrix value. // c - matrix v 阅读全文
posted @ 2020-01-07 13:02 lydstory 阅读(418) 评论(0) 推荐(0)
摘要: FPDF_InitLibrary(); FPDF_DOCUMENT outdoc; string inpdf = "/home/lyd/work/gnpdf/441.pdf"; outdoc = FPDF_CreateNewDocument(); FPDF_PAGE page = FPDFPage_New(outdoc, 0, 612, 792); ... 阅读全文
posted @ 2020-01-07 06:08 lydstory 阅读(1272) 评论(0) 推荐(0)
摘要: #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif 阅读全文
posted @ 2020-01-07 00:58 lydstory 阅读(119) 评论(0) 推荐(0)

2020年1月6日

摘要: cpprestsdk 别人用? 阅读全文
posted @ 2020-01-06 22:24 lydstory 阅读(150) 评论(0) 推荐(0)
上一页 1 ··· 459 460 461 462 463 464 465 466 467 ··· 611 下一页

导航