Versions in this module Expand all Collapse all v0 v0.2.0 Aug 8, 2026 v0.1.0 Aug 5, 2026 Changes in this version + func IsStandard(fontName string) bool + func StandardWidth(fontName, glyph string) (int, bool) + type Font struct + BaseFont string + Kind Kind + Subtype string + Vertical bool + func Load(s objects.Store, d objects.Dict) *Font + func (f *Font) Bold() bool + func (f *Font) CMap() *cmap.CMap + func (f *Font) Decode(s []byte) []Glyph + func (f *Font) GlyphName(code byte) string + func (f *Font) HasToUnicode() bool + func (f *Font) Italic() bool + func (f *Font) Monospaced() bool + func (f *Font) Name() string + func (f *Font) SpaceWidth() float64 + func (f *Font) Text(code uint32) string + func (f *Font) Width(code, cid uint32) float64 + type Glyph struct + Bytes int + CID uint32 + Code uint32 + Text string + Width float64 + type Kind int + const Composite + const Simple