fix build attempt

Added HB_INTERNAL to static funtion declarations
This commit is contained in:
Michiharu Ariza 2018-09-06 17:56:05 -07:00
parent aca73c9df2
commit 55268df9d4
1 changed files with 4 additions and 4 deletions

View File

@ -1142,10 +1142,10 @@ struct cff1
}
protected:
static hb_codepoint_t lookup_standard_encoding (hb_codepoint_t sid);
static hb_codepoint_t lookup_expert_encoding (hb_codepoint_t sid);
static hb_codepoint_t lookup_expert_charset (hb_codepoint_t glyph);
static hb_codepoint_t lookup_expert_subset_charset (hb_codepoint_t glyph);
HB_INTERNAL static hb_codepoint_t lookup_standard_encoding (hb_codepoint_t sid);
HB_INTERNAL static hb_codepoint_t lookup_expert_encoding (hb_codepoint_t sid);
HB_INTERNAL static hb_codepoint_t lookup_expert_charset (hb_codepoint_t glyph);
HB_INTERNAL static hb_codepoint_t lookup_expert_subset_charset (hb_codepoint_t glyph);
public:
FixedVersion<HBUINT8> version; /* Version of CFF table. set to 0x0100u */