All Projects â†’ rzaripov1990 â†’ FMX.FontAwesome

rzaripov1990 / FMX.FontAwesome

Licence: other
[FireMonkey] FontAwesome

Programming Languages

pascal
1382 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to FMX.FontAwesome

Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+3300%)
Mutual labels:  font, fontawesome, font-awesome
Bootstrapcdn
Free Bootstrap CDN hosting
Stars: ✭ 1,075 (+5019.05%)
Mutual labels:  font, fontawesome, font-awesome
Font Awesome Php
A PHP library for Font Awesome 4.7.
Stars: ✭ 47 (+123.81%)
Mutual labels:  font, fontawesome, font-awesome
Font Awesome Stylus
Stylus port for font-awesome 4.7.0
Stars: ✭ 77 (+266.67%)
Mutual labels:  font, fontawesome, font-awesome
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (+176.19%)
Mutual labels:  font, fontawesome, font-awesome
Avfonts
AVFonts for change/swap fontname throughout app.
Stars: ✭ 200 (+852.38%)
Mutual labels:  font, fontawesome, font-awesome
RADStudio-DemoKit
A collection of demos around 10.4 Sydney updated for 10.4.2.
Stars: ✭ 39 (+85.71%)
Mutual labels:  firemonkey, fmx
apple-emoji-linux
Apple Color Emoji for Linux
Stars: ✭ 392 (+1766.67%)
Mutual labels:  font, font-awesome
OldCEF4Delphi
OldCEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi.
Stars: ✭ 55 (+161.9%)
Mutual labels:  firemonkey, fmx
FireMonkeyInstagramApp
Sample Instagram UI design project made with Embarcadero Delphi 10.1 Berlin.
Stars: ✭ 23 (+9.52%)
Mutual labels:  firemonkey, fmx
FMX.MaterialIconsFont
Material Design Icons 3.0.1
Stars: ✭ 20 (-4.76%)
Mutual labels:  firemonkey, fmx
FontRegister
FontRegister is a small Windows utility to install fonts and/or repair the font registry via commandline.
Stars: ✭ 17 (-19.05%)
Mutual labels:  font, font-awesome
fa-svelte
Font Awesome 5 for svelte.js
Stars: ✭ 72 (+242.86%)
Mutual labels:  fontawesome, font-awesome
FMXPong
Pong 3D with Delphi and Firemonkey (Windows, Mac OS, Android, IOS)
Stars: ✭ 25 (+19.05%)
Mutual labels:  firemonkey, fmx
ipub-messaging
Messaging system for communication between classes / layers in delphi
Stars: ✭ 46 (+119.05%)
Mutual labels:  firemonkey, fmx
skia4delphi
Skia4Delphi is a cross-platform 2D graphics API for Delphi platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Stars: ✭ 486 (+2214.29%)
Mutual labels:  firemonkey, fmx
WebView4Delphi
WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
Stars: ✭ 157 (+647.62%)
Mutual labels:  firemonkey, fmx
TeeGrid-VCL-FMX-Samples
Grid control for Delphi and C++ (VCL and FMX)
Stars: ✭ 132 (+528.57%)
Mutual labels:  firemonkey, fmx
svelte-fa
Tiny FontAwesome 5 component for Svelte
Stars: ✭ 214 (+919.05%)
Mutual labels:  fontawesome, font-awesome
ukFontAwesome
Font Awesome icons for UIkit 3
Stars: ✭ 29 (+38.1%)
Mutual labels:  fontawesome, font-awesome

FMX.FontAwesome

[FireMonkey] FontAwesome

ANDROID

  • Include FMX.FontGlyphs.pas and FMX.FontGlyphs.Android.pas to project
  • Deploy font to project release/debug

IOS

  • Deploy font to project release/debug
  • Create or Edit file info.plist.TemplateiOS.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<%VersionInfoPListKeys%>
<%ExtraInfoPListKeys%>
	<key>UIAppFonts</key>
	<array>
		<string>FontAwesome.ttf</string>
 	</array>
</dict>
</plist>

MACOS

  • Deploy font to project release/debug

WINDOWS

  • Install font to system
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].