Documentation
¶
Overview ¶
Package tfm implements a decoder for TFM (TeX Font Metrics) files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Font ¶
type Font struct {
// contains filtered or unexported fields
}
Font is a TeX Font metrics.
func (*Font) CodingScheme ¶
func (*Font) DesignSize ¶
func (*Font) GlyphIndex ¶
func (fnt *Font) GlyphIndex(x rune) GlyphIndex
GlyphIndex returns the GlyphIndex for the given rune.
GlyphIndex returns -1 if there is no such rune.
func (*Font) MarshalText ¶
Click to show internal directories.
Click to hide internal directories.