unipdf/pdf/font.go
2016-10-31 21:48:25 +00:00

18 lines
322 B
Go

/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE.txt', which is part of this source code package.
*/
//
// Font resources for PDF file creation and manipulations.
//
package pdf
import ()
func loadFont(fontName string) {
// Open the font file.
// Load the widths, other content?
}