MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
NSString+CustomFont.h
Go to the documentation of this file.
1//
2// NSString+FontAwesome.h
3//
4// Copyright (c) 2012 Alex Usbergo. All rights reserved.
5//
6//
7// Permission is hereby granted, free of charge, to any person obtaining a copy
8// of this software and associated documentation files (the "Software"), to deal
9// in the Software without restriction, including without limitation the rights
10// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11// copies of the Software, and to permit persons to whom the Software is
12// furnished to do so, subject to the following conditions:
13//
14// The above copyright notice and this permission notice shall be included in
15// all copies or substantial portions of the Software.
16//
17// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23//
24
25#import <Foundation/Foundation.h>
26
27static NSString * _Nonnull const kCustomFontFamilyName = @"icomoon";
28
61
62
63
64@interface NSString (CustomFont)
65
71+ (CustomFontIcon)customEnumForIconIdentifier:(nonnull NSString*)string;
72
76+ (nullable NSString*)customIconStringForEnum:(CustomFontIcon)value;
77
83+ (nullable NSString*)customIconStringForIconIdentifier:(nonnull NSString*)identifier;
84
85@end
CustomFontIcon
CustomIcon Icons.
Definition NSString+CustomFont.h:32
@ playO2
Definition NSString+CustomFont.h:41
@ tags
Definition NSString+CustomFont.h:43
@ building
Definition NSString+CustomFont.h:50
@ university
Definition NSString+CustomFont.h:52
@ motorbike
Definition NSString+CustomFont.h:54
@ bicycle
Definition NSString+CustomFont.h:33
@ bus
Definition NSString+CustomFont.h:53
@ car
Definition NSString+CustomFont.h:34
@ home
Definition NSString+CustomFont.h:39
@ film
Definition NSString+CustomFont.h:57
@ image
Definition NSString+CustomFont.h:45
@ _clock
Definition NSString+CustomFont.h:40
@ truck
Definition NSString+CustomFont.h:48
@ playO
Definition NSString+CustomFont.h:58
@ mansilhouette
Definition NSString+CustomFont.h:36
@ tag
Definition NSString+CustomFont.h:42
@ navigation
Definition NSString+CustomFont.h:51
@ wheelchair
Definition NSString+CustomFont.h:38
@ compass
Definition NSString+CustomFont.h:59
@ vehicle
Definition NSString+CustomFont.h:37
@ airplane
Definition NSString+CustomFont.h:46
@ train
Definition NSString+CustomFont.h:55
@ play
Definition NSString+CustomFont.h:56
@ bookmark
Definition NSString+CustomFont.h:44
@ mail
Definition NSString+CustomFont.h:49
@ levels
Definition NSString+CustomFont.h:47
@ hospital
Definition NSString+CustomFont.h:35