Exemplo n.º 1
0
        public bool IsExtensionChar(CharInfo charInfo)
        {
            var fontInfo = fontInfoList[charInfo.FontId];

            return(fontInfo.GetExtension(charInfo.Character) != null);
        }
Exemplo n.º 2
0
        public bool HasNextLarger(CharInfo charInfo)
        {
            var fontInfo = fontInfoList[charInfo.FontId];

            return(fontInfo.GetNextLarger(charInfo.Character) != null);
        }