HomeSort by relevance Sort by last modified time
    Searched defs:CJX_Font (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_font.h 14 class CJX_Font : public CJX_Node {
16 explicit CJX_Font(CXFA_Font* node);
17 ~CJX_Font() override;
cjx_font.cpp 7 #include "fxjs/xfa/cjx_font.h"
11 CJX_Font::CJX_Font(CXFA_Font* node) : CJX_Node(node) {}
13 CJX_Font::~CJX_Font() = default;
15 void CJX_Font::lineThrough(CFXJSE_Value* pValue,
21 void CJX_Font::typeface(CFXJSE_Value* pValue,
27 void CJX_Font::fontHorizontalScale(CFXJSE_Value* pValue,
33 void CJX_Font::use(CFXJSE_Value* pValue,
39 void CJX_Font::kerningMode(CFXJSE_Value* pValue
    [all...]

Completed in 58 milliseconds