Documentation
¶
Overview ¶
Package stix holds TTF data of the STIX2 fonts.
Example ¶
package main import ( "fmt" "log" "codeberg.org/go-fonts/stix/stix2mathregular" "golang.org/x/image/font/sfnt" ) func main() { ttf, err := sfnt.Parse(stix2mathregular.TTF) if err != nil { log.Fatalf("could not parse STIX2 Math font: %+v", err) } var buf sfnt.Buffer v, err := ttf.Name(&buf, sfnt.NameIDVersion) if err != nil { log.Fatalf("could not retrieve font version: %+v", err) } fmt.Printf("version: %s\n", v) fmt.Printf("num glyphs: %d\n", ttf.NumGlyphs()) }
Output: version: Version 2.13 b171 num glyphs: 6760
Directories
¶
Path | Synopsis |
---|---|
Package stix2mathregular provides the "STIXTwoMath Regular" TrueType font from the STIX2 font family.
|
Package stix2mathregular provides the "STIXTwoMath Regular" TrueType font from the STIX2 font family. |
Package stix2textbold provides the "STIXTwoText Bold" TrueType font from the STIX2 font family.
|
Package stix2textbold provides the "STIXTwoText Bold" TrueType font from the STIX2 font family. |
Package stix2textbolditalic provides the "STIXTwoText BoldItalic" TrueType font from the STIX2 font family.
|
Package stix2textbolditalic provides the "STIXTwoText BoldItalic" TrueType font from the STIX2 font family. |
Package stix2textitalic provides the "STIXTwoText Italic" TrueType font from the STIX2 font family.
|
Package stix2textitalic provides the "STIXTwoText Italic" TrueType font from the STIX2 font family. |
Package stix2textmedium provides the "STIXTwoText Medium" TrueType font from the STIX2 font family.
|
Package stix2textmedium provides the "STIXTwoText Medium" TrueType font from the STIX2 font family. |
Package stix2textmediumitalic provides the "STIXTwoText MediumItalic" TrueType font from the STIX2 font family.
|
Package stix2textmediumitalic provides the "STIXTwoText MediumItalic" TrueType font from the STIX2 font family. |
Package stix2textregular provides the "STIXTwoText Regular" TrueType font from the STIX2 font family.
|
Package stix2textregular provides the "STIXTwoText Regular" TrueType font from the STIX2 font family. |
Package stix2textsemibold provides the "STIXTwoText SemiBold" TrueType font from the STIX2 font family.
|
Package stix2textsemibold provides the "STIXTwoText SemiBold" TrueType font from the STIX2 font family. |
Package stix2textsemibolditalic provides the "STIXTwoText SemiBoldItalic" TrueType font from the STIX2 font family.
|
Package stix2textsemibolditalic provides the "STIXTwoText SemiBoldItalic" TrueType font from the STIX2 font family. |
Click to show internal directories.
Click to hide internal directories.