get_standard_ja_fonts: get OS standard font families

View source: R/standard_font.R

get_standard_ja_fontsR Documentation

get OS standard font families

Description

get OS-tandard Japanese font family names

Usage

get_standard_ja_fonts()

Details

This function returns character vector of length 2 which are standard Japanese font families for each operating system. Thus these families are OS-specified:

OS Sans Serif
Linux "Noto Sans CJK JP" "Noto Serif CJK JP"
Mac "Hiragino Sans" "Hiragino Mincho ProN"
Windows (>=8) "Yu Gothic" "Yu Gothic"
Windows (<8) "MS Gothic" "MS Mincho"

Value

character vector of length 2. These elements are names of (1) Sans (Gothic) and (2) Serif (Mincho), Japanese font families which are installed standardly in your operating system.


Gedevan-Aleksizde/fontregisterer documentation built on Sept. 8, 2023, 8 p.m.