MCPcopy Index your code
hub / github.com/gonum/plot / Points

Method Points

font/len.go:22–24  ·  view source on GitHub ↗

Points returns the length in postscript points.

()

Source from the content-addressed store, hash-verified

20
21// Points returns the length in postscript points.
22func (l Length) Points() float64 {
23 return float64(l)
24}
25
26// Common lengths.
27const (

Callers 15

GlyphBoxesMethod · 0.80
GlyphBoxesMethod · 0.80
FontFaceMethod · 0.80
DotsMethod · 0.80
NewFunction · 0.80
NewWithFunction · 0.80
TranslateMethod · 0.80
StrokeMethod · 0.80
pathDataMethod · 0.80
circleFunction · 0.80
arcFunction · 0.80
FillStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected