MCPcopy Create free account
hub / github.com/comaps/comaps / ICUScriptToHarfbuzzScript

Function ICUScriptToHarfbuzzScript

libs/drape/harfbuzz_shaping.cpp:132–137  ·  view source on GitHub ↗

A copy of hb_icu_script_to_script to avoid direct ICU dependency.

Source from the content-addressed store, hash-verified

130
131// A copy of hb_icu_script_to_script to avoid direct ICU dependency.
132hb_script_t ICUScriptToHarfbuzzScript(UScriptCode script)
133{
134 if (script == USCRIPT_INVALID_CODE)
135 return HB_SCRIPT_INVALID;
136 return hb_script_from_string(uscript_getShortName(script), -1);
137}
138
139void GetSingleTextLineRuns(TextSegments & segments)
140{

Callers 1

GetSingleTextLineRunsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected