Registry / utility / adrg-sysfont

adrg-sysfont

JSON →
library0.1.2gogounverified

Package sysfont makes it easy to identify installed fonts and match fonts based on user queries.

go get github.com/adrg/sysfont
INSTALL
IMPORT
SIG · ADRG-SYSFONT
A
adrg-sysfont
utilitygov0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sysfont
github.com/adrg/sysfont

Finds installed fonts matching 'Arial'.

package main import ( "fmt" "github.com/adrg/sysfont" ) func main() { fonts := sysfont.Find("Arial") fmt.Println(fonts) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
adrg-sysfont — go get adrg-sysfont · libregistry