3 #include "gdipp_lib/helper.h"
4 #include "gdipp_lib/rpc.h"
10 only the constructor changes internal state
11 all public functions are read-only
12 therefore it is thread-safe
19 const font_link_node
*lookup_link(const wchar_t *font_name
, size_t index
) const;
20 size_t get_link_count(const wchar_t *font_name
) const;
23 typedef std::map
<std::wstring
, std::vector
<font_link_node
>, wstring_ci_less
> link_map
;