IsFontValid method

bool IsFontValid(
  1. FontC font
)

Implementation

bool IsFontValid(FontC font) {
  return _IsFontValid(font);
}