Documentation
¶
Overview ¶
Package dejavu holds TTF data of the DejaVu fonts.
Example ¶
package main import ( "fmt" "log" "github.com/go-fonts/dejavu/dejavumathtexgyre" "golang.org/x/image/font/sfnt" ) func main() { ttf, err := sfnt.Parse(dejavumathtexgyre.TTF) if err != nil { log.Fatalf("could not parse DejaVu Math font: %+v", err) } fmt.Printf("num glyphs: %d\n", ttf.NumGlyphs()) }
Output: num glyphs: 4282
Directories
¶
Path | Synopsis |
---|---|
Package dejavumathtexgyre provides the "DejaVuMathTeXGyre" TrueType font from the DejaVu font family.
|
Package dejavumathtexgyre provides the "DejaVuMathTeXGyre" TrueType font from the DejaVu font family. |
Package dejavusans provides the "DejaVuSans" TrueType font from the DejaVu font family.
|
Package dejavusans provides the "DejaVuSans" TrueType font from the DejaVu font family. |
Package dejavusansbold provides the "DejaVuSans Bold" TrueType font from the DejaVu font family.
|
Package dejavusansbold provides the "DejaVuSans Bold" TrueType font from the DejaVu font family. |
Package dejavusansboldoblique provides the "DejaVuSans BoldOblique" TrueType font from the DejaVu font family.
|
Package dejavusansboldoblique provides the "DejaVuSans BoldOblique" TrueType font from the DejaVu font family. |
Package dejavusanscondensed provides the "DejaVuSansCondensed" TrueType font from the DejaVu font family.
|
Package dejavusanscondensed provides the "DejaVuSansCondensed" TrueType font from the DejaVu font family. |
Package dejavusanscondensedbold provides the "DejaVuSansCondensed Bold" TrueType font from the DejaVu font family.
|
Package dejavusanscondensedbold provides the "DejaVuSansCondensed Bold" TrueType font from the DejaVu font family. |
Package dejavusanscondensedboldoblique provides the "DejaVuSansCondensed BoldOblique" TrueType font from the DejaVu font family.
|
Package dejavusanscondensedboldoblique provides the "DejaVuSansCondensed BoldOblique" TrueType font from the DejaVu font family. |
Package dejavusanscondensedoblique provides the "DejaVuSansCondensed Oblique" TrueType font from the DejaVu font family.
|
Package dejavusanscondensedoblique provides the "DejaVuSansCondensed Oblique" TrueType font from the DejaVu font family. |
Package dejavusansextralight provides the "DejaVuSans ExtraLight" TrueType font from the DejaVu font family.
|
Package dejavusansextralight provides the "DejaVuSans ExtraLight" TrueType font from the DejaVu font family. |
Package dejavusansmono provides the "DejaVuSansMono" TrueType font from the DejaVu font family.
|
Package dejavusansmono provides the "DejaVuSansMono" TrueType font from the DejaVu font family. |
Package dejavusansmonobold provides the "DejaVuSansMono Bold" TrueType font from the DejaVu font family.
|
Package dejavusansmonobold provides the "DejaVuSansMono Bold" TrueType font from the DejaVu font family. |
Package dejavusansmonoboldoblique provides the "DejaVuSansMono BoldOblique" TrueType font from the DejaVu font family.
|
Package dejavusansmonoboldoblique provides the "DejaVuSansMono BoldOblique" TrueType font from the DejaVu font family. |
Package dejavusansmonooblique provides the "DejaVuSansMono Oblique" TrueType font from the DejaVu font family.
|
Package dejavusansmonooblique provides the "DejaVuSansMono Oblique" TrueType font from the DejaVu font family. |
Package dejavusansoblique provides the "DejaVuSans Oblique" TrueType font from the DejaVu font family.
|
Package dejavusansoblique provides the "DejaVuSans Oblique" TrueType font from the DejaVu font family. |
Package dejavuserif provides the "DejaVuSerif" TrueType font from the DejaVu font family.
|
Package dejavuserif provides the "DejaVuSerif" TrueType font from the DejaVu font family. |
Package dejavuserifbold provides the "DejaVuSerif Bold" TrueType font from the DejaVu font family.
|
Package dejavuserifbold provides the "DejaVuSerif Bold" TrueType font from the DejaVu font family. |
Package dejavuserifbolditalic provides the "DejaVuSerif BoldItalic" TrueType font from the DejaVu font family.
|
Package dejavuserifbolditalic provides the "DejaVuSerif BoldItalic" TrueType font from the DejaVu font family. |
Package dejavuserifcondensed provides the "DejaVuSerifCondensed" TrueType font from the DejaVu font family.
|
Package dejavuserifcondensed provides the "DejaVuSerifCondensed" TrueType font from the DejaVu font family. |
Package dejavuserifcondensedbold provides the "DejaVuSerifCondensed Bold" TrueType font from the DejaVu font family.
|
Package dejavuserifcondensedbold provides the "DejaVuSerifCondensed Bold" TrueType font from the DejaVu font family. |
Package dejavuserifcondensedbolditalic provides the "DejaVuSerifCondensed BoldItalic" TrueType font from the DejaVu font family.
|
Package dejavuserifcondensedbolditalic provides the "DejaVuSerifCondensed BoldItalic" TrueType font from the DejaVu font family. |
Package dejavuserifcondenseditalic provides the "DejaVuSerifCondensed Italic" TrueType font from the DejaVu font family.
|
Package dejavuserifcondenseditalic provides the "DejaVuSerifCondensed Italic" TrueType font from the DejaVu font family. |
Package dejavuserifitalic provides the "DejaVuSerif Italic" TrueType font from the DejaVu font family.
|
Package dejavuserifitalic provides the "DejaVuSerif Italic" TrueType font from the DejaVu font family. |
Click to show internal directories.
Click to hide internal directories.