1.0.7 • Published 6 years ago

jspdf-font v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

jspdf 文字插件

npm LICENSE MIT

功能点 Feature

使用 Usage

npm

npm install jspdf-font  --save

import initFont from 'jspdf-font'
initFont(jsPDFAPI, fontFamily)

script

<script src="index.js"></script>

const {initFont} = window.jspdfFont
initFont(jsPDFAPI, fontFamily)

参数 Params

  • @param
  • jsPDFAPI: jsPDF.API
  • fontFamily: 字体名称,默认'SongtiSCBlack'

返回 Return

  • fontFamily
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago