'Declaration Public Function FindUnrepresentableCharacters( _ ByVal text As String _ ) As ReadOnlyCollection(Of Char)
'Usage Dim instance As ImGearPDEFont Dim text As String Dim value As ReadOnlyCollection(Of Char) value = instance.FindUnrepresentableCharacters(text)
public ReadOnlyCollection<char> FindUnrepresentableCharacters( string text )
public: ReadOnlyCollection<char>* FindUnrepresentableCharacters( string* text )
public: ReadOnlyCollection<char>^ FindUnrepresentableCharacters( String^ text )
Parameters
- text
- String with Unicode characters.
Return Value
Collection of characters not representable in the font.