Skip to content

wincss/ucfont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

UCFont: A Go library for reading UCDOS font file

Usage

package main

import (
    "github.com/wincss/ucfont"
	"fmt"
    "os"
)

func main() {
    file, _ := os.Open("UCDOS/UCFONTS/HZKPSST.GBK")
    f := ucfont.NewPSFontFile(file, true)
    data, _ := f.GetCharPath('哇')

	fmt.Println(data)
}

About

A Go library for reading UCDOS font file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages