juliettef/IconFontCppHeaders

Icon not display

CowNowK opened this issue · 1 comments

image

Code:

ImGui::Text(ICON_FA_ADDRESS_BOOK 
	ICON_FA_ADDRESS_CARD 
	ICON_FA_ANGRY 
	ICON_FA_ARROW_ALT_CIRCLE_DOWN 
	ICON_FA_ARROW_ALT_CIRCLE_LEFT 
	ICON_FA_ARROW_ALT_CIRCLE_RIGHT 
	ICON_FA_ARROW_ALT_CIRCLE_UP 
	ICON_FA_BACKWARD 
	ICON_FA_BACON 
	ICON_FA_BACTERIA 
	ICON_FA_BACTERIUM 
	ICON_FA_BAHAI 
	ICON_FA_BALANCE_SCALE 
	ICON_FA_BALANCE_SCALE_LEFT 
	ICON_FA_BALANCE_SCALE_RIGHT 
	ICON_FA_BAN 
	ICON_FA_BAND_AID 
	ICON_FA_BARCODE 
	ICON_FA_BARS);

Out of thousands of icons, less than 50 can be displayed correctly

Your missing fonts are not free in the Regular style. (example)
You need to either switch to the Solid style, or buy Font Awesome Pro to get them.