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

  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 15 class CXFA_Font;
119 class CXFA_Font : public CXFA_Data {
121 CXFA_Font(CXFA_Node* pNode);
179 CXFA_Font GetFont();
590 CXFA_Font GetFont(FX_BOOL bModified = FALSE);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 245 CXFA_Font::CXFA_Font(CXFA_Node* pNode) : CXFA_Data(pNode) {}
246 FX_FLOAT CXFA_Font::GetBaselineShift() {
249 FX_FLOAT CXFA_Font::GetHorizontalScale() {
255 FX_FLOAT CXFA_Font::GetVerticalScale() {
261 FX_FLOAT CXFA_Font::GetLetterSpacing() {
272 int32_t CXFA_Font::GetLineThrough() {
277 int32_t CXFA_Font::GetLineThroughPeriod() {
282 int32_t CXFA_Font::GetOverline() {
287 int32_t CXFA_Font::GetOverlinePeriod() {
    [all...]

Completed in 2211 milliseconds