Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/fonts/
H A Dfontspec.cpp79 int trimposstyle = pos + 1; in cc_fontspec_construct() local
82 while (tmpstr[trimposstyle] == ' ') { in cc_fontspec_construct()
83 ++trimposstyle; in cc_fontspec_construct()
91 cc_string_remove_substring(&spec->style, 0, trimposstyle - 1); in cc_fontspec_construct()
95 trimposstyle = trimstyleend; in cc_fontspec_construct()
102 if(trimstyleend != trimposstyle) { in cc_fontspec_construct()