Home
last modified time | relevance | path

Searched refs:is_emoji_style (Results 1 – 1 of 1) sorted by relevance

/external/noto-fonts/emoji-compat/
Dcreatefont.py177 is_emoji_style = emoji_property == EMOJI_PRESENTATION_STR
178 if is_emoji_style:
196 def __init__(self, codepoints, is_emoji_style): argument
198 self.emoji_style = is_emoji_style
309 is_emoji_style = emoji_property == EMOJI_PRESENTATION_STR
314 codepoint_is_emoji_style = is_emoji_style or codepoint in emoji_style_exceptions