Skip to content

s2quake/JSSoft.Fonts

Repository files navigation

개요

FreeType 기반 폰트 텍스쳐 생성기

main

preview

도구

Microsoft Visual Studio Community 2019
.NET Framework 4.7.2

또는

Microsoft Visual Studio Code
.NET Core 3.1

필수 설치

mac os

brew install freetype
brew install mono-libgdiplus

빌드 및 실행

Visual Studio Community 2019

Window Key + S 누른후 검색창에서 Developer PowerShell For VS 2019 실행

git clone https://github.com/s2quake/JSSoft.Fonts.git --recursive

cd JSSoft.Fonts

msbuild -t:restore 

msbuild -t:build -p:configuration=Release

.\bin\Release\jsfontApp.exe

Visual Studio Code

git clone https://github.com/s2quake/JSSoft.Fonts.git --recursive

cd JSSoft.Fonts

dotnet restore

dotnet build --framework netcoreapp3.0

dotnet run --framework netcoreapp3.0 --project JSSoft.Fonts.ApplicationHost

About

비트맵 폰트 생성기 - Alpha

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages