1.0.7 • Published 4 years ago

jspdf-font v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago