Hi,
When i try to extract font name, it sometimes comes like : Adobe Clean ExtraBold. How can I extract the main font as Adobe Clean and ExtraBold as sub type.
Thanks...GetMainFont(string fontName) { // Split the font name by spaces and...last part var parts = fontName.Split(' '); return string.Join(" "...