Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbonkr/winformembededfont
Font embeded Windows Forms
https://github.com/bbonkr/winformembededfont
dotnet dotnet-framework winforms
Last synced: 20 days ago
JSON representation
Font embeded Windows Forms
- Host: GitHub
- URL: https://github.com/bbonkr/winformembededfont
- Owner: bbonkr
- Created: 2017-09-01T06:59:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T07:13:33.000Z (over 7 years ago)
- Last Synced: 2024-11-19T13:54:25.391Z (3 months ago)
- Topics: dotnet, dotnet-framework, winforms
- Language: C#
- Homepage:
- Size: 4.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
폰트 포함 응용 프로그램
=====================윈도우 폼 프로젝트에 폰트 파일을 추가하고, [PrivateFontCollection](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.text.privatefontcollection?view=netframework-4.7) 을 사용하는 예제를 구현한 프로젝트입니다.
폰트 파일을 사용해서 [PrivateFontCollection](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.text.privatefontcollection?view=netframework-4.7) 을 다루는 예제는 아래 링크에서 확인할 수 있습니다.
[How to: Create a Private Font Collection](https://docs.microsoft.com/en-us/dotnet/framework/winforms/advanced/how-to-create-a-private-font-collection)
솔루션 탐색기에서 $/src/EmbededFontSampleApp/EmbededFontSampleApp/Font 디렉터리에 폰트 파일을 추가하고, 추가한 폰트 파일의 속성을 포함 리소스 Embeded Resource로 변경한 후 프로젝트를 빌드하고 실행하십시오.