localIdeographFontFamily

Set the font family for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.

The font family argument is passed to create. Default system fonts are defined in '/system/etc/fonts.xml' Default font for local ideograph font family is DEFAULT_FONT.

Return

This

Parameters

fontFamily

font family for local ideograph generation.


Set a font family from range of font families for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges. The first matching font will be selected. If no valid font found, it defaults to DEFAULT_FONT.

The font families are checked against the default system fonts defined in '/system/etc/fonts.xml' Default font for local ideograph font family is DEFAULT_FONT.

Return

This

Parameters

fontFamilies

an array of font families for local ideograph generation.