FontAwesome.Sharp
A library for using Font Awesome in WPF & Windows Forms applications
파일 탐색기
최종 버전 다운로드 (.zip)- common-companies.txt
- common-people.txt
- common-tools.txt
- project-words.txt
- bug_report.md
- feature_request.md
- build.yml
- close-stale-issue.yml
- docs.yml
- dependabot.yml
- build.schema.json
- parameters.json
- .editorconfig
- _build.csproj
- _build.csproj.DotSettings
- Build.cs
- explicit_font_style.png
- font_as_resource.png
- font_title.png
- FontAwesome.Sharp.png
- mdi-access-point-network.png
- pro_and_mdi.png
- index.md
- .gitignore
- fa-brands-400.ttf
- fa-regular-400.ttf
- fa-solid-900.ttf
- AssemblyInfo.cs
- FormsIconExtensions.cs
- FormsIconHelper.cs
- IconButton.cs
- IconCache.cs
- IconConverter.cs
- IconDropDownButton.cs
- IconFont.cs
- IconMenuItem.cs
- IconPictureBox.cs
- IconSplitButton.cs
- IconToolStripButton.cs
- IFormsIcon.cs
- IHaveIconFont.cs
- NativeMethods.cs
- Awesome.cs
- Icon.cs
- IconBase.cs
- IconBlock.cs
- IconBlockBase.cs
- IconHelper.cs
- IconImage.cs
- IconImageBase.cs
- IconSource.cs
- IconSourceBase.cs
- IconToImageConverter.cs
- ToGeometry.cs
- ToGeometryBase.cs
- ToText.cs
- ToTextBase.cs
- FlipOrientation.cs
- FontAwesome.Sharp.csproj
- FontAwesome.Sharp.csproj.DotSettings
- IconChar.cs
- materialdesignicons-webfont.ttf
- AssemblyInfo.cs
- MaterialButton.cs
- MaterialDropDownButton.cs
- MaterialMenuItem.cs
- MaterialPictureBox.cs
- MaterialSplitButton.cs
- MaterialToolStripButton.cs
- Icon.cs
- IconBlock.cs
- IconImage.cs
- ToGeometry.cs
- ToText.cs
- FontAwesome.Sharp.Material.csproj
- FontAwesome.Sharp.Material.csproj.DotSettings
- MaterialDesignFont.cs
- MaterialIcons.cs
- AssemblyInfo.cs
- IconButton.cs
- IconDropDownButton.cs
- IconMenuItem.cs
- IconPictureBox.cs
- IconSplitButton.cs
- IconToolStripButton.cs
- Icon.cs
- IconBlock.cs
- IconImage.cs
- IconSource.cs
- ToText.cs
- DuoToneIcons.cs
- FontAwesome.Sharp.Pro.csproj
- FontAwesome.Sharp.Pro.csproj.DotSettings
- ProFonts.cs
- ProIconFont.cs
- ProIcons.cs
- FormsIconHelper_Should.cs
- FormsIconTestBase.cs
- IconButton_Should.cs
- IconCache_Should.cs
- IconConverter_Should.cs
- IconDropDownButton_Should.cs
- IconMenuItem_Should.cs
- IconPictureBox_Should.cs
- IconSplitButton_Should.cs
- IconToolStripButton_Should.cs
- TestExtensions.cs
- Awesome_Should.cs
- Icon_Should.cs
- IconBlock_Should.cs
- IconHelper_Should.cs
- IconImage_Should.cs
- IconSource_Should.cs
- IconToImageConverter_Should.cs
- TestExtensions.cs
- ToText_Should.cs
- FontAwesome.Sharp.Tests.csproj
- MaterialDesign_Should.cs
- .gitignore
- all.css
- materialdesignicons.css
- FontEnumGenerator.csproj
- FontEnumItem.cs
- FontParser.cs
- Program.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- App.config
- MainForm.cs
- MainForm.Designer.cs
- MainForm.resx
- Program.cs
- TestForms.csproj
- TestForms.csproj.DotSettings
- .gitignore
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- App.xaml
- App.xaml.cs
- DelegateCommand.cs
- MainViewModel.cs
- MainWindow.xaml
- MainWindow.xaml.cs
- TestWpf.csproj
- .editorconfig
- .gitattributes
- .gitignore
- .prettierrc
- .whitesource
- build.cmd
- build.ps1
- build.sh
- commitlint.config.js
- CONTRIBUTING.md
- cspell.yaml
- FontAwesome.Sharp.sln
- FontAwesome.Sharp.v3.ncrunchsolution
- GitVersion.yml
- global.json
- key.public
- key.snk
- LICENSE
- mkdocs.yml
- package.json
- README.md
- requirements.txt
- solution.targets
- Update-Fonts.ps1
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/awesome-inc/FontAwesome.Sharp
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd FontAwesome.Sharp
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천cd FontAwesome.Sharp.Material
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
